v0.1.0-alpha — invites rolling out

Your code. Shipped everywhere.

Deploy any app from your terminal or GitHub — Spring Boot, Go, Python, Node — and get automatic HTTPS, global edge routing, and Firecracker isolation. Also runs AI agents.

Get Access

$ curl -fsSL originclouds.io/install.sh | sh

Ship from your terminal — or from your repo

CLI & SDK

$ orctl deploy ./my-app
→ building image (4.5s)
→ pushing to fra, iad, sin
 live at my-app.originclouds.app

GitHub Actions

# .github/workflows/deploy.yml
- uses: originclouds/deploy-action@v1
  with:
    token: ${{ secrets.OGCLOUD_TOKEN }}
    app: my-app

More than just a container.

Every deployment runs in its own Firecracker micro-VM. Bare-metal isolation, container-speed boot times, and full Linux compatibility.

01

Persistent filesystem

Stateful volumes that survive restarts and follow your deployments across regions.

02

Live log stream

Real-time stdout, stderr, and structured event streams from every sandbox.

03

Versioned snapshots

Snapshot any deployment's full state. Fork for staging or rollback in one command.

DEPLOY_CONSOLE // OGCLOUD-7
ACTIVE
$orctlssh deploy-gamma-9
Connecting to isolated-runtime-fra-1...
[OK] Session established.
root@deploy-gamma-9:/mnt/app# ls -la
-rw-r-- long_term_memory.db-rw-r-- context.logdrwxr-x workspace/-rw-r-- config.yaml
root@deploy-gamma-9:/mnt/app# orctl snapshot create v17
[OK] snapshot:sn-44fe9 — 2.1GB committed
streaming stdout — app is starting up

One platform. Any workload.

All the primitives you need to ship real software — and to keep autonomous workloads alive in production.

Persistent filesystem

Stateful volumes that survive restarts and follow your deployments across regions.

Log streams

Real-time stdout, stderr, and structured event streams from every sandbox.

Version controls

Pin deployments to git refs. Zero-downtime rollbacks with a single command.

SSH access

Wireguard-backed SSH into any running sandbox.

Instant snapshots

Capture full VM state. Fork for staging, rollback for recovery.

Code security

Firecracker micro-VM isolation. Every deployment runs in its own lightweight VM.

Data & object storage

S3-compatible buckets and block volumes with per-region replication and lifecycle rules.

Private networking

Wireguard mesh, anycast IPs, and zero-config service discovery across regions.

Managed databases

Production MySQL and PostgreSQL with point-in-time recovery, read replicas, and auto-failover.

Deploy from any language.

Deploy from your local machine with the Origin Clouds SDK in your language of choice, or hook into GitHub Actions for every commit. We handle image building, global routing, and TLS — you write code.

npm install -g @ogcloud/sdkv0.1.0-alpha
// deploy.ts
import { OgCloud } from "@ogcloud/sdk";
const app = await OgCloud.deploy({
name: "my-api",
source: "./dist",
region: "fra",
});
// → https://my-api.originclouds.app
app.logs.on("data", console.log);

Get on the waitlist.

We're onboarding teams in small batches. Request access and we'll send an invite when there's capacity in your region.

Request Access