AI-powered terminal assistant that understands your codebase, edits files, runs commands, and automates development workflows.
Requirements: Node.js >=20.18.1
npm i -g @shareai-lab/kode
kode --help-liteNotes:
- Postinstall will try to download a standalone binary to
~/.kode/bin/<version>/<platform>-<arch>/for faster startup, but npm users can run purely on Node.js without Bun. - Configure binary download (optional):
KODE_SKIP_BINARY_DOWNLOAD=1,KODE_BIN_DIR,KODE_BINARY_BASE_URL.
Download from GitHub Releases:
kode-<platform>-<arch>[.exe](e.g.kode-darwin-arm64,kode-linux-x64,kode-win32-x64.exe)
Run:
chmod +x kode-darwin-arm64
./kode-darwin-arm64 --help-litebun install
bun run dev
bun test
bun run typecheck
bun run lint
bun run build:npm
bun run build:binarytodo_tasks.json: status-driven refactor task listtodo_tasks_detail.md: execution manual + change logdocs/upgrade_design.md: architecture + refactor plandocs/release_checklist.md: release checklist (npm + binaries)docs/baseline_verification.md: baseline verification record