@eugene218/noxdev
v1.3.5
Published
Autonomous overnight coding agent orchestrator — ship code while you sleep
Maintainers
Readme
noxdev CLI
Autonomous overnight coding agent orchestrator — ship code while you sleep.
Requirements
- Node.js: Requires Node.js >= 24
- uv (install via:
curl -LsSf https://astral.sh/uv/install.sh | sh) - Docker (with daemon running)
- Git
- Claude CLI (
claude loginrequired)
Installation
npm install -g noxdevQuick Start
noxdev doctor # check prerequisites
noxdev init my-project --repo ~/my-repo # register a project
# write tasks in ~/worktrees/my-project/TASKS.md
noxdev run my-project # run task loop
noxdev status my-project # morning summary
noxdev dashboard # visual review UIFor full documentation, see the main README.
