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.3.tar.gz (26.3 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.3-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autostartx-1.0.3.tar.gz
  • Upload date:
  • Size: 26.3 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.3.tar.gz
Algorithm Hash digest
SHA256 2e5a42c037be39c44ad02a1045711128122b8aedbdd61e78b6f218671a71bf76
MD5 c98c39f14b29d52f5164130631b61288
BLAKE2b-256 7762899a83656539e207d53762b87d54c59f326dff513ee55f2ba490423a5256

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autostartx-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 26.6 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6565efe926d68656cd7a49b815b54fbad948da8758f48eb32f6f95c292bb2ea3
MD5 209f6da84583ae83f5d45e37a63a8e8b
BLAKE2b-256 f40db73737481184fa041949a634f26e7d52c0d248337047feade4ba2e34fc83

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