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.2.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.2-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autostartx-1.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 6e02842695f71c22633b3e43c790b20b39cb44450c3a85bab809bf62df06fb48
MD5 bb2419b751d28580f41adaf9ce4a1dc2
BLAKE2b-256 7199a19ca7dc2ad330be5764d2b02c5d61c65dfd90298575991f9c75d0c7ee18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autostartx-1.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b25da593e8a66b36aaed82b92003ce1ae2a564a6ddb8de6fa992cf6d74d2cdec
MD5 726738918abb7ee495a40089750c0a06
BLAKE2b-256 276a61476950d66dd99bd4d1a67e2cde56ac657da4509c4acbebbc885ed55989

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