Agentic IDE for macOS

Your AI agents deserve
a real workspace

A-IDE (Agentic IDE) brings Claude Code, shell, and embedded browser into one window — with instant project switching that preserves your entire workspace state.

my-project ⎇ main
Projects
my-project ⎇ main
api-server ⎇ dev
landing ⎇ feat
Claude Code
> Analyzing codebase...
> Found 12 files to update
> Generating changes
>_ Terminal
$ npm run dev
  ready on :3000
Browser
localhost:3000
■ my-project ⎇ main M2 S1

Everything you need, in one window

Multi-Agent Terminal

Run the Claude Code CLI directly in your workspace. Ask questions, generate code, and iterate — all without leaving the app.

>_

Shell Terminal

Full zsh/bash terminal with drag-and-drop file paths from Finder. Shell-escaped paths pasted automatically.

Embedded Browser

Preview localhost and any URL alongside your terminals. Native Chromium engine with DevTools support.

Instant Project Switching

Switch between projects in one click. Terminal sessions, browser tabs, and scroll positions are fully preserved.

Get A-IDE

Download DMG

macOS 12+ · Apple Silicon (arm64)

Latest Release

Unsigned app — after installing, run xattr -cr /Applications/A-IDE.app then open normally.

Build from Source

git clone https://github.com/zelgerj/a-ide.git
cd a-ide
npm ci
npm run dev

Prerequisites