Stackedge is a mini PM2-style manager built for Termux. Start, stop, list, and resurrect apps with full Tor support and instant .onion URLs.
Get Started
npm install -g stackedge
Click to copy
stackedge
Click to copy
ASCII TUI with status summary will appear.
mkdir -p $HOME/.tor/hidden
chmod 700 $HOME/.tor
chmod 700 $HOME/.tor/hidden
Click to copy
stackedge start mysite -- php -S localhost:8000
Click to copy
Stackedge starts Tor, creates hidden service, assigns free port, and shows .onion URL.
stackedge start mysite -- php -S localhost:8000
Click to copy
stackedge stop mysite
Click to copy
stackedge restart mysite
Click to copy
stackedge list
Click to copy
stackedge resurrect
Click to copy
Manage multiple apps easily from Termux with CLI commands.
Automatically create .onion URLs without manual config.
Install globally and start your site instantly.