One tracker ticket in.
One reviewed pull request out.
Nox is an AI-native development workflow built on Claude Code. It plans the work, writes it test-first on a branch per task, reviews it from four angles, and posts a verdict on every PR. It never merges and never pushes to a protected branch — those stay yours.
Install · private beta
$
/bin/bash -c "$(curl -fsSL https://get.naxverse.ai/nox.sh)"
One command installs and upgrades. Requires an Apple Silicon Mac, Homebrew, a Claude Code subscription, and access to the NaxVerse tap. No access yet? hello@naxverse.ai
Works with Jira · Linear · GitHub · Bitbucket.
The flow
ticket → /nox-plan → /nox-build → review ×4 → verdict → you merge
- Plan. A readiness gate scores the ticket first; an architect decomposes it into dependency-ordered tasks with testable acceptance criteria.
- Build. TDD per task — RED, GREEN, REFACTOR commits on their own branches, merged back with the history intact.
- Review. Code review, cross-module integration, and security run in parallel; high-risk diffs get a second opinion. Verdicts post to the PR.
- Operate. A local dashboard to plan, run, watch and configure. Loopback by default; your credentials never leave your machine.