Softwr

Developer Tools · head to head

Atlantis vs Windmill

Atlantis logo

Atlantis

Developer Tools

Runs Terraform plan and apply from pull request comments, self-hosted and free

From
Free
Rated
-
Windmill logo

Windmill

Automation Integration

Open-source developer platform for building scripts, workflows, and internal apps

From
Free
Rated
-

The short version

  • Each has a real cost: Atlantis there is no company, no service level agreement and no paid support at any price, and the six maintainers are volunteers with day jobs, which some risk committees will not accept for a component holding production cloud credentials.; Windmill free self-hosted tier caps SSO users at 10 and workspaces at 3, requiring Enterprise for larger teams.
  • They diverge on capability: Atlantis covers Pull request plans, Windmill covers Script-to-workflow engine.
  • Prices and features above were last checked on 31 August 2026.

Where they differ

Only the attributes on which Atlantis and Windmill actually diverge.

Attributes where Atlantis and Windmill differ
AttributeAtlantisWindmill
Pricing modelOpen source, no licence feeopen-source
PlatformsLinux, Docker, Kubernetes, Self-hostedweb, api, linux, windows, mac
CategoryDeveloper ToolsAutomation Integration

Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Atlantis

  • Pull request plans
  • Comment driven apply
  • Workspace locking
  • Policy checking
  • Multi-platform webhooks
  • Custom workflows

Only in Windmill

  • Script-to-workflow engine
  • Auto-generated UIs
  • Self-hosted deployment
  • Git sync
  • SSO support
  • Audit logs

What people use each for

The jobs each tool is most often brought in to do.

Atlantis

  • Making Terraform review meaningful by putting the actual plan output in front of the approvernot Windmill
  • Removing local applies and the credential sprawl that comes with every engineer holding production keysnot Windmill
  • Getting pull request driven infrastructure without paying a per-user subscription for a hosted platformnot Windmill
  • Enforcing Conftest policies as a blocking check before an apply can runnot Windmill

Windmill

  • Turning ad-hoc scripts into scheduled jobs and APIsnot Atlantis
  • Building internal tools from existing Python/TypeScript codenot Atlantis
  • Self-hosted automation for engineering teamsnot Atlantis
  • Orchestrating multi-language workflowsnot Atlantis

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Atlantis

  • There is no company, no service level agreement and no paid support at any price, and the six maintainers are volunteers with day jobs, which some risk committees will not accept for a component holding production cloud credentials.
  • The security surface is inherently sharp, because it is an internet-reachable webhook endpoint that executes applies with privileged credentials, gated by pull request comment authorisation that is coarse next to a real policy engine.
  • It is stateful, holding a working directory and lock database on local disk, so high availability and horizontal scaling are awkward and you own upgrades, webhook plumbing, secret rotation and the host itself.
  • It lacks the features that distinguish the commercial alternatives, with no native drift detection, no cost estimation, no managed state interface and no policy engine beyond the Conftest integration.
  • Terragrunt and monorepo layouts are not first-class, requiring hand-written custom workflows and repository configuration that becomes a growing maintenance burden as the number of repositories increases.

Windmill

  • Free self-hosted tier caps SSO users at 10 and workspaces at 3, requiring Enterprise for larger teams.
  • Compute unit and seat-based pricing (developer vs. operator seats, worker compute units) adds pricing complexity beyond a flat monthly fee.
  • Email triggers are capped at 100/day on the free tier, limiting event-driven use cases without upgrading.
  • Smaller ecosystem of pre-built integrations compared to more established automation tools like n8n.

Pricing, plan by plan

Atlantis

Free
  • AtlantisFree
    • Apache-2.0, no usage limits and no seat count
    • No commercial edition and no paid support tier
    • Community support through GitHub and the CNCF Slack channel

Windmill

Free
  • Free / Open-sourceFree
    • Unlimited executions
    • Self-hosted deployment
    • Max 10 users with SSO
  • Enterprise$120/month
    • Unlimited executions and workspaces
    • Uncapped SSO seats
    • 24/7 priority support (3-hour response)

Which should you pick?

Choose Atlantis if

  • You need pull request plans.
  • You want to start without paying.
  • You work on Linux, Docker, Kubernetes, Self-hosted.
  • You also want comment driven apply.

Choose Windmill if

  • You need script-to-workflow engine.
  • You want to start without paying.
  • You work on web, api, linux, windows, mac.
  • You also want auto-generated uis.

Questions people ask

Is Atlantis or Windmill better?
Neither clearly leads. Atlantis starts at Free and Windmill at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Atlantis or Windmill?
Atlantis starts at Free and Windmill at Free.
Does Atlantis or Windmill run on more platforms?
Atlantis runs on Linux, Docker, Kubernetes, Self-hosted. Windmill runs on web, api, linux, windows, mac.
Can I use Atlantis for free?
Both have a free tier, so you can try either at no cost before committing.
What is Atlantis best used for?
Atlantis is most often used for making terraform review meaningful by putting the actual plan output in front of the approver, removing local applies and the credential sprawl that comes with every engineer holding production keys, getting pull request driven infrastructure without paying a per-user subscription for a hosted platform, enforcing conftest policies as a blocking check before an apply can run. Of those, making terraform review meaningful by putting the actual plan output in front of the approver and removing local applies and the credential sprawl that comes with every engineer holding production keys are not what Windmill is typically brought in for.
What can Atlantis do that Windmill cannot?
Atlantis covers Pull request plans, Comment driven apply, Workspace locking, Policy checking. Windmill covers Script-to-workflow engine, Auto-generated UIs, Self-hosted deployment, Git sync.

Answered from the vendors’ own pages

Atlantis: Is there a company behind Atlantis?

No. It runs as a series of LF Projects under the Linux Foundation and is maintained by volunteers. There is no vendor to buy support from and no service level agreement.

Windmill: What does Windmill cost?

Windmill's Free and Open-source edition is $0/month for self-hosted use with unlimited executions, while Enterprise starts at $120/month with unlimited workspaces and uncapped SSO seats, priced further by developer/operator seats and compute units.

Source
Atlantis: Is it a CNCF project?

No. It uses a channel in the CNCF Slack, which is often misread as membership, but the project sits under LF Projects rather than the CNCF.

Windmill: Is there a free plan and what are its limits?

The free self-hosted plan supports unlimited executions but caps SSO at 10 users, workspaces at 3, groups/permissions at 4, and email triggers at 100 per day.

Source
Atlantis: Does it work with OpenTofu?

Yes, there is a dedicated integration guide alongside Terraform, and it also has configuration for working with hosted Terraform backends.

Windmill: How is usage metered on Windmill Enterprise?

Enterprise usage is metered through seats (developer seats at $20/month, operator seats at $10/month) and compute units, e.g. $100/month for 2 standard-worker compute units.

Source
Atlantis: What does it not do that a paid platform does?

Drift detection, cost estimation, a managed state and run interface, and a real policy engine. Atlantis does pull request plan and apply well and stops there.

Windmill: What happens to a self-hosted Windmill deployment if the company shuts down?

The pricing page addresses this directly as an FAQ topic, noting that self-hosted applications built on the open-source edition can continue running independently of Windmill the company.

Source
Share

Related pages

Other head to heads