Skip to content

Installation

Lwando Zwane edited this page Aug 18, 2026 · 1 revision

Installation

macOS

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:

  1. Right-click (or Ctrl-click) the app and choose Open.
  2. In the dialog, click Open again.

This only needs doing once.

Linux

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.

Build from source

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.

Clone this wiki locally