reMarkable 2 emulator with access to the USB Web Interface
  • Shell 58.7%
  • Dockerfile 23.4%
  • C++ 12.9%
  • Makefile 5%
Find a file
2026-05-23 00:05:35 +03:00
bin add everything else 2026-05-17 21:51:28 +03:00
extension add extension 2026-05-17 21:43:28 +03:00
Dockerfile update links used 2026-05-23 00:05:35 +03:00
LICENSE add extension 2026-05-17 21:43:28 +03:00
make_rootfs.sh add everything else 2026-05-17 21:51:28 +03:00
README.md update links used 2026-05-23 00:05:35 +03:00

rM WebUI


A reMarkable 2 emulator with access to the USB Web Interface, which can be used for rendering the reMarkable document format (import as .rmdoc, export as .pdf, ssh in and delete the document files).

Usage

Build:

docker build --tag rm-webui https://f.bm90.dev/rm/webui.git

Run:

docker run --rm -p 2222:22 -p 8081:81 -it rm-webui

Note that it takes a few minutes to startup.

Access the USB Web Interface on 127.0.0.1:8081.

SSH in:

ssh -p 2222 root@localhost

Password is codex.

References

Emulator is based on rM-docker.

The webui extension is based on webserver-remote.

Uses: