A runtime for reliable, interactive AI agents.
Agents are the new processes. Orchestral is the runtime.
- Read code, edit files, and run commands.
- Answer questions, approve actions, steer, or cancel as it works.
- Resume recorded conversations and unfinished work.
- Use it in your terminal, control it from a browser, or embed it in Rust.
Build from source while the first release is being prepared:
git clone https://github.com/sizzlecar/orchestral.git
cd orchestral
cargo install --locked --path apps/orchestral-cliIn your project directory:
export OPENAI_API_KEY="your-api-key"
orchestralOr run a task directly:
orchestral "Find the bug, fix it, and run the relevant tests."
orchestral resume --lastUse orchestral serve --pair for browser access.
Connect models, MCP tools, and skills through the configuration.
For Rust integration, use the SDK. Run orchestral --help for commands.