KB Labs Launcher

Install KB Labs in one command.

kb-create installs the platform and prepares your first workspace without manual setup. Use quick install, or download binaries directly.

macOS / Linux
curl -fsSL https://kblabs.ru/install.sh | sh
Open latest release

Prerequisites

Quick install

Recommended path for developers and teams onboarding fast.

01

Install the launcher

macOS / Linux
curl -fsSL https://kblabs.ru/install.sh | sh

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

02

Bootstrap your project

kb-create my-project

Runs the interactive wizard and configures platform + project directories.

03

Verify installation

kb-create status

Shows installed components, package manager, and platform path.


Pin a specific version

Useful for reproducible CI and controlled upgrades.

macOS / Linux
curl -fsSL https://kblabs.ru/install.sh | sh -s -- --version v0.5.9-binaries

Checksum verification

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

Enterprise note

SSH access is best for private repos and self-hosted rollout automation. For first-time installation, keep kb-create as the primary flow and layer SSH provisioning afterward.

See enterprise deployment options →

Manual binary install

For environments where curl | sh is restricted.

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
Windows (x86_64)kb-create-windows-amd64.exenot supported yet

After installation

Start local services

cd my-project && kb-dev start