A launcher application for the reMarkable tablet.
Head over to the releases page for more information on the latest release. You can also see some (likely outdated) screenshots here.
Here is an outdated video of it in action:
You can find other (likely outdated) videos here.
- Install the reMarkable toolchain for your device/version
- Run
make releaseormake FEATURES=sentry release - The built files can be found in the
release/folder
Another option is to use make build-rm1, make build-rm2, make build-rmpp, make build-rmppm, or make build-rmppure to use podman to build for a specific device.
Install vbuild
make package-armv7build packages for rM1/rM2 and place them inrelease/armv7/make deploy-armv7build and deploy packages for rM1/rM2 to/home/root/packages/armv7on the devicemake install-armv7build, deploy, and install base packages for rM1/rM2 on the devicemake package-aarch64build packages for rMPP/rMPPM/rMPPure and place them inrelease/aarch64/make deploy-aarch64build and deploy packages for rMPP/rMPPM/rMPPure to/home/root/packages/aarch64on the devicemake install-aarch64build, deploy, and install base packages for rMPP/rMPPM/rMPPure on the device
