Electron app, TUI, API, and Debugger. Installs to ~/.local/share/ai-dev-suite. Launchers: ai-dev-suite-electron, ai-dev-suite-tui, ai-dev-suite-api, ai-dev-suite-web, ai-dev-suite-debugger, ai-dev-suite-and-debugger.
curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/ai-dev-suite/install-full.sh | bash Quick run. Downloads and starts terminal menu. No permanent install. macOS/Linux.
curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/run-tui.sh | bash Quick run. API + Ollama + Debugger UI. Diagnose "(no response)", view logs, get fix suggestions. No permanent install.
curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/run-debugger.sh | bash Quick run. Tails API + Ollama logs, health checks. Use when Suite shows "(no response)". No permanent install.
curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/run-observer.sh | bash Shows install commands for Zed, OpenCode, Ollama, LM Studio, OpenClaw, Workshop. Add tool name to install: | bash -s ollama
curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/ai-dev-suite/install.sh | bash Installs Node.js, Git, Elixir, and AI Dev Suite TUI.
curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/setup.sh | bash Good things for AI development
Agent OS, BMAD Method, NorthStar Rules (NSR), Agent Zero, thepopebot, pi. See homepage and School for details.
Coding standards for AI development. Discover and inject project context. Works with Cursor, Claude Code, Windsurf.
git clone https://github.com/buildermethods/agent-os.git && cd agent-os && npm install Agile AI Driven Development. 21+ agents, 50+ workflows. Scale-adaptive.
npx bmad-method install Project and company operations. Templates, workflows, standards. Request access on GitHub if needed.
git clone https://github.com/zerwiz/NSR.git && cd NSR Personal AI agent. Skills (SKILL.md), memory, multi-agent. Docker.
docker pull agent0ai/agent-zero && docker run -p 50001:80 agent0ai/agent-zero Autonomous agent on GitHub Actions. Every action a git commit. npm run setup after clone.
git clone https://github.com/stephengpope/thepopebot.git && cd thepopebot && npm run setup Minimal terminal coding harness. Extensions, skills, 15+ providers. By Mario Zechner.
npm install -g @mariozechner/pi-coding-agent Individual tools
curl -fsSL https://zed.dev/install.sh | sh curl -fsSL https://opencode.ai/install | bash curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://lmstudio.ai/install.sh | bash curl -fsSL https://openclaw.ai/install.sh | bash curl -fsSL https://raw.githubusercontent.com/zerwiz/setup/main/setup.sh | bash docker pull agent0ai/agent-zero && docker run -p 50001:80 agent0ai/agent-zero git clone https://github.com/stephengpope/thepopebot.git && cd thepopebot && npm run setup