A browser for the Reticulum Network.
Warning
This is a work-in-progress.
Target platforms: Web, Linux, Windows, MacOS, Android, iOS.
Built using Flet.
- Micron (default) (WIP)
- Plaintext (fallback and .mu source viewer)
Requirements
- Python 3.13+
- Flet
- Reticulum 1.0.0+
- Poetry
Setup
poetry install
poetry run ren-browser
poetry run ren-browser-web
Android
poetry run ren-browser-android
iOS
poetry run ren-browser-ios
docker build -t ren-browser .
docker run -p 8550:8550 -v ./config:/app/config ren-browser
poetry run flet build linux
poetry run flet build android