Install Commands

Copy-paste terminal commands for AI Dev Suite, Workshop Setup, and dev tools. Share: https://whynotproductions.netlify.app/install/

AI Dev Suite – Full Install # share

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
AI Dev Suite – TUI Only # share

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
AI Dev Suite – Debugger # share

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
AI Dev Suite – Observer # share

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
AI Dev Tools (display or install) # share

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
Workshop Setup # share

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
BMAD Method docs.bmad-method.org

Agile AI Driven Development. 21+ agents, 50+ workflows. Scale-adaptive.

$ npx bmad-method install
NorthStar Rules (NSR) github.com/zerwiz/NSR

Project and company operations. Templates, workflows, standards. Request access on GitHub if needed.

$ git clone https://github.com/zerwiz/NSR.git && cd NSR
Agent Zero agent-zero.ai

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
pi pi.dev

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

Shareable links