Kolbo Code
Installation
Install Kolbo Code on macOS, Linux, or Windows
Kolbo Code ships as a single native binary per platform. Pick whichever install method fits your toolchain — npm is the most common.
npm / bun / pnpm / yarn
The package is published as @kolbo/kolbo-code on npm:
# npm
npm install -g @kolbo/kolbo-code
# bun
bun install -g @kolbo/kolbo-code
# pnpm
pnpm add -g @kolbo/kolbo-code
# yarn
yarn global add @kolbo/kolbo-codeAfter install, the kolbo binary is available on your PATH:
kolbo --version
kolbo # launches the TUI in the current directoryHomebrew (macOS / Linux)
brew install kolboWindows (Scoop / Chocolatey)
scoop install kolbo
# or
choco install kolboVerify the install
kolbo --version
kolbo auth listIf kolbo auth list prints an empty table, continue to
Authentication to sign in with your
Kolbo.AI account.
System requirements
- OS: macOS 12+, Linux (glibc 2.31+), Windows 10+
- Terminal: any modern terminal with 256-color and UTF-8 support (iTerm2, Windows Terminal, WezTerm, Alacritty, Kitty, Ghostty, etc.)
- For voice input: a working microphone. FFmpeg is bundled with the binary — you do not need to install it separately.
Upgrading
Kolbo Code self-upgrades:
kolbo upgradeOr reinstall the latest via your package manager.