Skip to main content

Transform any command-line program into an auto-restarting background service

Project description

Autostartx - Turn Any Command into a Service

Transform any command-line program into an auto-restarting background service with a single command. Simple, fast, zero configuration.

Python License

中文文档 | English

Quick Start

Option 1: One-time use with uvx

Turn long-running commands into services

uvx autostartx add "python -m http.server 8000" --name web

Option 2: Install to system

Install once, use anywhere

pip install autostartx

or

uvx autostartx install

Option 3: Traditional install

git clone https://github.com/faker2048/autostartx.git && cd autostartx && pip install .

Basic Usage

autostartx add "python -m http.server 8000" --name web
autostartx add "tailscale up --ssh" --name vpn

# Or use the short alias 'asx' (same functionality)
asx add "python -m http.server 8000" --name web
asx list

Check your services

autostartx list        # Show all services
autostartx logs web -f # View logs

# Short version
asx list
asx logs web -f

Commands

autostartx add "command"           # Add service (or: asx add "command")
autostartx list                   # Show services (or: asx list)
autostartx start/stop/restart     # Control services  
autostartx logs <name> -f         # View logs
autostartx daemon --action start  # Auto-restart daemon

Why Autostartx?

  • Simple: One command to turn any long-running process into a service
  • Reliable: Automatic restarts when processes crash
  • Cross-platform: Works on Windows, Linux, macOS
  • Zero config: No setup files needed

Perfect for dev servers, background daemons, monitoring tools, proxy services.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autostartx-1.0.7.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autostartx-1.0.7-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file autostartx-1.0.7.tar.gz.

File metadata

  • Download URL: autostartx-1.0.7.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for autostartx-1.0.7.tar.gz
Algorithm Hash digest
SHA256 284fa50d63a2de3ba4e8efd9cd62be4e1d218588fc1da97cd8d0a5693aa3f6f7
MD5 e0e28e8a100ac20d5e896f948e3eef0a
BLAKE2b-256 006a94cbd03164fd87f7291d1c1a2d7b1f1cef340bed537e7bb9f8a7480f9301

See more details on using hashes here.

File details

Details for the file autostartx-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: autostartx-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 26.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for autostartx-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 061bf06bba0abb6b15ad43ef14e6bd575156949894fff424c01ab2d113f452fa
MD5 eece3a1538cdb8bd956c18e7b76ac1dc
BLAKE2b-256 a86c4f8738e97290da890481898c8a65bba95ff12e639abf5e7db949e6fa9b32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page