• Stars
    star
    242
  • Rank 167,048 (Top 4 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A desktop environment for the reMarkable tablet

Codacy Badge CodeFactor Maintainability rm1 rm2 opkg Discord

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: Oxide v2.6

You can find other (likely outdated) videos here.

Building

Binaries

  1. Install the reMarkable toolchain
  2. Run make release or make FEATURES=sentry release
  3. The built files can be found in the release/ folder

Package files

  1. Install toltecmk
  2. Run make package
  3. 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'