CoolOS is a lightweight Linux distribution designed for speed, simplicity, and modern computing needs. Built on Debian, it provides a complete desktop experience with pre-installed applications, development tools, and multimedia software.
Latest Release: CoolOS v1.1.0
- ISO:
CoolOS-1.1.0-amd64.iso(~1.4GB) - Boot: UEFI + BIOS (works with Hyper-V, VMware, VirtualBox, QEMU)
- Installer: Calamares graphical installer included
- Download the ISO from Releases
- Create a new VM or boot from USB
- Login:
coolos/coolors - Run the installer from the desktop
| Username | Password |
|---|---|
| coolos | coolors |
- Create a new Generation 2 VM
- Set RAM to 2048MB+
- Attach the ISO to the DVD drive
- Disable Secure Boot (in Settings > Security)
- Boot from DVD
- Create a new VM > Linux > Debian 12.x 64-bit
- Set RAM to 2048MB+
- Attach the ISO
- Power on
- Create a new VM > Linux > Debian (64-bit)
- Set RAM to 2048MB+
- Attach the ISO to the optical drive
- Start the VM
qemu-system-x86_64 -m 2048 -enable-kvm -cdrom CoolOS-1.1.0-amd64.iso -boot d- Window Manager: Openbox (lightweight, fast)
- Panel: Tint2
- File Manager: PCManFM, Thunar
- Terminal: LXTerminal
- Theme: Arc-Dark + Papirus icons
- Web: Firefox ESR
- Office: LibreOffice (Writer, Calc, Impress)
- Media: VLC, MPV
- Graphics: GIMP, Inkscape
- Code: Geany text editor
- System: GNOME System Monitor, Baobab, NCdu
- Base: Debian Bookworm
- Kernel: Linux 6.1
- Network: NetworkManager
- Audio: PulseAudio
- Firewall: UFW (enabled)
- Calamares graphical installer for easy installation to disk
- Partition editor
- User setup
- Bootloader configuration
| Category | Applications |
|---|---|
| Browser | Firefox ESR |
| Office | LibreOffice Writer, Calc, Impress |
| Media | VLC, MPV |
| Graphics | GIMP, Inkscape |
| Editor | Geany |
| System | GNOME System Monitor, Baobab, NCdu |
| Network | NetworkManager, Bluetooth (Blueman) |
| Dev | Git, Python3, Build tools |
git clone https://github.com/itriedcoding/CoolOS.git
cd CoolOS
sudo ./scripts/build.shCoolOS/
├── .github/workflows/ # GitHub Actions CI/CD
├── config/ # Build configuration
│ ├── package-lists/ # Package lists
│ ├── hooks/ # Build hooks
│ └── includes.chroot/ # System files
├── scripts/ # Build scripts
│ └── build.sh # Main build script
└── docs/ # Documentation
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Issues: GitHub Issues
Made with ❤️ by itriedcoding