Getting started
Installation
Install the Nodora CLI
To install Nodora, run the command for your operating system:
Linux / macOS
curl -fsSL https://nodora.org/install.sh | bashWindows
irm https://nodora.org/install.ps1 | iexBuild from source
Building from source requires Go 1.24+.
git clone https://github.com/nodora-org/nodora.git
cd nodora
make buildThe binary is written to ./build/nodora. Move it onto your PATH or
invoke it directly by path.
Verify
nodora versionIf the binary prints a version string, you're ready to compile and evaluate rulesets.