Private Beta forgebox.local · Online

The private cloud
with an AI operating
system.

A private machine running a market-leading AI operating system. Apps, data, and agents on hardware you own; the OS orchestrates any model you point it at, end to end. No tenant. No usage tier. Deploy in three lines.

Status
Operational
Apps deployed
75,000+
Uptime
// API.deploy
# Deploy any app to ForgeBox
curl https://forgebox.local/api/apps \
  -H "Authorization: Bearer $FORGEBOX_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "id":      "my-app",
    "runtime": "php-8.4",
    "source":  "git@github.com:me/my-app.git",
    "domain":  "my-app.local"
  }'

# → 201 Created · http://my-app.local · live in 1.4s
Walkthroughs

See ForgeBox in motion.

Two short demos covering the voice assistant and the live meeting copilot.

// 01 / Assistant

Talk to your private cloud

Real-time voice with full access to your apps, data, and agents.

// 02 / Meeting Copilot

Live AI coaching for meetings

Real-time transcript polish and reply suggestions, as attendees speak.

The Inversion

Most platforms make you fit them. ForgeBox runs the other way.

A platform like water; it flows to fit your shape. Agents on the device watch how you actually work and continuously reshape the runtime, the schemas, and the surface area to match. You don't adapt to the tool. The tool adapts to you.

// 01

Adaptive runtime

Apps, schemas, and tools reshape themselves to match how you actually work; observed continuously, refined nightly.

// 02

Always-on agents

Long-running agent loops survive reboots, network drops, and updates; woken by events, idle when there's nothing to do.

// 03

Native MCP

Every data source speaks Model Context Protocol out of the box. Claude, Cursor, or your own agent; wired in by default, auth-gated locally.

// 04

Persistent memory

A first-class data layer gives agents long-term recall; not session-bound chat, but continuity that compounds across years.

// 05

Local-first

Your prompts, files, and outputs stay on the device. No third-party tenant, no telemetry, no model provider sees your data.

// 06

Model-agnostic

Plug in Claude, OpenAI, Gemini, or any API-accessible model. ForgeBox handles orchestration, retries, cost tracking, and fallbacks; the model choice stays yours.

Pricing

One device. One price. No usage tiers.

Buy the box once, run as much as it will hold. No per-seat fees, no token caps, no surprise invoices.

ForgeBox · 4GB

NZ$850one-time

For one person, a few apps, and an always-on agent or two. The starter shape.

  • 4GB unified memory
  • Full ForgeBox runtime: apps, data, MCP, agents
  • Knowledge base sized for solo use
  • Email support, 2-business-day SLA
Order 4GB

ForgeBox · 16GB

NZ$1140one-time

Heaviest workloads. Busy agent fabric, large knowledge base, multi-user households or studios.

  • 16GB unified memory
  • Everything in 8GB
  • Heavy concurrent agent workloads
  • Priority email support
  • Free runtime updates · 2 years
Order 16GB
Developers

Documentation that respects your time.

Single-page guides, copy-pasteable code, and an OpenAPI spec for the REST layer. No interstitials, no signup walls, no AI-generated filler.

The ForgeBox unit