Get startedInstall KB Labs
Install KB Labs
in one command.
One script installs the launcher and bootstraps your first workspace. Quick install via curl, or download binaries directly.
macOS / Linux
All releasescurl -fsSL https://kblabs.ru/install.sh | shPrerequisites
Node.js 20+
nodejs.org/en/download
pnpm
npm install -g pnpm
macOS or Linux
Windows support via WSL2
Quick install
Three steps to a working workspace.
01
Install the launcher
macOS / Linux
curl -fsSL https://kblabs.ru/install.sh | shDownloads the correct binary and installs to ~/.local/bin.
02
Bootstrap your project
kb-create my-projectInteractive wizard configures platform and project directories.
03
Verify installation
kb-create statusShows installed components, package manager, and platform path.
Pin a version
Pin a specific version
Use a specific version to guarantee reproducible installs across environments.
macOS / Linux
curl -fsSL https://kblabs.ru/install.sh | sh -s -- --version v2.93.4-binariesVerify checksum
curl -fsSL https://github.com/KirillBaranov/kb-labs/releases/download/v2.93.4-binaries/checksums.txt | grep kb-create-linux-amd64Enterprise
Talk to us about enterpriseLooking for air-gapped install, custom deployment, or commercial support?
Manual install
Download binaries directly
For environments where curl is restricted or you prefer manual installation.
| Platform | Binary | Download |
|---|---|---|
| macOS (Apple Silicon) | kb-create-darwin-arm64 | Download → |
| macOS (Intel) | kb-create-darwin-amd64 | Download → |
| Linux (x86_64) | kb-create-linux-amd64 | Download → |
| Linux (ARM64) | kb-create-linux-arm64 | Download → |
What's next
After installation
Start local services
cd my-project && kb-dev startRead the docs
docs.kblabs.ru →Install your first plugin
kb marketplace install @kb-labs/commit-entryBrowse examples
View use cases →