0.1.1
First public release of Tora - a privacy-first clipboard manager for macOS. Everything you copy lands on a deck of cards you can search, pin, organise into boards, and paste straight back into the app you were using. Local by default, no telemetry.
Install
macOS 12 or later (Apple Silicon or Intel).
Homebrew (recommended):
brew tap mocarram/tap
brew install --cask tora
# Unsigned for now, so clear Gatekeeper once after installing:
xattr -dr com.apple.quarantine /Applications/Tora.appThese builds are not yet signed or notarized. Homebrew no longer offers --no-quarantine, so the xattr line above clears Gatekeeper on first launch (the cask also prints it). Update any time with brew upgrade --cask tora.
Manual download:
- Grab
Tora-0.1.1-arm64.dmg(Apple Silicon) orTora-0.1.1-x64.dmg(Intel) below. - Open the dmg and drag Tora into Applications.
- Because the build is not notarized, right-click the app -> Open on first launch (or run
xattr -dr com.apple.quarantine /Applications/Tora.app). - Grant Accessibility when prompted - it lets Tora paste back into the app you were using.
Notes
- Builds are unsigned for now; once signed + notarized, the in-app updater takes over and the manual quarantine step is no longer needed.
- Local history is plain SQLite + files protected by owner-only file permissions and (on a standard Mac) FileVault, not app-level encryption. Optional iCloud Drive sync is end-to-end encrypted on-device before it leaves.