logo
icon

PilotDeck

PilotDeck is an open-source agent OS built around WorkSpace isolation, white-box memory, smart model routing, and always-on background agents. Official Docker image build from OpenBMB/PilotDeck (UI on port 3001).

template cover
Implementado0 veces
Editorsbo60618
Creado2026-07-26
Mínimo2 Núcleos4 GB
Recomendado4 Núcleos8 GB
Etiquetas
AIAgentMCPProductivity

Servicios

service icon

pilotdeck

PilotDeck

WorkSpace-centric open-source Agent OS by OpenBMB / THUNLP / ModelBest / AI9Stars.

Upstream: github.com/OpenBMB/PilotDeck
Docs: pilotdeck.openbmb.cn
License: AGPL-3.0

Note: OpenBMB/XDeck does not exist on GitHub. This template is for PilotDeck.

Services

Single container built from the official Dockerfile:

ProcessPortRole
UI Server3001Web UI + REST/WS
Gateway18789 (internal)Agent runtime

Persistent state: /root/.pilotdeck (config, auth, memory, projects, skills).

After deploy

  1. Open PUBLIC_DOMAIN (HTTPS via Zeabur Ingress).
  2. Complete onboarding: set provider + API key (or use template env vars).
  3. Create a WorkSpace and start tasks.

Env vars

VariableDefault / notes
SERVER_PORT3001
PILOT_HOME/root/.pilotdeck
PILOTDECK_MODELmain model
PILOTDECK_LIGHT_MODELlight model for routing
PILOTDECK_API_KEYAPI key
PILOTDECK_API_URLAPI base URL

Deploy note (Zeabur)

Marketplace deployTemplate may reject ARBITRARY_GIT. Practical path:

  1. createServiceFromArbitraryGithttps://github.com/OpenBMB/PilotDeck.git (branch main)
  2. Set ports web:3001/HTTP, volume /root/.pilotdeck
  3. Set env vars, bind domain, redeploy (repo root has Dockerfile)