Autopilot for your terminal workflow.Scale effortlessly.

Agent Dev reads and edits code, runs shell commands with approval, and delegates complex tasks through boss orchestration.

$ npm i -g @devang0907/agent-dev
Agent Dev - A terminal based AI agent harness | Product Hunt

Empowering autonomous development with

OpenAI
Anthropic
Google Gemini
Meta Llama
DeepSeek
OpenAI
Anthropic
Google Gemini
Meta Llama
DeepSeek
OpenAI
Anthropic
Google Gemini
Meta Llama
DeepSeek

Boss mode

Delegate exploration, implementation, and shell work through a boss orchestrator — or run multi-agent tasks in parallel with scout, implementer, and reviewer agents on the same codebase.

Read orchestration docs

Get started

Quick start

Install in under a minute. Set one API key, open your project, and start coding with the agent in your terminal.

  1. 01

    Install

    Global npm install or clone the repo for local development.

  2. 02

    Configure

    Export at least one provider key — OpenRouter works out of the box.

  3. 03

    Launch

    Run agent in any project folder. Requires Node.js 20+.

$ npm i -g @devang0907/agent-dev
terminal
$ npm i -g @devang0907/agent-dev
$ agent

API keys

Add to ~/.bashrc or ~/.zshrc

Step 02
environment
export OPENROUTER_API_KEY=sk-or-...   # free models
export OPENAI_API_KEY=sk-...          # ChatGPT
export ANTHROPIC_API_KEY=sk-ant-...   # Claude
export GROQ_API_KEY=gsk_...           # Groq
export GEMINI_API_KEY=...             # Gemini

FAQ

Common questions

Quick answers about security, setup, and how Agent Dev fits into your workflow.

more details in docs →

Stop context-switching, Start shipping.

$ npm i -g @devang0907/agent-dev