Open source. Free forever.
Run the durable agent runtime yourself. BUSL-1.1 today, transitioning to Apache-2.0.
GitHub →Golem is open source and free forever (BUSL-1.1, transitioning to Apache-2.0). Golem Cloud is the operations stack we built around it — we host it for you, or you host it yourself.
Run the durable agent runtime yourself. BUSL-1.1 today, transitioning to Apache-2.0.
GitHub →Developer Preview today (free, no guarantees). Paid tiers with full SLAs and 90-day retention coming soon.
Get started →Same software, you host it. Annual license. Runs on AWS, GCP, Azure, or on-premises. Available now.
Talk to sales →Pricing is tentative — final numbers at launch. Unlike providers that host you on someone else's compute, your code runs on our infrastructure. The free tier is small for that reason.
$15 per million agent-s$30 per million GB-s excess RAM$1 per GB-month storageOn the paid Standard tier, oplog history is retained for up to 90 days, configurable per workspace. Retained oplog is compressed and stored to S3 — your storage line covers both active and archival.
Golem Cloud On-Prem is the identical software we run for managed customers — only you run it yourself, in your own Kubernetes cluster, on any cloud or on-premises. Licensed annually.
The OSS edition is the runtime. Golem Cloud is the operations stack we built around it. On-Prem is the same operations stack, packaged for your cloud.
Who it's for: teams large enough to want Golem inside their own cloud — whether that's because of regulation, sovereignty, or because your existing infrastructure runs on GCP or Azure and you want Golem to run there alongside it.
| Free OSS | Golem Cloud (managed) | Golem Cloud On-Prem | |
|---|---|---|---|
| Where it runs | Your infrastructure | Our infrastructure | Your infrastructure |
| Software | OSS runtime only | Runtime + ops stack | Runtime + ops stack (identical) |
| Licensing | BUSL-1.1 → Apache-2.0 | Hosted service | Annual commercial license |
| Kubernetes Operator | ✗ | ✓ | ✓ |
| Prebuilt OTel + dashboards | ✗ | ✓ | ✓ |
| Operational tooling | ✗ | ✓ | ✓ |
| Pricing model | Free | Agent-seconds + RAM + storage | Annual license |
| Retention | Your responsibility | 90 days configurable | Your responsibility |
| Support | Ziverge (partner) | Included by plan | Included by license |
| Availability | Now | Preview today; paid coming soon | Now |
Scaffold a durable agent, run it locally, kill the process at any line, and watch it resume exactly where it stopped.
# Install: download from github.com/golemcloud/golem/releases
golem new --template ts --component-name example:counter --yes my-agent
cd my-agent && golem build
golem repl