Now in public beta

The workspace
for AI agents

Orchestrate dozens of coding agents in parallel. Isolated environments, real-time diffs, one-click IDE access. Ship faster with any AI agent you choose.

macOS·Free & open source
Phasr - AI Workspace
src/auth/jwt.ts
+142−23
import { NextRequest } from 'next/server'
import { verifyJWT } from './auth/jwt'
import { rateLimit } from './lib/rate-limit'
 
export function middleware(req: NextRequest) {
export async function middleware(req: NextRequest) {
const token = req.headers.get('authorization')
if (!token) return new Response('Unauthorized', { status: 401 })
Agent runningfeat/auth-middleware

Trusted by engineers at

VercelCloudflareStripeShopifyLinearNotionFigmaDatadogRetoolSupabaseWebflowPlanetscaleResendNeon
Features

Everything you need to orchestrate AI agents

A purpose-built workspace that turns chaotic multi-agent workflows into a controlled, reviewable process.

Parallel Execution

Run dozens of agents at once

Launch multiple AI coding agents across different tasks simultaneously. Each agent gets its own isolated environment, and you can monitor all of them in real time.

  • Concurrent task execution across agents
  • Real-time progress tracking and status
  • Automatic resource management
Parallel Execution
5 tasks · 3 running
Auth middlewareClaude
72%
Rate limitingCodex
45%
Webhook handlerGemini
88%
API documentationClaude
Done
Edge migrationCursor
Queued
Universal Compatibility

Works with any CLI agent

Agent-agnostic by design. If it runs in a terminal, it runs in Phasr. No vendor lock-in, no proprietary protocols - just your favorite tools working together.

Compatible Agents

If it runs in a terminal, it runs in Phasr

Claude Code
Anthropic
Codex CLI
OpenAI
Gemini CLI
Google
Cursor Agent
Cursor
Aider
Open Source
OpenCode
Open Source
Isolation

Changes stay isolated

Every agent runs in its own Git worktree. No merge conflicts, no stepping on each other's changes. Merge when you're ready, not when the agent decides.

  • Automatic Git worktree creation
  • Zero-conflict parallel development
  • Clean merge paths to main
Git Worktrees
feat/auth-middlewarefrom main · 6 files · 4 ahead
feat/rate-limitfrom main · 4 files · 2 ahead
fix/webhook-retryfrom main · 2 files · 1 ahead
Each agent works in complete isolation - zero conflicts
IDE Integration

Open in any editor

One-click deep links into VS Code, Cursor, JetBrains, Xcode, or any editor you prefer. Review and edit agent-generated code in your native environment.

Open Anywhere

One-click deep link into your preferred editor

Code Review

Review changes with clarity

See exactly what each agent changed. File-level diffs, line counts, and approval workflows give you full control before anything touches your main branch.

  • Per-agent file diffs and change summaries
  • Approve, reject, or request modifications
  • Side-by-side comparison views
Review Changes
+175−25
middleware.ts
428
auth/jwt.ts
8712
lib/rate-limit.ts
34
routes/api.ts
125
4 files changed

Start shipping faster today

Free, open source, and ready to run. Download Phasr and orchestrate your AI agents in minutes.

Available for macOS · Open source under MIT