A native agent harness with desktop and terminal clients.
- Desktop: download the DMG (macOS), Setup EXE (Windows), or AppImage/DEB (Linux) from GitHub Releases.
- Terminal:
cargo install kcastle --locked.
Set OPENAI_API_KEY or DEEPSEEK_API_KEY, then launch the downloaded desktop app or run:
kcastleFrom a source checkout:
just macos-run # macOS app bundle
cargo run -p kcastle-desktop --release # Linux or Windows desktop appDesktop details live in crates/desktop/README.md. Current prerelease desktop installers are unsigned and may trigger operating-system warnings.
Source builds require Rust 1.97 or newer.
just qaInspired by pi and DeepSeek Harness.