Installation
Peek runs on macOS. Grab the signed app directly, or build it yourself from source.
Download the app
A signed, notarized .dmg for Apple Silicon. Drag Peek into Applications and you’re done.
Download .dmgBuild from source
Clone the repo and build the Tauri bundle yourself. Requires Rust, Node, and Yarn.
~/dev
$ git clone git@github.com/getpeek/peek $ cd peek $ yarn tauri build