Generate a custom build of NexusBridge pre-configured for your own server.

The URL where you will run server.py. Must be HTTPS (except localhost).

Starting…

What you get

1
server.py + requirements.txt — upload to any Linux VPS or Raspberry Pi.
pip install -r requirements.txt then python server.py
2
index.html — open directly in any browser or serve as a static file.
Connects to your server automatically.
3
nexusbridge.apk — install on your Android phone.
Enable Settings → Install unknown apps first.
4
Want to build the APK yourself later? Run cd android && ./gradlew assembleDebug after cloning the repo.