Simple CLI + Manager for Tor Service & Tor Browser on Linux and Windows
Choose your platform and follow the official instructions on the Releases pages:
btor # Launch interactive menu
btor start # Start Tor service
btor stop # Stop Tor service
btor restart # Restart Tor service
btor enable # Enable Tor at boot
btor disable # Disable Tor at boot
btor status [--full] # Show service status
btor update # Update BTor
btor uninstall # Uninstall BTor
Variable | Default | Description |
---|---|---|
BTOR_SERVICE_NAME |
tor.service |
Override Tor systemd service name |
BTOR_HOME |
~/.btor |
Installation directory |
BTOR_BIN_LINK |
/usr/local/bin/btor |
Symlink path for global access |
BTOR_REPO_RAW |
GitHub raw script URL | Where updates are fetched from |
BTOR_TOR_BROWSER_DIR |
~/.local/tor-browser |
Where Tor Browser is installed |
BTOR_TB_URL |
Official Tor tarball | Override download URL |
Example:
BTOR_SERVICE_NAME=tor@default.service btor start
MIT License © 2025 linux-brat