Prerequisites
- Basic terminal/command line experience
- LLM API key (OpenAI, Anthropic, Gemini, watsonx, or free via OpenRouter / Groq) or Ollama (requires a powerful computer)
- Fast internet (2–3GB download)
Installation
- Linux & macOS
- Windows
One-Line Install
Open the terminal and run this command to install Agent Stack:The installer sets up
uv and the agentstack-cli on your host machine. Agent Stack uses a virtual machine (managed via a bundled Lima binary) to keep your host machine clean. The Kubernetes cluster running the Agent Stack server, agent containers, and associated storage and services live entirely inside the VM and not on your host directly.For details on what happens under the hood, refer to the Manual Install section or read the install.sh source code.Manual Install
Manual Install
1
Install uv
Follow the installation instructions. Agent Stack uses
uv to manage its own internal Python environment.2
Linux only: Install QEMU
On Linux, Lima requires QEMU. Install it via these (instructions).
3
Install Agent Stack
Open a new terminal and run:Follow the interactive prompts to finish setup and optionally start the VM.