A lightweight native Windows host for the official Kilo coding agent.
Not another AI client. Not another provider manager. Not another runtime. Official Kilo provides all of that. KiloHost only:
- Launches official
kilo serve - Verifies kilo serve is healthy
- Passes configuration and environment
- Loads the official Kilo extension
- Provides the minimum runtime the extension requires
- Rust + Tauri 2 (WebView2) — the native shell
- Existing runtime — the proven Node extension host from kilo-adapter-core
- Minimum UI — Window, Open Folder, Explorer, Kilo, Settings
GitHub Actions builds a Windows x64 release .exe and an NSIS installer on
every push:
kilo-host-windows-x64artifact → the single.exekilo-host-setupartifact → the NSIS installer
Local build (needs Node + Rust + WebView2):
npm install
npm run tauri build -- --no-bundle # just the exe
npm run tauri build # exe + NSIS installer
Every future feature must answer one question:
"If we completely remove this feature, will Official Kilo stop working?"
If the answer is NO, the feature does not belong in KiloHost.