The IDE for
Coding Agents.

Manage swarms of coding agents and multitask like Tony Stark. Claude Code, Codex, the whole shabang...

On macOS, run this after installing to bypass Gatekeeper:

xattr -cr /Applications/Tentacles.app
Tentacles IDE screenshot

None of the people in these companies know this product exists.

Now Showing

(features)

Under Construction

Speak No Evil

Coming Soon
In development
Parallel Execution

Everything Everywhere All at Once

Launch dozens of coding agents across different tasks. Work on features, fix bugs, and refactor code — all running in parallel, all in one window.

Tentacles
tentacles (5)
Refactor auth middleware Running
Add dark mode toggle Running
Fix CI pipeline Running
Write unit tests Completed · 2m ago
Update API docs Needs input
Refactor auth... Dark mode CI pipeline
$ claude
 
╭────────────────────────────╮
Claude Code v2.1.0
╰────────────────────────────╯
 
> Refactor auth middleware
 
I'll restructure the auth middleware
to use the new token format...
 
Read: src/middleware/auth.ts
Read: src/utils/jwt.ts
Edit: src/middleware/auth.ts
 
✓ Refactored token validation
Now checking refresh tokens...
 
Isolated Workspaces

Prisoners

Every agent can get its own isolated git worktree. No merge conflicts, no stepping on each other's code. Review and merge when you're ready.

Tentacles
acme-app (3)
Payment flow feat/payments
Email templates feat/emails
Fix login bug fix/login
feat/payments
Changes 4
src/payments/stripe.ts +89 -3
src/payments/webhook.ts +54
src/routes/checkout.ts +32 -8
src/types/payment.ts +18
Session Continuity

Past Lives

Resume any past agent session with full conversation history intact. Group agents by project, switch contexts without losing state. Every session is waiting for you to come back.

Tentacles
tentacles (2)
Redesign settings page Completed · 2h ago
Add export feature Completed · 5h ago
acme-api (1)
Rate limiter Completed · yesterday
Redesign settings...
── Session resumed ──
 
Previous context: Redesigned the
settings page with tabbed layout,
added theme picker and keybindings.
 
> Now add an export/import feature
> for the settings
 
I can see the settings page I built
earlier. I'll add export/import to
the existing tabbed layout...
 
Read: src/components/Settings.tsx
Edit: src/components/Settings.tsx