Agent-Native Development Environment
The IDE that proves your app works.

Orchard supervises AI agents across code, simulators, browsers, backends, and release pipelines — so every task has proof it actually works.

>
Architecture

Built for Agents, Not Extensions

Every component is purpose-built for autonomous Apple development

Runtime Slices

Deterministic state machine governs every agent session

Idle
Planning
Building
Testing
Evidence
Done
Agent Tools
0native integrations
Zero Config
Detects project structure, infers targets, configures agents automatically
Evidence Pipeline
screenshot
log_capture
test_result
a11y_audit
Agent Orchestration

8 specialized roles, one coordinated pipeline

P
Planner
I
Implementer
V
Verifier
M
Mobile Runner
B
Backend Runner
A
A11y Auditor
H
Health Reviewer
R
Release Mgr
MCP Router
0servers
context-aware routing
GPUI Shell
120fps
GPU-accelerated rendering
Git Worktrees
Parallel agent branches with automatic merge orchestration
Apple Execution169+ native tools
ServerTools
XcodeBuildMCP79+
Apple mcpbridge~20
mobile-mcp40+
Playwright~30
Systems Architecture

Four layers. One binary.
Zero configuration.

1

Canvas OS

GPUI Shell + Workspace Runtime

A GPU-accelerated native macOS shell built on GPUI and Metal, rendering the entire workspace at 120 fps. Every panel, canvas, and overlay is a retained-mode GPU surface — no Electron, no DOM, no compromise.

Slice BoardZoom CanvasTimelineEvidence DrawerAgent PanelRelease Center
Technology

Built on proven foundations.

0
Native Tools
0
MCP Servers
0
Verification Gates
0
FPS Render
0%
Build Health
Passing
98%Consecutive successful builds
0%
Test Coverage
High
94%Lines covered by automated tests
0%
Agent Utilization
Active
87%Active agent capacity usage
Technology Stack

Built on proven foundations.
Composed, not invented.

Foundation
G

GPUI

Apache 2.0

GPU-accelerated UI framework from Zed

R

Rust

MIT / Apache

Systems language for the kernel binary

T

Tokio

MIT

Async runtime for concurrent task execution

Agents
C

Claude Code

Proprietary

Anthropic's agentic coding assistant

O

Codex CLI

Apache 2.0

OpenAI's terminal-native coding agent

G

Gemini CLI

Apache 2.0

Google's multimodal coding agent

Apple Tools
X

XcodeBuildMCP

MIT

79+ Xcode build & project management tools

M

mobile-mcp

MIT

40+ iOS simulator & device interactions

B

mcpbridge

MIT

~20 Apple system bridge tools

Infrastructure
K

Kernel

Proprietary

Core orchestration and process management

S

SQLite

Public Domain

Embedded database for state and evidence

F

FTS5

Public Domain

Full-text search across evidence and logs

Structured for Agent Workflows

Sources/
Tests/
Resources/
dir

Feature Slices

Sources/
Tests/
Resources/
Screenshots/
TestReports/
PerfMetrics/
dir

Evidence

Screenshots/
TestReports/
PerfMetrics/
Builds/
Changelogs/
Archives/
dir

Releases

Builds/
Changelogs/
Archives/

“The world does not need another AI code editor. It needs a development operating system that can supervise agents across code, simulators, browsers, backends, and release pipelines — with proofs, not vibes.”

LIVE DEMO

Watch agents work in real time.

Orchard Alpha 0.1

Private preview starting Q3 2026. Join the waitlist.

Agent Activity Stream

Evidence Verification

Scanning artifacts...

Build artifacts
Test results
Screenshots
Performance metrics
Accessibility audit

Activity Feed

LIVE
Slice #7 CreatedNew

Feature: Add dark mode to Settings

2m ago
Agent Assigned

Implementer → Claude Code 4.5

1m ago
Build SucceededFast

Debug build in 3.2s

45s ago
Tests Passed

14/14 (2 new)

30s ago
Evidence Collected

4 artifacts, 3 screenshots

15s ago
Contract FulfilledComplete

All 9 gates passed ✓

just now

Slice #7 Complete

All evidence verified. 14/14 tests, 0 a11y violations, 42MB memory peak.

Agent Capacity

3 of 4 agent slots active. Queue depth: 2 slices.

TOOL INVENTORY

72 tools. 17 categories. All managed.

MCP Servers

Connected tool providers

ServerToolsProtocolStatus
XcodeBuildMCP79+stdioActive
Apple mcpbridge~20stdioActive
mobile-mcp40+stdioActive
Playwright MCP~30stdioActive
DesignReview MCP5stdioActive

Agent Roles

Orchestrated task execution

RoleProviderCapabilitiesAvg Time
PlannerClaude CodeArchitecture, task decomposition45s
ImplementerClaude CodeCode generation, refactoring2m
VerifierCodex CLITesting, assertion30s
Mobile Runnermobile-mcpSimulator, device testing1m
A11y AuditorClaude CodeVoiceOver, accessibility20s
Health ReviewerClaude CodePerformance, memory15s
Evidence CollectorOrchard CoreScreenshots, reports10s
Release ManagerOrchard CoreContract gates, deploy5s

Tool Categories

Coverage by domain

CategoryCountCoverageTrend
Build & Compile12
100%
Testing18
94%
Signing & Deploy8
100%
UI Automation15
87%
Accessibility5
100%
Performance6
92%
Evidence & Audit8
100%
Configuration

Zero-config by default. Endlessly configurable.

terminal

Get Started

$brew install orchard-ide/tap/orchard
orchard.config.json
1{
2
"workspace" : "MyApp" ,
3
"agents" : {
4
"planner" : { "provider" : "claude-code" , "model" : "claude-4.5-sonnet" } ,
5
"implementer" : { "provider" : "claude-code" , "model" : "claude-4.5-sonnet" } ,
6
"verifier" : { "provider" : "codex-cli" , "model" : "codex-mini" }
7
} ,
8
"slices" : {
9
"isolation" : "git-worktree" ,
10
"evidence" : { "screenshots" : true , "test_reports" : true , "perf_metrics" : true } ,
11
"contract" : { "gates" : 9 , "auto_merge" : false }
12
} ,
13
"mcp_servers" : [ "xcodebuild" , "mobile-mcp" , "apple-mcpbridge" , "playwright" ] ,
14
"execution" : {
15
"simulator" : "iPhone 16 Pro" ,
16
"os_version" : "iOS 19.0" ,
17
"build_config" : "debug"
18
}
19}
Opportunity

Join the founding team.

Orchard is pre-seed. We're looking for a technical co-founder, seed investors, and early design partners.

TAM

$52B

AI agent market by 2030

Beachhead

2.4M

Apple developers worldwide

Pricing

$20

/seat/month (Pro tier)

Timeline

16mo

to v1.0 public launch

Early Access

We'll notify you when early access begins.

The Founder

Built from the trenches.

Rory Monaghan
Rory Monaghan
FOUNDER & CEO

Rory is a full-stack developer and serial founder who has spent years building production software with AI coding agents — and experiencing firsthand every pain point Orchard solves.

As founder of Auron Intelligence (clinical AI for vascular imaging), ePrescience (AI-powered learning platform), and wemakepages.com (web design agency), he manages AWS infrastructure, multi-platform builds, and complex agent workflows daily.

Orchard was born from the realization that the iOS build-test-iterate-ship loop is uniquely painful — and uniquely solvable — for agentic development. After hundreds of hours directing Claude Code, Cursor, and Codex on real iOS projects, the pattern became clear: the tooling above the editor is missing.

2024
Began building production iOS apps with AI coding agents
2025
Identified the runtime slice pattern after managing 6+ concurrent agent workflows
Jan 2026
Apple ships Xcode 26.3 with official MCP support — the substrate exists
Mar 2026
Canonical PRD v2.0 completed: vision, architecture, roadmap, 72-tool inventory
Q2 2026
Seeking co-founder and seed funding to begin Phase 0