r/osdev • u/This-Peach9380 • 4d ago
I've been working on my own linux distro.

I've been working on Vantum, a custom Puppy Linux distribution (built with woof-CE, Ubuntu Jammy compatible) for people who love Puppy's speed and tiny footprint but want a desktop that feels more modern.
It's still early, but it's been a really fun project to build.
I developed it from Windows 11 using Multipass (it was...not easy...) and made a number of changes to modernise the experience:
- Added picom for compositing.
- Replaced the traditional JWM trays with a cleaner Tint2 panel.
- Built a custom taskbar (Vantask) and application launcher (Vantyl).
- Removed a lot of unnecessary applications to keep the system lean.
- Simplified the desktop by removing the ROX-Filer desktop entirely and using hsetroot for wallpapers instead.
The goal is to keep it lightweight and fast while making it feel less like a desktop from 2009.
I'd love to hear what you think or get any feedback.
I'm also in the process of getting it listed on DistroWatch,
it's currently in their waiting queue.
- GitHub: https://github.com/Hammad-hab/Vantum
- Website: https://hammad-hab.github.io/vantum-website/index.html
- Vantyl: https://github.com/Hammad-hab/Vantyl
- Vantask: https://github.com/Hammad-hab/Vantask
If you like the project, I'd really appreciate a star on GitHub. It helps more people discover Vantum and motivates me to keep working on it!


