AWX alternative

Everything AWX does.
Without the Kubernetes bill.

AWX needs a Kubernetes cluster, an operator, Postgres, Redis, and Receptor before it runs a single playbook, and it has not shipped a release since July 2024. SwitchTender is one Go binary. Download it, run it, and you have job templates, schedules, RBAC, surveys, SSO, workflows, and approvals, plus a live host-by-task matrix AWX never had. Your AWX export imports in one command.

Why teams look for an AWX alternative

Three complaints come up every time, and 2024 added a fourth: whether AWX ships at all. SwitchTender was built around them.

The platform tax

Running AWX means running Kubernetes, the AWX Operator, Postgres, and Redis, then keeping all of it patched. That is a platform team's week, every month, to run playbooks. SwitchTender is one process and one file. Upgrading is replacing a binary.

Ansible-only

Real fleets also run Terraform, scripts, and one-off tooling. AWX runs Ansible. SwitchTender runs Ansible, Terraform, OpenTofu, Bash, PowerShell, Python, and Go through one engine, one UI, and one audit trail, each with a dry-run mode.

Scrollback runs

AWX shows a text stream. SwitchTender paints every run as a live host-by-task matrix, one cell per host and task, with the failed host highlighted and per-task drill-down. You read a run like a dashboard, not a log.

The state of AWX, in dated facts

None of this is spin. Every line links to its source, and AWX still works where it already runs. The question is what you stand up next.

Frozen since July 2024

AWX 24.6.1, released July 2, 2024, is still the latest release. Red Hat paused releases for a refactor that has shipped no release and no date since.

Fresh installs break

The last released operator depends on a retired container image, so a new install fails to pull until you patch it by hand.

Security fixes stopped

The 24.6.1 images are two years of CVEs old, and teams report them failing security audits with no patched release to move to.

SSO is leaving the free tier

On AWX's development branch, LDAP, SAML, and OIDC are removed from core. The replacement lives in the paid platform. SwitchTender ships all three in the binary.

In Red Hat's words

"Our goal isn't to offer an exact replica of our commercial product for free," from the AWX modernization update. The direction is a subscription.

Feature for feature

The enterprise checklist, side by side. The full three-way table including Semaphore is on the comparison page.

CapabilitySwitchTenderAWX
DeployOne binary, SQLite or PostgresKubernetes + operator + Postgres + Redis
Release cadenceActively releasedFrozen since July 2024
Live host-by-task matrix
ToolsAnsible, Terraform, OpenTofu, Bash, PowerShell, Python, GoAnsible only
Job templates, surveys, schedules
Drag-and-drop workflow editor
RBAC, teams, per-object grants
LDAP, SAML, OIDC sign-inToday, yes. Removed on the development branch
Execution environments
Instance groups
High availabilityActive-active on PostgresVia Kubernetes
Duration-balanced job splittingRound-robin slicing
Fleet memory: flaky hosts, trends
Tamper-evident, signed audit
Drift detection from a dry run
Advisory AI triage and fleet answers
Drop-in Go plugins: tools, secrets, AI, notifiers
Import from the other sideOne command

Where AWX is still ahead

An honest page beats a loud one. AWX has years in production at large organizations, a deep ecosystem of credential types and inventory plugins, and a large community. SwitchTender is new: every claim on this page is backed by a test you can run, and what it does not have yet is that decade of production miles. It earns them the same way AWX did, one fleet at a time, starting with teams who want the capability without the platform. And the ecosystem gap closes differently here: any team can add a tool, a secret engine, an AI provider, or a channel as a drop-in Go plugin binary, no fork and no rebuild of the server.

The other exits, honestly

Ascender is a support-backed fork of the same frozen codebase, with the same Kubernetes-shaped footprint. Oracle Linux Automation Manager repackages AWX 24.6.1 for Oracle Linux hosts. Semaphore is genuinely light, but a run is a text log, RBAC sits in its paid tier, and there are no workflows; the full comparison is here. Moving to CI pipelines works until you need RBAC, schedules, approvals, and an audit trail, at which point you have rebuilt a worse control plane. SwitchTender is the exit that keeps AWX's capabilities without inheriting its architecture.

Move in one command

Export from AWX, import into SwitchTender. Projects, inventories, templates, surveys, and schedules come across, with a dry run first so you see the plan before anything is written.

  1. 1

    Preview the import

    switchtender import awx awx-export.json --db switchtender.db
  2. 2

    Apply it

    switchtender import awx awx-export.json --db switchtender.db --apply

The switching guide maps every AWX concept to its SwitchTender equivalent, and the migration reference covers the details.

Try it before your coffee brews.