|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Aug 2026
Device: Remarkable Paper Pro
|
Hi everyone,
I'd like to share rmweb, a native browser I wrote for the reMarkable Paper Pro. It uses WPE WebKit with everything rendered on CPU (Skia raster + Mesa llvmpipe), so it works despite the device having no GPU. Page turns take roughly 120-250 ms. What's in: reader mode (light and dark), bookmarks, history, a proper settings page, form filling with learn-as-you-type autofill and a per-host password store (obfuscated, not encrypted, fair warning), content blocking with cosmetic rules that collapse ad containers, an auto-refresh guard so sites can't reload the page while you read, downloads to ~/Downloads, in-page find, TLS padlock, and a home-screen icon if you run XOVI + AppLoad. What it is not: a general-purpose browser for heavy web apps. There's no JIT, so modern SPAs are out of reach. It's for reading: Wikipedia, news sites, blogs, forums all work well. Install (no toolchain needed): download rmweb-0.9.0.tar.gz from the GitHub Release, then: Code:
scp rmweb-0.9.0.tar.gz root@10.11.99.1:/home/root/ ssh root@10.11.99.1 'mkdir -p /home/root/rmweb \ && gunzip -c /home/root/rmweb-0.9.0.tar.gz | tar -C /home/root/rmweb -xf - \ && /home/root/rmweb/install.sh' It's a beta and I'd love bug reports. Enjoy! |
|
|
|
![]() |
| Tags |
| remarkable |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Latest version doesn't open web browser from Ids in book detail | Tiggy626 | Library Management | 15 | 11-15-2022 02:39 PM |
| Click to open path opens the web browser | ebbertd | Library Management | 2 | 05-08-2022 04:30 AM |
| Moon+Reader Pro - Open Google search in other browser | abraum | Android Devices | 4 | 08-18-2020 02:23 AM |
| Kindle web browser open links in same window | yifanlu | Kindle Developer's Corner | 65 | 02-05-2014 12:11 PM |
| Announcing Janus - A Calibre Web Application [Open Source] | cruffalo | Related Tools | 5 | 09-07-2011 05:36 PM |