Oxide
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 a video of it in action:
You can find other (likely outdated) videos here.
Building
Binaries
- Install the reMarkable toolchain
- Run
make release
ormake FEATURES=sentry release
- The built files can be found in the
release/
folder
Package files
- Install toltecmk
- Run
make package
- The ipk files can be found in the
dist/
folder
Nix
Works on x86_64-linux or macOS via nix-docker.
$ nix-build --argstr system 'x86_64-linux'