supervisor

Supervisor process control system for Unix (supervisord) (by Supervisor)

Supervisor Alternatives

Similar projects and alternatives to supervisor

  1. node

    1,220 supervisor VS node

    Node.js JavaScript runtime ✨🐢🚀✨

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. systemd

    The systemd System and Service Manager

  4. podman

    Podman: A tool for managing OCI containers and pods.

  5. Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  6. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  7. PHPT

    The PHP Interpreter

  8. starter-workflows

    Accelerating new GitHub Actions workflows

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Laravel

    The Laravel Framework.

  11. Mosh

    Mobile Shell

  12. Nginx

    The official NGINX Open Source repository.

  13. RabbitMQ

    118 supervisor VS RabbitMQ

    Open source RabbitMQ: core server and tier 1 (built-in) plugins

  14. air

    57 supervisor VS air

    ☁️ Live reload for Go apps

  15. RoadRunner

    🤯 High-performance PHP application server, process manager written in Go and powered with plugins

  16. MISP

    31 supervisor VS MISP

    MISP (core software) - Open Source Threat Intelligence and Sharing Platform

  17. process-compose

    Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.

  18. PM2

    68 supervisor VS PM2

    Node.js Production Process Manager with a built-in Load Balancer.

  19. Docker Compose

    Define and run multi-container applications with Docker

  20. honcho

    1 supervisor VS honcho

    Honcho: a python clone of Foreman. For managing Procfile-based applications.

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better supervisor alternative or higher similarity.

supervisor discussion

Log in or Post with

supervisor reviews and mentions

Posts with mentions or reviews of supervisor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-05.
  • Replacing Kubernetes with Systemd
    20 projects | news.ycombinator.com | 5 May 2025
    It looks like supervisord had it last release in December 2022. GitHub issue for a new release are not answered: https://github.com/Supervisor/supervisor/issues/1635#issue-2...
  • Deploying a Simple Flask API Using Gunicorn, Supervisor & Nginx
    2 projects | dev.to | 30 Apr 2025
    Supervisor: A process control system to ensure the Gunicorn server stays alive.
  • Supervisor Guide for PHP Developers
    1 project | dev.to | 19 Jan 2025
    Supervisor is a powerful process control system widely used to manage background processes. As a PHP developer, you often need to handle long-running processes, queue workers, and other background tasks. Supervisor simplifies this by keeping processes running, restarting them if they fail, and providing easy monitoring and management.
  • Installing Supervisor On Amazon Linux 2023
    1 project | dev.to | 5 Oct 2024
    Amazon Linux 2023 stands as a reliable choice for developers and system administrators. However, users may face a hiccup: Supervisor, is absent from the default RPM packages. This omission poses a challenge for efficiently managing and monitoring processes on Amazon Linux instances.
  • Ask HN: Are there any archiver software able to keep working after reboot?
    1 project | news.ycombinator.com | 25 Sep 2024
    Can the software resume after being restarted? If yes, the problem then becomes launching the software at boot, whether as a service or using things like supervisor.[0]

    - [0]: https://github.com/Supervisor/supervisor

  • An Internet of PHP
    9 projects | news.ycombinator.com | 9 Sep 2023
    What I went with was having both a web server (Apache/Nginx) and PHP-FPM in the same container image, held together by Supervisor: http://supervisord.org/

    In my case, the Dockerfile looks a bit like the following:

      # Whatever base web server image you want, Debian/Ubuntu based here
  • Private Python Packages With devpi
    4 projects | dev.to | 1 Jul 2023
    As you can see there are several methods of running devpi server including cron, launchd (OSX service), nginx, Windows service, and supervisord. It also has a systemd service file which we can use to manage the service easily as Ubuntu uses it for primary service management. First off though we're going to need a proxy script to ensure that devpi is running in the virtual environment:
  • How can I get a lisp image to run in the background?
    2 projects | /r/lisp | 23 Jun 2023
    If it's a linux box you can make it a systemctl service, or you could use http://supervisord.org/.
  • Can I create/delete a Serverless VPC using Python?
    1 project | /r/googlecloud | 13 May 2023
    I used supervisord to start my server and the cloud SQL proxy within the same container. That should work for your use case too.
  • Have you convinced anyone to use Nix or NixOS? Friends? Coworkers?
    5 projects | /r/NixOS | 16 Apr 2023
    I convinced (previous) $dayjob to use it. It (nix) kind of hung around in the background with the team that used haskell for awhile, but became prime time when we needed to support a range of VMs running within client infrastructure that were in reality just running various python scripts under supervisord (http://supervisord.org/). The range of client machines (redhat, centos, debian, ubuntu all of different releases) with differing versions of python and supervisord were driving our support and devops teams crazy (but in a weird way - they thought they were being productive, and really enjoyed tweaking things to work with additional varieties of os...). Additionally, having to work around some minor pain points of supervisord (adding and removing config files and not interrupting running services) lead to the realisation that there was a perfectly good service manager at the bottom of the modern versions of these systems (systemd) and that nixos was just a nix wrapper around this systemd and it would only restart what actually changed...
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic supervisor repo stats
41
8,762
5.6
3 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?