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.

Quick install

Recommended path for developers and teams onboarding fast.

01

Install the launcher

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.

curl -fsSL https://kblabs.ru/install.sh | sh -s -- --version v1.2.3

Checksum verification

curl -fsSL https://github.com/KirillBaranov/kb-labs-create/releases/download/v1.2.3/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

After installation

Start local services

kb dev:start