Status: Work in Progress
Expect breaking changes, missing features, and a few curious penguins 🐧
plugOS is a plugin-based Linux operating system designed for maximum modularity and minimalism.
Instead of installing a full-blown system with everything baked in, plugOS lets you start with a bare-minimum OS and add only the features or applications you need — as plugins.
Think of it as "Linux, à la carte" 🍽️
We’re currently building the foundation — things will be unstable, incomplete, and rapidly evolving.
- Project scaffolding set up
- Core architecture draft
- Plugin management system
- Base OS image build
- Plugin registry (store/repo)
- Documentation and developer guides
- First public beta release
plugOS starts minimal — just the kernel, a shell, and a package manager.
Then you build your perfect environment piece by piece:
plug install desktop:gnome
plug install browser:firefox
plug install devtools:pythonNo unnecessary services. No bundled software you don’t need. Just a clean, fast, and truly modular Linux experience.
⚠️ plugOS is in early development and not ready for daily use yet.
git clone https://github.com/imsudiproy/plugOS.git
cd plugOS
⚠️ (Build and installation instructions will be added as the project evolves.)
| Milestone | Description | Status |
|---|---|---|
| Base OS | Minimal bootable environment | 🧩 In Progress |
| Plugin System | Core plugin management & APIs | ⚙️ Planned |
| Plugin Hub | Central repository for plugins | 📅 Planned |
| First Beta | Usable minimal OS with plugin installs | 🔜 Coming Soon |
We’d love for you to get involved!
You can help by testing, suggesting features, or contributing code.
More details coming soon.