Ivan d1536aa05a Fix RNS initialization and reload logic in app.py
- Introduced a dedicated storage initialization process for Reticulum.
- More error handling and logging during RNS initialization and reload.
- Updated the reload_reticulum function to support asynchronous execution.
- Modified settings.py to handle reload operations with improved user feedback.
2025-11-30 14:59:02 -06:00
2025-11-16 07:20:07 -06:00
2025-11-16 00:46:42 -06:00
2025-11-16 00:56:22 -06:00
2025-05-28 23:39:29 -05:00
2025-09-28 15:45:39 -05:00
2025-05-28 21:42:11 -05:00
2025-05-29 00:12:41 -05:00
2025-09-20 13:26:22 -05:00
2025-11-16 01:15:08 -06:00
2025-09-20 15:09:43 -05:00
2025-11-16 00:56:22 -06: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+
  • UV or Poetry

Setup

Using UV:

uv sync

Or using Poetry:

poetry install

Desktop

Using UV:

# From local development
uv run ren-browser

Using Poetry:

poetry run ren-browser

Web

Using UV:

# From local development
uv run ren-browser-web

Using Poetry:

poetry run ren-browser-web

Mobile

Android

Using UV:

# From local development
uv run ren-browser-android

Using Poetry:

poetry run ren-browser-android

iOS

Using UV:

# From local development
uv run ren-browser-ios

Using Poetry:

poetry run ren-browser-ios

To run directly from the GitHub repository without cloning:

# Using uvx (temporary environment)
uvx --from git+https://github.com/Sudo-Ivan/Ren-Browser.git ren-browser-web

# Or clone and run locally
git clone https://github.com/Sudo-Ivan/Ren-Browser.git
cd Ren-Browser
uv sync
uv run ren-browser-web

Building

Linux

Using UV:

uv run flet build linux

Using Poetry:

poetry run flet build linux

Android

Using UV:

uv run flet build apk

Using Poetry:

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