Anibuild is now open source
The complete Anibuild source code is available under the MIT license. Inspect it, extend it, and make it yours.
Anibuild was built as an open tool. Developer tools should be inspectable, modifiable, and extensible, especially when they read code, execute commands, and change files.
01 // Why open source
Opening the runtime makes it possible to:
- Audit the code — Know exactly what runs on your system.
- Extend functionality — Add custom tools, integrations, and workflows.
- Self-host — Run Anibuild with your own infrastructure and API keys.
- Contribute back — Help shape terminal-native AI.
02 // What is included
- The complete Rust codebase, including the terminal UI and sandbox runtime.
- Built-in tools for file editing, terminal execution, search, web fetch, and codebase graphs.
- Documentation for custom tools and providers.
- The full test suite.
03 // Get started
Clone the repository and build locally:
~git clone https://github.com/vodtinker/anime-build
cd anime-build
cargo build --release