Skip to content

Install & Build ​

Package managers ​

macOS - Homebrew ​

bash
brew tap cubezhao/atm
brew install --cask atm
brew update && brew upgrade --cask atm

Windows - Scoop ​

powershell
scoop bucket add atm https://github.com/cubezhao/scoop-atm
scoop install atm
scoop update atm

Release builds ​

Download installers from Releases.

Build from source ​

Requirements ​

Dev ​

bash
pnpm install
pnpm tauri dev

Production build ​

bash
pnpm install
pnpm tauri build

Artifacts under src-tauri/target/release/ (or debug/).