git404hub

what is inkwordle fr?

rkcr7/inkwordle — explained in plain English

Analysis updated 2026-05-18

8RustAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A handwriting-only version of Wordle for the reMarkable Paper Pro tablet, with on-device letter recognition and no internet needed.

vibe map

mindmap
  root((InkWordle))
    What it does
      Handwritten Wordle
      On device recognition
      No internet needed
    Tech stack
      Rust
      tract inference
      EMNIST model
    Use cases
      Play offline puzzle
      Airplane mode gaming
      Explore handwriting AI
    Audience
      reMarkable tablet owners
    Setup
      Install via remagic
      Install via reManager
      Build from source

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Play Wordle by handwriting letters directly on a reMarkable Paper Pro tablet.

VIBE 2

Enjoy a puzzle game with no internet connection or account needed, even in airplane mode.

VIBE 3

Install a lightweight, battery-friendly game on an e-ink handwriting tablet.

VIBE 4

Build the app from source to explore on-device handwriting recognition on ARM hardware.

what's the stack?

RusttractEMNIST

how it stacks up fr

rkcr7/inkwordleeternal-flame-ad/yume-pdqninjahawk/xviral
Stars888
LanguageRustRustRust
Last pushed2026-03-21
MaintenanceMaintained
Setup difficultyeasyhardmoderate
Complexity2/54/53/5
Audiencegeneraldeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires a reMarkable Paper Pro tablet with the AppLoad launcher, installs in one step via remagic or reManager.

You can use, modify, and share this freely, but any modified version you distribute must also be open source under the same license.

in plain english

InkWordle is a version of the word puzzle Wordle made for the reMarkable Paper Pro, a handwriting focused e-ink tablet. Instead of tapping letters on a screen keyboard, the player writes each guess by hand with the tablet's pen, and the tablet reads the handwriting itself to fill in the grid. There is no keyboard on screen at all, only six rows of five boxes to write into. The handwriting recognition happens entirely on the tablet using a small neural network trained on a public handwritten character dataset, compiled to run natively on the device's ARM processor. There is no large language model involved, no cloud service, and no internet connection needed at any point, so the game works fully in airplane mode. Because the recognizer only wakes briefly when the player pauses writing, and the e-ink screen only redraws the parts that change, the app is described as light on battery use. Once a guess is written and confirmed, it is scored the familiar Wordle way: green for a correct letter in the correct spot, amber for a correct letter in the wrong spot, and gray for a letter not in the word, with a tracker along the bottom showing every letter tried so far. The game uses the real Wordle answer list and accepted guess list, so hidden words are common and any valid word a player writes is accepted. Players can fix a mistaken letter using the pen's eraser tip or by tapping a box to clear it. The app installs on the tablet through a tool called remagic or through the reManager and Vellum app libraries, and it runs using the standard AppLoad launcher. The project is released under the GPLv3 license and includes build-from-source instructions for anyone who wants to compile it themselves.

prompts (copy fr)

prompt 1
Walk me through installing InkWordle on my reMarkable Paper Pro using remagic.
prompt 2
Explain how InkWordle recognizes my handwriting entirely on the tablet without the internet.
prompt 3
Help me build InkWordle from source for my reMarkable device.
prompt 4
Tell me how the green, amber, and gray scoring works in InkWordle.

Frequently asked questions

what is inkwordle fr?

A handwriting-only version of Wordle for the reMarkable Paper Pro tablet, with on-device letter recognition and no internet needed.

What language is inkwordle written in?

Mainly Rust. The stack also includes Rust, tract, EMNIST.

What license does inkwordle use?

You can use, modify, and share this freely, but any modified version you distribute must also be open source under the same license.

How hard is inkwordle to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is inkwordle for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.