Download Darby Linux
Get the latest version of Darby Linux. Choose the quick install method or download the ISO directly.
Quick Install (Recommended)
One command installs everything automatically
curl -fsSL https://darbylinux.com/install | sudo bashInstallation Options:
With Office Suite
curl -fsSL https://darbylinux.com/install | sudo bash -s -- --enable-officeWith Office + Gaming
curl -fsSL https://darbylinux.com/install | sudo bash -s -- --enable-office --enable-gamingMore Options:
Minimal Install
curl -fsSL https://darbylinux.com/install | sudo bash -s -- --minimalForce PC Mode
curl -fsSL https://darbylinux.com/install | sudo bash -s -- --pcISO Downloads
What's Included in the ISO
Every dependency needed to install on real hardware — nothing extra to download
Boot & Kernel
- • Linux kernel + headers
- • live-boot (run from USB/DVD)
- • GRUB (UEFI) + ISOLINUX (Legacy BIOS)
- • Calamares graphical installer
- • initramfs with hardware detection
Firmware & Drivers
- • Intel WiFi (iwlwifi)
- • Broadcom WiFi (brcm80211)
- • Realtek & Atheros networking
- • AMD / NVIDIA / Intel GPU firmware
- • Intel audio firmware
- • DKMS for custom driver builds
Desktop & Tools
- • XFCE 4 desktop environment
- • Firefox ESR browser
- • Network Manager + WPA Supplicant
- • PulseAudio + PipeWire audio
- • GParted, Thunar file manager
- • NTFS/exFAT/Btrfs/XFS support
🖥️ Boot Menu Options
• Live Desktop — Try without installing
• Install to Disk — Full graphical installer (Calamares)
• Safe Mode — No GPU drivers (for compatibility)
• Load to RAM — Fastest mode (needs 4GB+ RAM)
• Text Mode — Terminal-only for advanced users
SHA-256 Checksums
Verify your downloads for integrity
Verify with:
sha256sum -c darby-linux-1.4.0-amd64.iso.sha256Documentation Downloads
Creating a Bootable USB
Step-by-step guide for each operating system
Identify your USB drive:
lsblkWrite the ISO (replace sdX):
sudo dd if=darby-linux-1.4.0-amd64.iso of=/dev/sdX bs=4M status=progress oflag=syncSystem Requirements
| Platform | RAM | Disk | Base OS |
|---|---|---|---|
| Intel Mac (2008–2019) | 2 GB+ | 5 GB | Bootable ISO (self-contained) |
| PowerPC Mac (1999–2006) | 128 MB+ | 3 GB | Bootable ISO (self-contained) |
| Generic PC (x86/x86-64) | 512 MB+ | 5 GB | Bootable ISO (self-contained) |
| + Office Suite | +1 GB | +3 GB | — |
| + Gaming Stack | +4 GB | +5 GB | — |