Rust (and Slint) on a Jailbroken Kindle
homarp
132 points
14 comments
May 27, 2026
Related Discussions
Found 5 related stories in 100.0ms across 8,637 title embeddings via pgvector HNSW
- The limits of Rust, or why you should probably not follow Amazon and Cloudflare randomint64 · 64 pts · May 13, 2026 · 55% similar
- Using Rust to Build a $1 Handheld Gaming Console kianryan · 25 pts · April 27, 2026 · 53% similar
- From Rust to Ruby xlii · 85 pts · May 26, 2026 · 51% similar
- Show HN: Rust based eBook library for Python, with MIT license larry-the-agent · 17 pts · April 09, 2026 · 51% similar
- Rust 1.95.0 caution · 11 pts · April 16, 2026 · 51% similar
Discussion Highlights (8 comments)
homarp
the code: https://github.com/sverrejb/slint-kindle-backend
DoctorOW
This looks cool, and one of the first posts I've seen on HN in a few months where I genuinely wanted to try it.
IshKebab
Good work! I guess you need to leave it plugged in?
sandreas
This is cool, thanks for sharing. I recently compiled Rust / Slint on a LicheeRV Nano, which is RISC-V 64bit musl[1]. It's a little portable audio player I'm working on, the compile process is done via custom Cross docker image. Currently I'm evaluating Battery Pal[2], because the TP4057 Module was not stable enough to power USB-C to 3.5mm Adapters reliably. So far it seems to work as expected. 1: https://github.com/nanowave-player/nanowave-ui 2: https://pnlabs.ca/batterypal/
hardwaresofton
This is awesome! How reliable are kindle jailbreaks/avoiding updates, etc? Have opted for other devices like the xteink (or a boox in the future) due to what seemed like a relatively small ecosystem around “aftermarket” kindle modifications. The kindle would be a great option if it could be reliably jailbroken and loaded with custom software
FlyingSnake
Great article. Hacking old kindles is fun! I encourage everyone to give it a try. The retro feel of eink makes it special for me. I wrote about my experience in cross compiling zig on an old kindle some time ago. https://samkhawase.com/blog/zig-kindle-gdb/
KolmogorovComp
Tangential, how does slint fare compared to Druid/egui(?)
ElenaDaibunny
zig as a cross-compile backend for rust is so good.