Skip to main content
The Tappify CLI (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

On Windows, PowerShell can also run the install script directly:

Verify the install

You should see the list of available commands. If 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:
This opens your browser to confirm the sign-in (a device authorization flow). Once approved, your session is stored locally and every command authenticates automatically.
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.