# Agentastic ## Docs - [Frequently asked questions](https://docs.agentastic.dev/faq.md): Answers to common questions about Agentastic, including agents, worktrees, containers, terminal configuration, code review, performance, and troubleshooting. - [Agent Home: launch and manage AI agents](https://docs.agentastic.dev/features/agent-home.md): Agent Home is your central interface for writing prompts, selecting agents, and launching parallel AI coding sessions from a single place. - [Agents: git worktrees and Docker containers](https://docs.agentastic.dev/features/agents.md): Agentastic runs each AI agent in its own isolated environment — a git worktree or a Docker container — so agents never interfere with your main workspace. - [Built-in browser for previewing and debugging](https://docs.agentastic.dev/features/browser.md): Agentastic includes a WebKit browser with React Grab, console view, and screenshot tools — plus a CLI that lets AI agents control it programmatically. - [AI code review with Claude, Codex, and more](https://docs.agentastic.dev/features/code-review.md): Run AI-powered code review directly in Agentastic using Claude, Codex, CodeRabbit, or your own custom agents — before you commit or merge. - [Diff Viewer: compare and review code changes](https://docs.agentastic.dev/features/diffs.md): The Diff Viewer shows your code changes with syntax highlighting in unified or side-by-side layout, making it easy to review before committing or merging. - [Code editor, terminal, and IDE features](https://docs.agentastic.dev/features/ide.md): Agentastic provides a full native macOS IDE: a code editor with LSP support, a GPU-accelerated terminal, Git integration, and multi-worktree navigation. - [Give agents browser control with browser-use](https://docs.agentastic.dev/guides/browser-use.md): Install the browser-use skill to let Claude Code or Codex navigate, inspect, and interact with Agentastic's built-in browser from the terminal. - [Customize Agentastic for your workflow](https://docs.agentastic.dev/guides/customization.md): Adjust editor fonts, terminal backends, themes, agent settings, LSP configuration, and keyboard shortcuts to match the way you work. - [Keyboard shortcuts for Agentastic](https://docs.agentastic.dev/guides/keyboard-shortcuts.md): Complete reference for every default keyboard shortcut in Agentastic, organized by category, with instructions for customizing your own bindings. - [Run multiple AI agents in parallel](https://docs.agentastic.dev/guides/multi-agent.md): Speed up development by running several AI coding agents simultaneously, each working on independent tasks in isolated git worktrees. - [Automate worktree setup with scripts](https://docs.agentastic.dev/guides/setup-teardown-scripts.md): Run shell scripts automatically when Agentastic creates a worktree or container, so dependencies and environment files are always ready. - [Install Agentastic on macOS](https://docs.agentastic.dev/installation.md): Download and install Agentastic on your Mac using Homebrew or a manual DMG install. Covers system requirements and how to keep Agentastic up to date. - [What is Agentastic?](https://docs.agentastic.dev/overview.md): Agentastic is a native macOS code editor built for AI agentic workflows. Run multiple AI coding agents in parallel using git worktrees, without conflicts. - [dev browser CLI reference](https://docs.agentastic.dev/reference/dev-browser.md): Complete reference for the dev browser command. Control Agentastic's built-in browser from the terminal to automate navigation, interactions, and inspection. - [dev task CLI reference](https://docs.agentastic.dev/reference/dev-task.md): Manage Agentastic scheduled tasks from the terminal. Create, list, run, pause, resume, and delete tasks using the dev task command. - [Supported languages and syntax highlighting](https://docs.agentastic.dev/reference/languages.md): Agentastic provides Tree-sitter based syntax highlighting for 100+ programming languages. Browse the full list by category and learn about LSP support. - [Supported AI agents and providers](https://docs.agentastic.dev/reference/providers.md): Agentastic ships with 33+ built-in agents and auto-discovers them when installed. See which features each agent supports and how to add custom agents. - [Agentastic settings reference](https://docs.agentastic.dev/reference/settings.md): Complete reference for all Agentastic settings, organized by section. Covers editor, terminal, theme, agent worktrees, container configuration, and code review. - [Launch your first AI coding agent](https://docs.agentastic.dev/your-first-agent.md): A step-by-step walkthrough for opening a project in Agentastic, configuring an AI agent, launching it in an isolated worktree, and reviewing its changes. ## OpenAPI Specs - [openapi](https://docs.agentastic.dev/api-reference/openapi.json)