Download Latest Version riddle-0.3.0.zip (1.4 MB)
Email in envelope

Get an email when there's a new version of riddle

Home / v0.1.0
Name Modified Size InfoDownloads / Week
Parent folder
riddle-appload-aarch64.zip 2026-07-12 1.3 MB
riddle-takeover-aarch64 2026-07-05 2.6 MB
README.md 2026-07-05 2.0 kB
riddle v0.1.0 -- the enchanted diary source code.tar.gz 2026-07-05 127.9 kB
riddle v0.1.0 -- the enchanted diary source code.zip 2026-07-05 139.1 kB
Totals: 5 Items   4.2 MB 0

The enchanted diary from the demo — write with your pen, the page drinks your ink, and Tom writes back.

Prebuilt for the reMarkable Paper Pro (ferrari, aarch64, OS 3.26–3.27). No compiler needed.

Quick install (AppLoad)

  1. New to this? First set up developer mode + AppLoad with remagic (one command).
  2. Download riddle-appload-aarch64.zip below and unzip it.
  3. Copy the riddle/ folder into your tablet: sh scp -O -r riddle root@10.11.99.1:/home/root/xovi/exthome/appload/
  4. Add your API key (any OpenAI-compatible key — OpenAI, OpenRouter, …): sh ssh root@10.11.99.1 cd /home/root/xovi/exthome/appload/riddle cp oracle.env.example oracle.env # edit oracle.env, put in RIDDLE_OPENAI_KEY=sk-...
  5. Open AppLoad on the tablet, tap Reload, then tap The Diary. Write, and rest your pen.

Prefer to run your own pi setup instead of an API key? Leave oracle.env out — riddle falls back to pi. See the README.

Assets

  • riddle-appload-aarch64.zip — the ready-to-drop AppLoad bundle (binary + libquill + scripts + icon). Start here.
  • riddle-takeover-aarch64 — the bare takeover binary, if you're wiring it up yourself.

Gestures

Write then rest = ask · flip marker = erase · big ? = help · 5-finger tap = quit · power button = sleep

⚠️ Runs as root and drives the e-ink engine directly. Tested only on Paper Pro. Keep SSH access as your escape hatch.


2026-07-12: the libquill.so bundled in this release's archive has been replaced in place with the clean-room, MIT-licensed implementation from MaximeRivest/quill v0.1.0. The previously bundled build derived from epfb-re is no longer distributed (see riddle#21).

Source: README.md, updated 2026-07-05