Deus MachineOpen App

Give your agents
a place to build.

You spend 80% of your time being a human clipboard between tools that should be talking to each other. Deus closes the loop. Plan the work, approve the plan, walk away. Come back to software.

Deus Machine — feat/auth-flow
Add error handling to the auth middleware
Claude
I'll add try-catch blocks around the token verification and session validation. Let me also add proper error responses with status codes...
Editing auth/middleware.ts

Try it — click workspaces, toggle views, send a message

The problem

Coding agents are brilliant inside a terminal and blind outside of it. They write code that would take you hours, but they can't see what they built. Can't click a button. Can't run the tests and react to what happens.

So you sit there closing the loop manually. Copy the error. Paste it back. Agent fixes it. Check again. Open the browser. Screenshot. Paste. Fix. Check. Create a PR. Wait for CI. It's red. Copy the logs. Paste. Fix. CI again.

You are the most expensive, slowest, most error-prone pipe in the system.

Close the loop

  1. 1.Decide what to build. Point Deus at a repo. Spin up workspaces — each one gets an isolated git worktree. No conflicts between agents.
  2. 2.Approve the plan. Tell the agent what you want. A bug fix, a new feature, a refactor. Review the plan if you want. Then let it go.
  3. 3.Walk away. The agent builds, sees what it built, tests it, catches errors, fixes them, opens a PR. It has a browser, a terminal, a file system. The full loop.
  4. 4.Come back to software. Get called in only when you're genuinely needed — a decision, a direction, a wall the agent can't get past. Otherwise, it's done.
Open Deus Machine

What it gives your agents

Parallel workspaces

Run multiple agents at once across different tasks. Each workspace is isolated — no conflicts, no context-switching.

Isolated branches

Every workspace gets its own git worktree. Agents commit to clean branches. PRs come out ready to review.

A real browser

Agents can see what they built. Click buttons. Screenshot errors. Test the UI. The loop that was open is now closed.

Live preview

Watch agents work in real-time. Diffs, file changes, terminal output — you see everything without being in the room.

Bring your own agent

Claude Code, Codex, whatever you run. Deus doesn't replace your agent. It gives your agent a body.

Your loop, your tools

MCP servers, custom hooks, per-workspace config. Your build process is different from everyone else's. Deus adapts.

Full terminal

Agents run commands, install dependencies, run tests, handle CI failures. No more copy-pasting logs.

Mobile access

Pair your phone and monitor agents from anywhere. Get called in when you're needed. Not before.

Get started

Open source. Runs on your hardware. Your agents, your data, your machine. Download the app or build from source — the box is yours to rebuild.

Build from source

git clone https://github.com/zvadaadam/box-ide.git
cd box-ide
bun install
bun run dev