Skip to content

Build Nagi from source

Preview docs describe unreleased preview builds. Stable docs remain at /docs/.

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.

  • Rust 1.96.1
  • Zig 0.15.2
  • a Unix system for the mission runtime
Terminal window
git clone https://github.com/Cod-Hash-Studios/nagi.git
cd nagi
zig version # must print 0.15.2
cargo build --release --locked
./target/release/nagi
Terminal window
./target/release/nagi --version
./target/release/nagi api schema

Review the current status before relying on Nagi for important work.

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.