Skip to main content

Installation

Install the Aucert CLI globally using your preferred package manager.

npm install -g @aucert/cli

Verify installation

aucert --version

System requirements

RequirementMinimum
Node.js20 LTS or later
OSmacOS, Linux, Windows (WSL)
Android SDKRequired for local emulator execution

Authentication

After installation, authenticate with your Aucert account:

aucert auth login

This opens a browser window for OAuth authentication and stores your credentials securely.

What's next