Get started

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
curl -fsSL https://kblabs.ru/install.sh | sh
All releases
Prerequisites

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 | sh

Downloads the correct binary and installs to ~/.local/bin.

02

Bootstrap your project

kb-create my-project

Interactive wizard configures platform and project directories.

03

Verify installation

kb-create status

Shows 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-binaries

Verify checksum

curl -fsSL https://github.com/KirillBaranov/kb-labs/releases/download/v2.93.4-binaries/checksums.txt | grep kb-create-linux-amd64
Enterprise

Looking for air-gapped install, custom deployment, or commercial support?

Talk to us about enterprise
Manual install

Download binaries directly

For environments where curl is restricted or you prefer manual installation.

PlatformBinaryDownload
macOS (Apple Silicon)kb-create-darwin-arm64Download
macOS (Intel)kb-create-darwin-amd64Download
Linux (x86_64)kb-create-linux-amd64Download
Linux (ARM64)kb-create-linux-arm64Download
What's next

After installation

Start local services

cd my-project && kb-dev start

Read the docs

docs.kblabs.ru →

Install your first plugin

kb marketplace install @kb-labs/commit-entry

Browse examples

View use cases →
Install — KB Labs