Installs as a 24/7 background service on Ubuntu / Debian / Raspberry Pi OS and similar (works on Intel/AMD and ARM machines).
sudo bash install.sh
This sets up everything (a local Python environment, the background service, optional free remote link) and prints your local link + a QR code. Open the link, or scan the QR on your phone and "Add to Home Screen" to keep it as an app button. It keeps running in the background and restarts on reboot.
- On this machine: http://127.0.0.1:8787
- From a phone / another device on the same Wi-Fi: the
http://<this-ip>:8787link install.sh prints.
Replace this folder with the newer download and run sudo bash install.sh again — it's idempotent
(reuses your login and backups, just updates the app).
sudo bash uninstall.sh # add --purge to also delete saved login + map backups
A normal Ubuntu/Debian system with sudo. install.sh installs everything else it needs.