C:\Deb is a Win32/Linux system built on Debian 13 and Wine, with a borrowed userland from ReactOS, focused on seamless support for Windows applications without giving up traditional Linux software.
Prebuilt images are available on GitHub Releases.
There are two formats:
- Raw image (
.img) — for QEMU - VDI disk (
.vdi) — for VirtualBox
From the latest release, download:
cusdeb-os.img.7z
7z x cusdeb-os.img.7zqemu-system-x86_64 \
-enable-kvm \
-m 4096 \
-smp 2 \
-drive file=cusdeb-os.img,format=raw,if=virtio \
-device virtio-vga \
-display gtkHere's a full step-by-step guide with screenshots.
If you want to build the image yourself:
sudo apt update
sudo apt install -y docker.ioIMAGE_NAME=cusdeb-os.img ROOT_PASSWORD=root ./run-docker-build.sh- Debian
trixie amd64- GRUB (BIOS/MBR)
- Lightweight GUI + Wine Explorer
- Reproducible Docker-based build
The best way to support the project is by subscribing to the tech magazine CDMAG.
There you can learn how modern operating systems work in practice and stay up to date with the open source ecosystem.
