Installation
Install the Aucert CLI globally using your preferred package manager.
- npm
- yarn
- pnpm
npm install -g @aucert/cli
yarn global add @aucert/cli
pnpm add -g @aucert/cli
Verify installation
aucert --version
System requirements
| Requirement | Minimum |
|---|---|
| Node.js | 20 LTS or later |
| OS | macOS, Linux, Windows (WSL) |
| Android SDK | Required 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
- First test — Run your first AI-powered test
- Configuration — Customize Aucert for your project