Skip to content

Installation

Terminal window
brew tap Codestz/krait
brew install krait
Terminal window
cargo install krait-cli

Download from Releases.

Krait auto-installs language servers on first use. To pre-install:

Terminal window
# TypeScript / JavaScript (vtsls — recommended)
npm install -g @vtsls/language-server
# Go
go install golang.org/x/tools/gopls@latest
# Rust (comes with rustup)
rustup component add rust-analyzer

C/C++ uses clangd, which ships with LLVM — install it via your system package manager.

Terminal window
krait --version
krait status

If krait starts the daemon and prints status, you’re ready.