Pricing & Commercial Options

Golem Cloud

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.

Which path is right for you?

Try Golem

Open source. Free forever.

Run the durable agent runtime yourself. BUSL-1.1 today, transitioning to Apache-2.0.

GitHub →
Coming Soon Managed for you

Golem Cloud

Developer Preview today (free, no guarantees). Paid tiers with full SLAs and 90-day retention coming soon.

Get started →
Inside your cloud

Golem Cloud On-Prem

Same software, you host it. Annual license. Runs on AWS, GCP, Azure, or on-premises. Available now.

Talk to sales →
Golem Cloud — Managed

We host Golem for you.

Pay only for what you use. No monthly base, no minimums. Final per-dimension prices set at launch.

Free

$0 /month
Compute
1,000 GCU/mo
RAM per agent
128 MB (fixed)
Disk per agent
256 MB (fixed)
Concurrent agents
10
Apps / envs
10 / 10
Support
Community
Coming Soon

Paid

$0 /month base

Pay only for what you use

Compute
$/GCU
Memory
$/GB-second
Durable storage
$/GB-month
Ephemeral storage
$/GB-month
RAM per agent
Up to 1 GB (via support)
Disk per agent
Up to 10 GB (configurable)
Concurrent agents
Up to 5,000 (via support)
Apps / envs
1,000 / 1,000
Support
Community + email
Golem Cloud — On-Prem

Run Golem Cloud inside your own cloud.

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.

What's included

  • Golem Kubernetes Operator — deploy, scale, and roll out Golem clusters declaratively
  • Prebuilt OpenTelemetry exporters + dashboards — the observability stack we run in production
  • Operational tooling — health monitoring, audit log inspection, deployment lifecycle
  • Coming soon: controls for how agents are distributed and when they run

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.

Deployment: Kubernetes Targets: AWS, GCP, Azure, on-prem License: Annual

At a glance

Free OSSGolem Cloud
(managed)
Golem Cloud
On-Prem
Where it runs Your infrastructureOur infrastructureYour infrastructure
Software OSS runtime onlyRuntime + ops stackRuntime + ops stack (identical)
Licensing BUSL-1.1 → Apache-2.0Hosted serviceAnnual commercial license
Kubernetes Operator
Prebuilt OTel + dashboards
Operational tooling
Pricing model FreeUsage-metered: GCU + memory + storageAnnual license
Plan tiers Free + PaidAnnual
Support Ziverge (partner)Included by planIncluded by license
Availability NowPreview today; paid coming soonNow

Frequently asked questions

Is Golem Cloud available today?
Yes — Golem Cloud is currently in Developer Preview: free to use, with no SLAs or data-retention guarantees. Paid tiers with full guarantees are coming soon.
What can I do during the Developer Preview?
Evaluate, experiment, prototype. The Preview is not intended for production workloads.
When will the Paid tier launch?
Coming soon — sign up for the waitlist and we'll notify you.
How is compute measured?
In Golem Compute Units (GCU). One GCU represents a fixed amount of WebAssembly execution work. Because the unit is deterministic, the same workload produces the same GCU on any machine.
Do idle or suspended agents cost me money?
No. Memory is billed only while your agent's code is actively executing. Durable-storage metering stops when we shelve an inactive agent; ephemeral storage stops at the end of each invocation. No traffic, no bill.
What happens if I hit a limit?
Concurrent-agent and app/environment caps reject the request at allocation time. Compute, memory, and storage are usage-metered without hard caps; raise the per-agent ceilings by contacting support if your workload outgrows the default.
Why is the free tier capped at 1,000 GCU/month?
Because compute runs on our infrastructure, unlike providers that host you on someone else's compute. The runtime is free; what you pay for is what we run for you.
Why does Golem charge for storage when other runtimes don't?
Golem's durability depends on a complete history of every action — that's how it recovers when a node fails. We charge for the storage that makes that history possible.
Will invoices come in my local currency?
At launch, USD, GBP, and EUR are planned. Other currencies on request.
What's in Golem Cloud On-Prem that's NOT in the open source edition?
Kubernetes Operator, OpenTelemetry exporters, prebuilt dashboards, operational tooling — the same package we use to run Golem Cloud ourselves.
Can I run Golem in my own cloud without buying the On-Prem license?
Yes — the OSS runtime is full-featured. You'd be responsible for your own deployment, monitoring, and operational tooling.
Who provides support for the open source edition?
Ziverge, our exclusive partner for commercial OSS support.

Crash your first agent in five minutes.
Watch it come back.

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