KODACHI v9.8.2 · 2026
Official Mirror

Download Kodachi OS

Self-hosted mirror. Every release is GPG-signed. Always verify the SHA-256 checksum and signature before booting.

942,206
All-time
64,343
2026
122
This month
604
This week
122
Today
Available releases

Choose your build

Desktop · XFCE

Kodachi Desktop (XFCE) ISO

linux-kodachi-xfce-9.0.1-amd64.iso
Download  4.63 GB
Version9.8.2 Build#174 · 9.0.1.174 Size4.63 GB Updated2026-06-26
SHA-256 b2793ef62881a74fb65040f817e2a7b208555ef4f5713986259bdcbc257a99b6
SHA-512 0dbda4559f1c91130cabcaa359a468718565726c9e4418723e42a5dfa28a497fd265e5a5736b8d8c0313f0e39cca8402841c33f1918a692dcfd8082f00af8e29
MD5 6fe08fef11c8836724f9ce88bb94fe65

Verify your download

After downloading, confirm the SHA-256 matches the value shown above:

sha256sum linux-kodachi-xfce-9.0.1-amd64.iso
# compare the output against the SHA-256 listed on this page

To verify the GPG signature, import the public key shipped beside each ISO and run openssl dgst -sha256 -verify public_key_v9.0.1.pem -signature FILE.iso.sig FILE.iso.

Full file verification guide →

Debug Collector

If you encounter issues with your Kodachi installation, the Debug Collector gathers system diagnostics into a single zip file you can share with the support team. It collects boot logs, hardware specs, network configuration, Kodachi service status, and more.

Privacy First

The collector does not capture IP addresses, passwords, browsing data, or personal files. WiFi credentials and MAC addresses are automatically redacted. You can also deselect specific categories before collection starts.

Run the debug collector (interactive category menu):
curl -sSL https://www.kodachi.cloud/apps/os/install/kodachi-debug-collector.sh | sudo bash
Skip the menu and collect everything:
curl -sSL https://www.kodachi.cloud/apps/os/install/kodachi-debug-collector.sh | sudo bash -s -- --all
Copied