Project moved to https://git.quad4.io/Ren/Browser
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+
- UV or Poetry
Setup
Using UV:
uv syncOr using Poetry:
poetry installUsing UV:
# From local development
uv run ren-browserUsing Poetry:
poetry run ren-browserUsing UV:
# From local development
uv run ren-browser-webUsing Poetry:
poetry run ren-browser-webAndroid
Using UV:
# From local development
uv run ren-browser-androidUsing Poetry:
poetry run ren-browser-androidiOS
Using UV:
# From local development
uv run ren-browser-iosUsing Poetry:
poetry run ren-browser-iosUsing UV:
uv run flet build linuxUsing Poetry:
poetry run flet build linuxUsing UV:
uv run flet build apkUsing Poetry:
poetry run flet build apk