-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Lwando Zwane edited this page Aug 18, 2026
·
1 revision
Download Tome_<version>_universal.dmg from the Release notes page,
open it, and drag Tome into Applications.
The build is unsigned (Apple code-signing credentials are not yet configured), so macOS Gatekeeper may block the first launch:
- Right-click (or Ctrl-click) the app and choose Open.
- In the dialog, click Open again.
This only needs doing once.
Pick the package for your distribution from the release page:
-
.deb— Debian / Ubuntu -
.rpm— Fedora / openSUSE -
.AppImage— any distribution (make it executable, then run it)
Linux sandboxing uses bubblewrap; the .deb/.rpm declare
libwebkit2gtk-4.1-0 and libgtk-3-0 as dependencies.
git clone https://github.com/zwaneldmz/tome.git
cd tome
bun install
bun run package # tauri build → src-tauri/target/release/bundle/Requires a Rust toolchain, bun, and the platform's Tauri prerequisites.
Tome on GitHub · Report issues in the repository, not the wiki.