Codebase-aware editing
Use repository context to identify where a change belongs and how it relates to the surrounding project.
Kode is shareAI Lab's open-source terminal coding tool for codebase-aware editing, command execution, development workflows, and multi-model use in a Claude Code-style experience.
Kode reads the wider project context before changing files, so an edit can account for existing structure rather than treating one file as an isolated prompt. It can continue from a code change into build, test, or other command-driven steps while allowing a different model to be selected.
Install
$ npm install -g @shareai-lab/kodeLaunch
$ kodeUse repository context to identify where a change belongs and how it relates to the surrounding project.
Continue from file edits into the commands needed to build, test, or otherwise complete the development task.
Keep a Claude Code-style interaction while selecting among models supported by the project's configuration.
Individual
Free
It is designed for developers who want an open-source, repository-aware assistant with a familiar terminal interaction and flexibility over model choice.
Kode connects project-wide understanding to actual edits and command-driven verification, while its model support lets teams adapt that workflow to their existing provider setup.
Select the setup method shown for your operating system, follow the official project guidance, and start Kode from the repository you want it to analyze.
Kode supports macOS, Windows, and Linux; consult the official documentation for platform-specific requirements.
Kode is open-source software. Review the project's official license and service information for any provider-related costs or conditions.