Now in Beta

LIGHTS OFF. CODE OUT.

DarkTitan is the autonomous software pipeline for solo developers — define your flow, set your agents, and ship while you sleep.

Three commands. Infinite output.

01darktitan init

Initialize

Connect your Anthropic API key and set up your workspace in under 30 seconds.

02darktitan new project my-app

Create a project

Point DarkTitan at any codebase — local directory or remote git repository.

03darktitan run flow.yaml

Run your flow

Define multi-stage pipelines. Claude Code agents execute, review, and ship — autonomously.

Everything you need to build on autopilot

Multi-Stage Pipelines

Chain plan → implement → review → test stages. Each stage runs a Claude Code agent with your exact prompt.

🔁

Gate & Loop Logic

Define quality gates between stages. Agents automatically loop back and fix issues until criteria are met.

👁

Live Feed UI

Watch every agent action in real time. Persistent logs keep the full history of what each agent did.

Pause & Resume

Interrupt any running flow, inspect the state, and resume exactly where it left off.

📋

Flow Builder

Drag-and-drop visual editor with live YAML preview. Build flows in the UI, run them from the CLI.

🔌

CLI + REST API

Every action is available via CLI or HTTP API. Integrate DarkTitan into any CI/CD pipeline.

Built for the terminal

DarkTitan feels at home in your workflow. Every feature is one command away.

darktitan — zsh

Start building on autopilot

Free to use. Bring your own Anthropic API key. No cloud required.

macOS — Homebrew
$ export HOMEBREW_GITHUB_API_TOKEN=ghp_your_token
$ brew install develeap/tap/darktitan
Linux
$ export GITHUB_TOKEN=ghp_your_token
$ curl -fsSL https://raw.githubusercontent.com/develeap/install/main/darktitan.sh | bash
Read the docsStar on GitHub