Origin Docs

CDE

ORGN's native desktop IDE — local folders or confidential cloud worktrees, with Origin Agent routed through ORGN Gateway.

CDE is ORGN's native desktop IDE — a VS Code fork for developers who need a daily-driver editor and, when it matters, a way to run code inside hardware-isolated cloud sandboxes.

Run anything. See nothing.

New to CDE? Start with the Quickstart — install, sign in, and open your first cloud worktree in under five minutes.

What problem does CDE solve?

You have proprietary code, regulated data, or procurement requirements that policy promises cannot satisfy. CDE gives you two execution modes:

  • Local — open a folder on your machine, standard desktop development
  • Cloud — attach to a worktree running inside a TDX Trust Domain (Intel hardware that encrypts VM memory so the cloud operator, hypervisor, and ORGN cannot read your running code)

Origin Agent — the in-IDE AI assistant — is a separate boundary. Your code and tool calls run in the sandbox on cloud worktrees; prompts route through ORGN Gateway unless you pick a TEE model for verifiable confidential inference.

See Local vs confidential cloud for when to use each mode, and Origin Agent for runtime vs inference confidentiality.

What CDE provides

CapabilityDescription
Native IDEFull VS Code surface — editor, terminal, Git, debugging — with ORGN worktree and cloud integration
Confidential cloud worktreesSSH attach to TDX sandboxes — not ordinary shared cloud VMs
Origin AgentIn-IDE AI with tool use (file edits, terminal commands), routed through ORGN Gateway
Sandbox attestationFetch a signed TDX report for active cloud worktrees — prove the environment, not just trust our word
Parallel workstreamsSeparate worktrees (isolated branches + sandboxes) so parallel agents do not collide

For the full trust stack, see Platform trust.

Two confidentiality layers

Runtime (cloud worktree)Inference (Origin Agent)
What is protectedYour code, terminal, agent tool executionYour prompts and model outputs
MechanismIntel TDX Trust Domain — encrypted VMModel-dependent: ZDR (policy retention) or TEE (hardware isolation)
ProofSandbox attestation reportTEE receipt in Scanner (TEE models only)
Applies whenOpen Cloud Project attachedEvery Origin Agent message — tier chosen in model picker

ZDR (Zero Data Retention) means the provider agrees not to store your prompts — policy trust, not hardware proof. TEE (Trusted Execution Environment) means inference runs in hardware-isolated compute with cryptographic receipts. Do not conflate them.

CDE vs ORGN Studio — where does your work go?

QuestionORGN Studio (browser)CDE (desktop)
Import a repo / create a projectYes — GitHub import, runtime selectionMust be done from ORGN Studio
Task board, milestones, team billingYesOpen project settings in browser at cde.orgn.com
Daily-driver editor, terminal, GitBrowser Code ModeNative VS Code fork
Create a worktree for a taskYesYes — Projects sidebar
Run code in a TDX sandboxYes (browser workspace)Yes — SSH attach to the same sandboxes
Origin Agent with tool useYesYes
Sandbox attestation fetchYesYes

Studio sets up projects and tasks. CDE is where many developers do the work. Both share the same id-orgn identity and cloud worktrees.

Launching the desktop app directly from a Studio task is marked Soon — today, download CDE and sign in with the same id-orgn session.

Documentation

  • Gateway quickstart — API keys, models, and inference attestation receipts
  • ORGN Studio — browser platform for project import and team workflows
  • Platform trust — canonical reference for confidentiality and verification

On this page