Nodora
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 | bash

Windows

irm https://nodora.org/install.ps1 | iex

Build from source

Building from source requires Go 1.24+.

git clone https://github.com/nodora-org/nodora.git
cd nodora
make build

The binary is written to ./build/nodora. Move it onto your PATH or invoke it directly by path.

Verify

nodora version

If the binary prints a version string, you're ready to compile and evaluate rulesets.

On this page