CONNECT
SOVEREIGN RUNTIME CONFIGURATION / PUBLIC PREVIEW
Your accounts.Your signed runtime.Any cloud.
Connect provider accounts you already pay for. Select models, tools, policies, and placement. After approval, DSCO builds and signs a hardened, customer-specific runtime artifact. Its RuntimeSpec is the reproducible contract.
Cloud is a target.
Not your dependency.
DSCO Cloud is the managed front door to the same governed runtime that can execute in customer infrastructure or on a local machine. The deliverable is a customer-specific signed runtime artifact; the RuntimeSpec is its reproducible contract.
01 / RUNTIME CONFIGURATOR
Configure the runtime DSCO will build for you.
Choose connection references, routes, tools, policy, and placement. The RuntimeSpec is deterministic; account approval authorizes a customer-specific hardened build.
Connections are completed in your DSCO account and represented here only by non-secret references such as account://openai.
02 / CONTROL PATH
From paid account to signed runtime.
Connection, configuration, approval, build/sign, and execution remain explicit boundaries.
CONFIGURE
Select the system, not just a model.
Declare eligible providers, primary and fallback routes, tools, budgets, approval points, and evidence requirements together.APPROVE
Approve the exact contract.
Review the canonical RuntimeSpec, its connection references, policy, placement, and content digest through the customer account boundary.BUILD + SIGN
Produce your hardened runtime.
DSCO builds a customer-specific binary or deployable artifact from the approved spec, then signs the artifact and its manifest together.RUN
Place it where authority belongs.
Run the signed artifact on DSCO Cloud, in customer-owned cloud infrastructure, or locally at the edge.03 / PLACEMENT
Choose where the runtime answers to you.
Placement changes infrastructure ownership, not the declared providers, tools, policies, or evidence contract.
DSCO Cloud
Approve the spec, then build and sign an isolated runtime artifact for managed placement.
Open accountYour cloud
Build a signed deployable artifact with the approved RuntimeSpec as its contract.
Generate specLocal edge
Build a signed native binary near repositories, local models, and private state.
Start local04 / GOVERNANCE
Autonomy with an inspectable constitution.
Policy ships with the runtime. It does not disappear when execution moves from local to managed infrastructure.
Capability scopes
Declare filesystem, shell, network, tool, and external-action boundaries before execution.
Approval gates
Require human approval at the transitions that can mutate state or spend authority.
Budget envelopes
Bound cost and fan-out per run instead of discovering spend after the trace closes.
Provenance by default
Record routing, tool calls, policy decisions, outputs, and artifacts in one evidence chain.
05 / LOCAL EDGE
The cloud relaunch keeps the machine in the system.
Install the native runtime for repository-local work, on-device models, and execution that should never leave the edge. Add account references only when a task needs a remote provider or managed surface.
$ npm install -g @distributed.systems/dsco$ dsco login$ dsco "run this RuntimeSpec locally"CONFIGURE ONCE / PLACE DELIBERATELY