The Proxy Company Documentation
Technical documentation for The Proxy Company's products and infrastructure.
Our Products
-
Eden
A macOS AI cockpit. Multiple agents deliberate together, then do the work. Life Map, Party system, local and cloud inference — one app.
-
Orchard
Local Intelligence on Apple Silicon. A brand new inference engine, custom GPU kernels, continuous batching, multi-model generation, and error-free tool calling.
The Stack
Proxy (SwiftUI macOS app)
└── Glue (Rust FFI)
└── Grand Central (coordination layer)
├── Trellis (graph database)
├── Pane (GPU rendering)
├── orchard-rs (local inference client)
└── Cloud inference (Anthropic, OpenAI, Google, xAI)
Orchard (compute platform)
└── PIE (C++ inference engine)
├── PAL (Metal GPU kernels)
├── PSE (structured generation)
└── Carbon (private MLX fork)
Proxy is the product. Orchard is the engine. Proxy consumes Orchard for local inference and brings cloud models alongside it.