A minimal, terminal-first Linux distribution based on Debian.
- Extremely minimal and intentional
- Terminal-first workflow
- Lightweight graphical layer (suckless tools)
- Privacy-conscious defaults
- No bloat
# Linux (Debian/Ubuntu host)
sudo ./build/build.sh
# macOS (Apple Silicon — runs the build inside a QEMU VM)
brew install qemu cdrtools
./build/build.shThe target architecture auto-detects from the host. Override with
KAI_ARCH=arm64 or KAI_ARCH=amd64. Output lands in dist/ as
kai-<version>-<arch>-<codename>-<timestamp>.iso with a SHA256 checksum.
./build/test.shlsblk # identify the device
sudo ./build/burn.sh /dev/sdXThe ISO is a hybrid BIOS+UEFI image — boot from your BIOS boot menu.
The installed system exposes a kai dispatcher:
kai chat start a local LLM conversation
kai pull download a model
kai list list downloaded models
kai rm remove a model
kai cal open the calendar
kai notes open notes
kai serve start local inference server
kai install install kai to disk (live mode only)
kai upgrade pull updates from apt.wrklabs.org
kai config system settings
kai version show version
GPL-2.0