The coding agent for shipping to the stars.
Alpha software. Expect things to break.
Git clone fff (used for file search) into third_party/ and build it. Specific instructions
in vendor/fff/README.md.
Download P0u4a/ModernBERT-bash-classifier from huggingface (used for classifying the bash tool calls). Easiest way is with huggingface cli.
hf download P0u4a/ModernBERT-bash-classifierAnd export the model to ONNX
cd vendor/bert-bash-classifier
uv run python export_onnx.py --model-dir /path/to/modelThen
zig build runAdd the binary (zig-out/bin/nova) to your PATH so you can invoke it from anywhere.