rmkit

a site about remarkable app dev

Downloads

opkg

If you have entware (or toltec) installed, there are packages built for opkg and included in the toltec repos as well as rmkit build server. The rmkit build server has the most up to date rmkit binaries.

NOTE if you have an rM2, you must have rm2fb installed from toltec repository to use apps that interact with the rM2 display

build server

You can get a copy of all the apps and rmkit.h through the build server

build from source

The source for all projects is is available on github and is buildable via Docker by running make docker in the root of the source directory. The built binaries will appear in artifacts/

To build an individual project, use make <project> or make <project>_docker