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
Open latest releasecurl -fsSL https://kblabs.ru/install.sh | shPrerequisites
- Node.js 20 or newer
- pnpm (install with: npm install -g pnpm)
- macOS or Linux
Quick install
Recommended path for developers and teams onboarding fast.
01
Install the launcher
macOS / Linux
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.
macOS / Linux
curl -fsSL https://kblabs.ru/install.sh | sh -s -- --version v0.5.9-binariesChecksum verification
curl -fsSL https://github.com/KirillBaranov/kb-labs/releases/download/v0.5.9-binaries/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
cd my-project && kb-dev start