Alternatives to PowerShell Universal
A self-hosted platform that turns PowerShell scripts into scheduled automation, REST APIs and web dashboards. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
PowerShell Universal
A self-hosted platform that turns PowerShell scripts into scheduled automation, REST APIs and web dashboards.
Replacements
Listings that take over the same core job as PowerShell Universal.
Rundeck
A self-hosted runbook automation server that lets chosen users run existing scripts, tools and jobs.
Rundeck is free open-source runbook automation giving chosen users controlled access to existing scripts in any language, not only PowerShell, on demand or scheduled.
Windmill
An open-source, self-hostable platform for turning scripts into workflows, internal apps and scheduled jobs.
Windmill is open source and turns scripts in TypeScript, Python, Go, Bash and 20+ languages into APIs, jobs and internal apps, with some enterprise-only features.
Semaphore UI
Run infrastructure automation jobs from a web dashboard.
Semaphore UI is free MIT software for running Ansible and other deployment tasks from a web dashboard, rather than exposing PowerShell scripts as APIs.
AWX
A web interface, REST API and task engine for running and scheduling Ansible automation.
AWX is an open-source web interface and REST API for scheduling Ansible jobs, requiring Ansible knowledge instead of PowerShell skills.
Cronicle
A self-hosted, distributed task scheduler and runner with a web interface.
Cronicle is open source and provides a web interface for scheduled jobs across servers, but lacks dashboards and APIs and is in maintenance mode.
Similar software
Related functionality, not a direct replacement.
Microsoft Graph PowerShell
Microsoft's PowerShell module for managing Microsoft 365 and Entra identities and automating admin tasks through Microsoft Graph.
Active Directory module for Windows PowerShell
Microsoft's PowerShell cmdlets for managing Active Directory domains, AD LDS and related tools.
PDQ Deploy
On-premises Windows tool for deploying software, running scripts and pushing configuration changes to computers.
webhook
A lightweight server that runs shell commands when incoming HTTP webhooks match configured hooks.
StackStorm
A self-hosted, event-driven automation platform that connects apps and services through rules and workflows.