https://github.com/fairlygood/rm-irilon-browser
A lightweight browser for the Gemini protocol, designed for reMarkable tablets.
https://github.com/fairlygood/rm-irilon-browser
gemini-client gemini-protocol remarkable remarkable-tablet smallweb
Last synced: 11 days ago
JSON representation
A lightweight browser for the Gemini protocol, designed for reMarkable tablets.
- Host: GitHub
- URL: https://github.com/fairlygood/rm-irilon-browser
- Owner: fairlygood
- Created: 2026-03-08T16:38:54.000Z (3 months ago)
- Default Branch: drafts
- Last Pushed: 2026-04-01T22:56:17.000Z (2 months ago)
- Last Synced: 2026-04-02T10:04:56.319Z (2 months ago)
- Topics: gemini-client, gemini-protocol, remarkable, remarkable-tablet, smallweb
- Language: QML
- Homepage:
- Size: 1.4 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Irilon - A Gemini Protocol Browser for reMarkable Tablets
A lightweight browser for the Gemini protocol, designed for reMarkable tablets.

## Features
- Basic bookmarks support
- Client certificates
- Inline images
## Installation
Download from releases and copy the folder to your device in:
```
~/xovi/exthome/appload/
```
### Prerequisites
Requires a xovi and rm-appload installation.
https://github.com/asivery/rm-appload
https://github.com/asivery/xovi
I recommend installing these with the Vellum package manager:
https://github.com/rmitchellscott/reManager
## Building a release
Building requires that you have the Go & QT development environments installed. Install the appload emulator to test locally. The local build script assumes that you have an `rm-appload` folder containing a local appload installation.
```bash
# Local build (for testing with appload emulator)
./build.sh 1
# Device build (for deployment)
./build.sh [2/3]
```