Installation
Kage is distributed as a single static binary with zero runtime dependencies. Choose your preferred installation method below.
Quick Install (Recommended)
The fastest way to install Kage is using the install script:
|
This will:
- Detect your operating system and architecture
- Download the appropriate binary
- Install it to
~/.local/bin(or/usr/local/binwith sudo) - Add it to your PATH if needed
Cargo
If you have Rust installed, you can install Kage via Cargo:
Docker
Kage is available as a multi-architecture Docker image:
Run as a container:
Available tags:
latest- Latest stable releasev0.1.2- Specific versionv0.1.2-amd64- Specific architecture
Supported architectures: linux/amd64, linux/arm64
From Source
Clone the repository and build:
The binary will be at target/release/kage.
Verify Installation
After installation, verify Kage is working:
Next Steps
- Quick Start - Run your first autonomous agent