Noxdev banner
eugeneorlov eugeneorlov

Noxdev

DevOps community

Description

Ship code while you sleep. Open-source CLI that orchestrates autonomous coding agents with Docker isolation, git worktree safety, and a review workflow.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

    ,___,
    [O.O]
   /)   )\
  " \|/ "
 ---m-m---

noxdev

Ship code while you sleep

[![npm version](https://img.shields.io/badge/npm-1.4.1-green.svg)](https://www.npmjs.com/package/@eugene218/noxdev) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/node-%3E%3D24.0.0-brightgreen.svg)](https://nodejs.org/)

What is noxdev

An open-source Node.js CLI that orchestrates autonomous coding agents overnight. Write task specs, go to sleep, wake up to real commits on production codebases. Docker containment, git worktree isolation, and a morning review workflow keep your main branch safe.

Quick Start

Noxdev fullstack demo - autonomous coding agent in action
npm install -g @eugene218/noxdev
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
# Merge when ready
cd ~/projects/my-project && git merge noxdev/my-project
noxdev dashboard                        # visual review UI

Works with

noxdev is **language-agnostic** and works with any tech stack that can be containerized. The autonomous agents adapt to your codebase's language, framework, and tooling.

**Proven paths:**

  • TypeScript/JavaScript: React, Next.js, Vue, Express, Node.js APIs
  • Python: FastAPI, Django, Flask, data science projects, ML workflows

The agents understand your project's build systems, package managers, and testing frameworks. Whether you're building frontends, backends, APIs, or data pipelines, noxdev adapts to your development workflow.

Task Format

Tasks are defined in `TASKS.md` using this format:

## T1: Add user authentication
- S