See it in action
AI agent support
devme ships a skill for Claude Code, Cursor, Codex, and 50+ other AI coding agents. Your agent can generate devme.toml configs, diagnose failing services, and read logs without you lifting a finger.
Features
Declarative env vars
Declare expected variables in devme.toml with defaults, help text, and auto-generate commands. New team members get prompted automatically.
Dependency checks
Steps verify prerequisites before services start. Missing Node.js? devme offers to install it. All checks pass? One clean line.
Service orchestration
Postgres, Redis, your API, your frontend — started in dependency order with health checks. Like docker-compose but for your whole dev stack.
Live TUI
A real terminal UI with per-service log streams, scrollback, filtering, and keyboard navigation. Not just interleaved stdout.
Multi-worktree
Working on two branches? Each git worktree gets its own devme instance with isolated ports. No conflicts.
No README maintenance
The setup instructions are the config file. devme.toml is the source of truth — always up to date, never stale.
How it works
Get started
Try it on any project with a devme.toml.