tappify) lets you manage deployments, configure CI code signing, and publish apps from your terminal. It ships as a standalone binary (no Node.js required) and, for Node users, on npm as @tappify/cli.
Prerequisites
- A Tappify account — sign in at app.tappify.ai
- Node.js 20 or newer — only for the npm install; every other method is a self-contained binary
Install
- curl (macOS/Linux)
- winget (Windows)
- Homebrew (macOS/Linux)
- Scoop (Windows)
- Chocolatey (Windows)
- npm
Verify the install
tappify isn’t found, make sure its install directory is on your PATH — the installer prints the path to add if needed.
Authenticate
Log in once to link the CLI to your Tappify account:Your session lives in a per-user config file (
~/.config/tappify/config.json on
macOS/Linux, %APPDATA%\tappify\config.json on Windows). Run tappify logout
to clear it.Next steps
CLI commands
Every command, its options, and examples.
Set up code signing
Configure signing so your builds can ship.