The open source AI coding agent.
Acknowledgements
OpenSaviour is built on top of OpenCode by the amazing team at Anomaly. Huge thanks to them for creating such a powerful open source AI coding agent! This project would not be possible without their incredible work.
curl -fsSL https://opensaviour-kohl.vercel.app/install | bashOpenSaviour is a fork of OpenCode that installs to a separate directory (~/.opensaviour) so it doesn't conflict with existing OpenCode installations.
OpenSaviour includes two built-in agents you can switch between with the Tab key.
- build - Default, full access agent for development work
- plan - Read-only agent for analysis and code exploration
- Denies file edits by default
- Asks permission before running bash commands
- Ideal for exploring unfamiliar codebases or planning changes
Also, included is a general subagent for complex searches and multistep tasks.
This is used internally and can be invoked using @general in messages.
For more info on how to configure OpenSaviour, check out the OpenCode docs as the configuration is the same.
