Quick Start
Get up and running with Agentastic in minutes
Opening a Project
From Finder
Drag a folder onto the Agentastic icon in your Dock, or right-click a folder and select Open With > Agentastic.
From the App
- Launch Agentastic
- Press Cmd+O or select File > Open
- Navigate to your project folder and click Open
From Terminal
open -a "Agentastic.dev" /path/to/your/project
The Interface
Navigator (Left Sidebar)
The Navigator shows your project files. Toggle it with Cmd+0.
Editor (Center)
Your main editing area. Open files by clicking them in the Navigator or using Cmd+P.
Utility Area (Bottom)
The Terminal and debug output live here. Toggle with Cmd+J.
Inspector (Right Sidebar)
A quick-glance panel for the current worktree — uncommitted changes, the built-in browser, configured agents, and sources — with one-click Create PR and Commit shortcuts. Toggle with Cmd+Ctrl+I.
Essential Shortcuts
| Action | Shortcut |
|---|---|
| Quick Open | Cmd+P |
| Command Palette | Cmd+Shift+P |
| Find in File | Cmd+F |
| Find in Project | Cmd+Shift+F |
| Toggle Terminal | Cmd+J |
| Toggle Navigator | Cmd+0 |
Next Steps
- Learn about the Terminal — choose from the Ghostty, WezTerm, xterm.js, or SwiftTerm backends
- Set up Code Review with AI agents
- Explore Git integration and the agents panel