Build Nagi from source
Nagi does not publish signed binaries or package-manager releases yet. The inherited download channels are disabled so they cannot install an upstream or unsigned binary under the Nagi name.
Requirements
Section titled “Requirements”- Rust 1.96.1
- Zig 0.15.2
- a Unix system for the mission runtime
git clone https://github.com/Cod-Hash-Studios/nagi.gitcd nagi
zig version # must print 0.15.2cargo build --release --locked./target/release/nagiVerify
Section titled “Verify”./target/release/nagi --version./target/release/nagi api schemaReview the current status before relying on Nagi for important work.
Updates
Section titled “Updates”Pull a reviewed commit, rebuild with the pinned toolchain, and restart Nagi. Automatic updates remain disabled until the project publishes signed artifacts from its own release pipeline.