Open source. Free forever.
Run the durable agent runtime yourself. BUSL-1.1 today, transitioning to Apache-2.0.
GitHub →Open source: you run it (BUSL-1.1, transitioning to Apache-2.0). Cloud: we run it. On-Prem: you run it with our tools and support.
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 →Pay only for what you use. No monthly base, no minimums. Final per-dimension prices set at launch.
Pay only for what you use
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. Cloud is the version we run for you. On-Prem is the same software, 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 | Usage-metered: GCU + memory + storage | Annual license |
| Plan tiers | — | Free + Paid | Annual |
| 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