Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1 KB

File metadata and controls

35 lines (23 loc) · 1 KB

ZenNotes Homebrew tap

Desktop app

Install the ZenNotes desktop app on macOS:

brew install --cask zennotes/tap/zennotes

(or brew tap zennotes/tap && brew install --cask zennotes)

The cask downloads the official, signed + notarized .dmg from ZenNotes' GitHub releases. The app updates itself, so Homebrew won't fight its updater.

Terminal app and CLI

Install the ZenNotes TUI on macOS or Linux:

brew install zennotes/tap/zn
zn tui

The formula downloads the official release archive for your OS and architecture. Update with brew update && brew upgrade zn.

Package sources

Edit the package definitions in their source repositories, then mirror them here.