Article · part of a guide
What Is an OpenTofu Management Platform?
An OpenTofu management platform runs your plans and applies as a service and adds the state, locking, RBAC, policy, and drift detection a team needs on top of the CLI. Here are the 2026 options and how they price.

Key takeaways
- An OpenTofu management platform runs your OpenTofu plans and applies as a remote service and adds what the CLI leaves to you: shared state and locking, RBAC, policy enforcement, and drift detection.
- HCP Terraform does not run OpenTofu. Its managed runs execute the Terraform binary only (as of July 2026), so teams standardizing on OpenTofu look elsewhere.
- The SaaS platforms that run OpenTofu natively are Scalr, Spacelift, and env0. Terrakube and Atlantis are open-source options you host and operate yourself.
- Pricing models differ more than the feature lists: Scalr bills per run (free up to 50 runs a month), Spacelift by the number of concurrent private workers, and env0 by tier and active-environment count.
- Scalr is a founding member of the OpenTofu project and runs OpenTofu on the same per-run billing as Terraform, so the engine choice doesn't change the bill.
An OpenTofu management platform runs your plans and applies as a service and adds what the CLI leaves to you: shared state with locking, RBAC, policy checks, drift detection, and an audit log. HCP Terraform isn't one; as of July 2026 it only runs the Terraform binary. The platforms that do run OpenTofu are Scalr, Spacelift, and env0 as SaaS, and Terrakube and Atlantis if you'd rather host it yourself. The real difference between them is how they bill, so that's where this post spends most of its time.
What is an OpenTofu management platform?
The distinction matters because the CLI is single-player by design. It assumes one operator, one working directory, and a backend you configured yourself. The moment a second engineer needs to run a plan against the same state, you need locking. The moment an auditor asks who changed the database tier, you need a log. That's what the platform does, and it's the same job whether the engine is Terraform or OpenTofu.
Does HCP Terraform support OpenTofu?
No. As of July 2026, HCP Terraform's managed runs execute the Terraform binary only, and there is no setting to run OpenTofu instead. OpenTofu can use HCP Terraform's remote backend purely for state storage, but the managed run engine, Sentinel policies, and no-code modules are all Terraform-only.
So a team that has committed to OpenTofu can keep HCP Terraform as a state store, but not as the thing that runs their plans and applies. For most people that defeats the point of a managed platform. Many teams moved to OpenTofu after HashiCorp changed Terraform's license in August 2023 and were reconsidering where their runs execute at the same time, and this is the wall they hit: the most obvious managed option doesn't run the engine they're standardizing on.
Which platforms run OpenTofu?
Five come up most often. Three are SaaS control planes, and two are open-source tools you host yourself.
| Platform | Runs OpenTofu | How you enable it | Hosting | Pricing model |
|---|---|---|---|---|
| Scalr | Yes, native | Pick the engine per workspace; billed exactly like a Terraform run | SaaS, with optional self-hosted agents | Per run, free up to 50 runs/month |
| Spacelift | Yes | Workflow-tool setting on the stack, version chosen per stack | SaaS, with self-hosted workers | By concurrent private workers |
| env0 | Yes, native | Connect the repository as you would a Terraform one; state, plan-on-PR, drift, and cost all work | SaaS, with self-hosted agents | By tier and active-environment count |
| Terrakube | Yes | Engine selected per workspace | Self-hosted (open source, Apache 2.0) | No license fee, you operate it |
| Atlantis | Yes | Set the distribution to opentofu |
Self-hosted (open source) | No license fee, you operate it |
| HCP Terraform | No | Terraform binary only | SaaS, with self-hosted agents | Not an OpenTofu option |
Scalr is a founding member of the OpenTofu project, which is why OpenTofu is a first-class engine there rather than a setting.
For the self-hosted comparison specifically, the OpenTofu plus Atlantis versus a managed platform breakdown walks through where running your own stack costs less and where it costs more.
How much does an OpenTofu management platform cost?
The headline numbers matter less than the counting model, because that's what decides whether the bill tracks your team or fights it. Scalr counts runs (free to 50 a month, no per-user or per-resource charges, same price for either engine; current tiers on the pricing page). Spacelift counts concurrent private workers. env0 counts active environments by tier. Terrakube and Atlantis have no license fee, and the cost is the engineering time to run the server, wire up state and locking, handle secrets, and keep it patched.
Check each vendor's pricing page before you commit; worker counts, environment caps, and tier lines move. What doesn't move is the counting model. A team that runs 400 plans on a Tuesday and nothing on Friday wants per-run. A team that keeps 30 applies going all day wants per-worker. Figure out which one you are first. We argue per-run wins for most teams in how to evaluate IaC platform pricing models.
How do I choose an OpenTofu management platform?
Start with three questions. First, is running OpenTofu a hard requirement or a nice-to-have? If it's hard, HCP Terraform is out and you're choosing among the platforms above. Second, do you want to operate the control plane yourself? If yes, Terrakube or Atlantis; if no, a SaaS platform. Third, which pricing model fits your run pattern? Count your runs, concurrency, and environments for a month, then price that month on each model. One of them will usually be clearly cheaper.
If you're weighing this as part of a broader move off Terraform Cloud, the guide to selecting a Terraform Cloud alternative covers the migration side, and OpenTofu versus Terraform covers the engine decision itself.
Scalr runs OpenTofu natively on usage-based pricing that's free up to 50 runs a month, with state, locking, RBAC, policy, and drift detection included. If you want to keep OpenTofu without running the backend and workers yourself, it's a straightforward place to start.
Frequently asked questions
What is an OpenTofu management platform?
It is a service that executes your OpenTofu runs (plan and apply) remotely and layers on the controls a team needs around them: a shared remote backend with state locking, role-based access control, policy-as-code enforcement, drift detection, and an audit trail. You keep writing standard OpenTofu configuration; the platform handles execution, state, and governance instead of you assembling them from cloud storage, a CI runner, and scripts.
Does HCP Terraform or Terraform Cloud support OpenTofu?
No. As of July 2026, HCP Terraform's managed remote runs execute the Terraform binary only, and you cannot select OpenTofu as the run engine. OpenTofu can point at HCP Terraform's remote backend for state storage, but managed runs, Sentinel policies, and no-code modules are Terraform-only. Teams that have standardized on OpenTofu use a platform that runs it natively, such as Scalr, Spacelift, or env0, or a self-hosted option.
Which platforms run OpenTofu natively?
As SaaS, Scalr, Spacelift, and env0 all run OpenTofu as a first-class engine. As self-hosted open source, Terrakube lets you pick Terraform or OpenTofu per workspace, and Atlantis can run the tofu binary when you set its distribution to opentofu. Scalr, Spacelift, and env0 also support self-hosted agents or workers if you want the control plane managed but the compute in your own network.
How much does an OpenTofu management platform cost?
It depends on how each vendor counts usage. Scalr bills per run and is free up to 50 runs a month. Spacelift prices by the number of concurrent private workers on paid tiers. env0 prices by tier and the number of active environments. Terrakube and Atlantis have no license fee, but you pay in the engineering time to run, secure, and upgrade them. Compare the model to how your team actually works before comparing headline numbers.
Can I self-host an OpenTofu management platform?
Yes, in two senses. Terrakube and Atlantis are fully self-hosted open-source tools you run end to end. Separately, the SaaS platforms (Scalr, Spacelift, env0) offer self-hosted agents or workers so runs execute inside your network and reach private infrastructure while the vendor still runs the control plane, dashboards, and state.
Is OpenTofu production-ready in 2026?
Yes. As of July 2026 the current release is OpenTofu v1.12.3 (June 2026). OpenTofu is MPL 2.0 licensed, governed under the Linux Foundation, and was accepted as a CNCF Sandbox project in April 2025. Most Terraform configurations run on it unchanged, and the major managed platforms treat it as a supported engine.
About the author

director of platform engineering at Scalr
Ryan Fee is the director of platform engineering at Scalr, with over 15 years of experience improving infrastructure experiences at companies large and small.
Part of this guide
15 sheets
What is OpenTofu?
- An Overview of Scalr's CI/CD Capabilities for Terraform and OpenTofu
- Debugging opentofu apply Failures
- Scalr VSCode Extension for Terraform & OpenTofu
- The Terraform & OpenTofu Terralith
- New Feature: Terraform & OpenTofu Ephemeral Workspaces
- Understanding Terraform & OpenTofu Workspaces
- OpenTofu Language Guide
- API Driven Workflows for Terraform and OpenTofu
- OpenTofu Runs are Free in Scalr
- 10 OpenTofu Commands
- Finding a Home for OpenTofu: Unpacking The Decision to Join The Linux Foundation
- Announcing OpenTF
- Is Terraform Still Open Source?