A cross-platform driver to observe and control AI tools on Linux, macOS, and Windows.
- rust-core/: Core logic, policy engine, and platform-specific drivers (Rust).
- go-tools/: CLI, admin tools, and integration services (Go).
- Windows: x86_64, ARM64
- macOS: Darwin (Intel/Apple Silicon)
- Linux: x86_64, ARM64
- Rust (cargo)
- Go (1.21+)
cd rust-core
cargo buildcd go-tools
go build ./cmd/ollctlcd rust-core
cargo test --all-targets --all-featurescd go-tools
go test ./...- Fork the repository and create a feature branch.
- Make your changes in
rust-coreand/orgo-tools. - Run the tests locally:
cargo test --all-targets --all-featuresinrust-corego test ./...ingo-tools
- Open a pull request against
mainwith a clear description of your changes.