2025-09-28 19:33:33 -05:00
2025-09-28 19:33:33 -05:00
2025-09-28 19:33:33 -05:00
add
2025-05-29 00:32:08 -05:00
2025-05-28 23:39:29 -05:00
2025-09-28 15:45:39 -05:00
2025-09-22 15:40:38 -05:00
2025-05-28 21:42:11 -05:00
2025-05-29 00:12:41 -05:00
2025-09-22 15:37:00 -05:00
2025-09-20 13:26:38 -05:00
2025-09-20 13:26:22 -05:00
2025-09-28 15:37:50 -05:00
2025-09-20 15:09:43 -05:00
2025-09-20 15:04:18 -05:00

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.

Renderers

  • Micron (default) (WIP)
  • Plaintext (fallback and .mu source viewer)

Development

Requirements

  • Python 3.13+
  • Flet
  • Reticulum 1.0.0+
  • Poetry

Setup

poetry install

Desktop

poetry run ren-browser

Web

poetry run ren-browser-web

Mobile

Android

poetry run ren-browser-android

iOS

poetry run ren-browser-ios

Docker/Podman

docker build -t ren-browser .
docker run -p 8550:8550 -v ./config:/app/config ren-browser

Building

Linux

poetry run flet build linux

Android

poetry run flet build android
Description
A browser for the Reticulum Network.
Readme MIT 810 KiB
Languages
Python 99%
Makefile 1%