ReManager
Linux, MacOS, and Windows desktop app for managing mods on reMarkable tablets
Install / Use
/learn @rmitchellscott/ReManagerREADME
reManager
<img src="assets/icon.svg" alt="reManager Icon" width="125" align="right"> <p align="justify">A multi-platform desktop app for managing mods on reMarkable tablets.
Powered by the Vellum package manager. See the package index for a full list of supported packages.
Features
- Multi-Device Management: Save multiple sets of SSH credentials with password or key-based authentication.
- Package Management: Browse, install, upgrade, and uninstall packages with automatic dependency resolution.
- Maintenance Tools
- Enable / disable reMarkable auto-updates
- Set system timezone
- Run package-provided scripts or commands
- Utilities
- Interactive terminal: Access a complete shell session on your reMarkable without leaving reManager.
- File browser: Browse reMarkable's filesystem, transfer files to and from your reMarkable.
- Set as Sleep Screen for PNGs
- Backup & Restore: Backup and restore reMarkable document library and configuration.
- Configuration editor: Edit system configuration files with a WYSIWYG editor with syntax highlighting.
- Document import: Import PDFs and rmdocs directly into the reMarkable document library.
- OS manager: View, install, and switch between reMarkable OS versions.
Where To Get Help
- Package-related issues or package requests should be submitted to the Vellum package repository.
- Issues with the software being packaged should be submitted to the relevant upstream projects, which are linked in the package index and the reManager sidebar.
- Issues with reManager itself should be opened in this repository.
- For general questions or help, join the community Discord where many helpful and knowledgeable people, including mod developers, are active.
Installation
Linux
Flathub
flatpak install flathub io.scottlabs.reManager
Manual
Download and run the latest release:
- Flatpak
- Binaries
- Requires GTK 3 and WebGTK 4.1
- Saving passwords requires GNOME keychain and the
logincollection available. More info here.
Built for x86_64 (amd64) and aarch64 (arm64)
macOS
Download and run the latest release.
Universal binary supports both Intel and Apple Silicon.
Windows
Download and run the latest release.
Built for x86_64 (amd64) and arm64.
Bypassing SmartScreen is likely required.
Screenshots
<picture> <source srcset="assets/screenshot-mods-dark.png" media="(prefers-color-scheme: dark)" > <img src="assets/screenshot-mods-light.png" alt="reManager Mods Screenshot" > </picture> <picture> <source srcset="assets/screenshot-maint-dark.png" media="(prefers-color-scheme: dark)" > <img src="assets/screenshot-maint-light.png" alt="reManager Maintenance Screenshot" > </picture> <picture> <source srcset="assets/screenshot-utilities-dark.png" media="(prefers-color-scheme: dark)" > <img src="assets/screenshot-utilities-light.png" alt="reManager Utilities Screenshot" > </picture>Tech Stack
Built with Wails (Go + React/TypeScript).
Building
Requires Go 1.23+ and Node.js.
wails build
