Use a Bluetooth keyboard with your reMarkable Move.
Just want the app? Download the ready-to-use version for Mac and Windows at movewriter.com. This repo is for developers who prefer to run from source.
MoveWriter is a desktop app that connects to your reMarkable Move over USB and sets up Bluetooth keyboard support. Pair once, and your keyboard stays connected across reboots — no need to keep the app running.
- Installs a lightweight service on your Move that enables Bluetooth and loads the required kernel modules on every boot
- Pairs a Bluetooth keyboard of your choice to the Move
- Auto-reconnects the keyboard after the Move or keyboard is powered off and back on
- reMarkable Move connected via USB
- A Bluetooth keyboard (BT Classic or BLE)
- Python 3.10+
- macOS or Windows (for running the app)
git clone https://github.com/yourusername/movewriter.git
cd movewriter
pip install -r requirements.txt
python main.py- Connect your Move to your computer via USB
- Open MoveWriter and click Connect to Device
- The SSH password is found on your Move under Settings > Help > About > Copyrights and licenses
- Click Install to set up the Bluetooth service
- Put your keyboard in pairing mode, click Scan for Keyboards, and pair it
That's it. You can close the app — your keyboard will reconnect automatically, even after rebooting the Move.
To switch keyboards or unpair, reopen the app and use Change Keyboard or Unpair.
MoveWriter communicates with your Move over SSH (via the USB network interface at 10.11.99.1). It uploads a small systemd service and shell script that:
- Loads the
btnxpuartanduhidkernel modules - Configures BlueZ for keyboard input (
UserspaceHID=true,ClassicBondedOnly=false) - Powers on the Bluetooth adapter
- Reconnects your saved keyboard on boot and monitors the connection
The service and script are installed to persistent storage on the Move, so they survive reboots and firmware updates to the /etc overlay.
MoveWriter supports 23 keyboard languages. Select your language from the dropdown in the app, and it will be applied to the Move immediately. The setting persists across reboots.
Supported languages: US English, UK English, German, French, Spanish, Italian, Portuguese, Brazilian, Dutch, Swedish, Norwegian, Danish, Finnish, Swiss German, Swiss French, Belgian, Russian, Ukrainian, Czech, Hungarian, Turkish, Greek, Hebrew.
- After rebooting the Move, you may need to power-cycle the keyboard to wake it up for reconnection
Some Bluetooth keyboards require a PIN code to pair. MoveWriter supports this for both BT Classic and BLE keyboards. When you select a keyboard that requires a PIN, MoveWriter will prompt you to enter the code. The app will then handle the pairing process using the provided PIN.
PolyForm Noncommercial 1.0.0 — free for personal and noncommercial use.

