Install and build
Requirements
- Rust 1.80 or newer
- Node.js 20 or newer
- Go 1.23 or newer for the request-flow sidecar
Build
git clone https://github.com/notgate/Ironbullet.gitcd Ironbullet
cd guinpm cinpm run buildcd ..
cd sidecargo build -o reqflow-sidecarcd ..
cargo build --releaseThe application binary and reqflow-sidecar must be deployed together.
Core-engine verification
The GUI host has platform-specific native dependencies. The portable core suite can be verified independently:
cargo test --lib --no-default-features