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 | shDownloads the correct binary and installs it to ~/.local/bin.
02
Bootstrap your project
kb-create my-projectRuns the interactive wizard and configures platform + project directories.
03
Verify installation
kb-create statusShows 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.3Checksum verification
curl -fsSL https://github.com/KirillBaranov/kb-labs-create/releases/download/v1.2.3/checksums.txt | grep kb-create-linux-amd64Enterprise 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.
Manual binary install
For environments where curl | sh is restricted.
After installation
Start local services
kb dev:start