Quickstart
1. Install
Section titled “1. Install”brew install contextbridge/tap/aethercurl --proto '=https' --tlsv1.2 -LsSf https://github.com/contextbridge/aether/releases/latest/download/aether-agent-cli-installer.sh | shcargo install aether-agent-cliRequires Rust 1.85+. Install via rustup.
git clone https://github.com/contextbridge/aether.gitcd aethercargo build --release2. Init
Section titled “2. Init”aether settings init --user # bootstrap user-level settings3. Run
Section titled “3. Run”aetheraether acpExposes agents over ACP for editor integration.
aether headless "Explain the main function in this project"See Headless CLI for all flags and output formats.
Next steps
Section titled “Next steps” Settings Define agents, models, prompts, and tool filters
MCP Servers Configure built-in and external tools
LLM Providers Model specs, credentials, and availability
System Prompts Compose prompt sources from files, globs, and text
Evals Run Dockerized regression tests for Aether agents