Quick start¶
Get authenticated and connected to VeriLib with verilib-cli in a few minutes.
Prerequisites¶
- Git
- Docker (recommended for verification commands) or a local probe-verus install
- A VeriLib account / API key from verilib.org
1. Install the CLI¶
See Install for Windows, MSI, and binary archives.
2. Authenticate¶
API keys go in the system keyring (or ~/.verilib/credentials.json on Linux with file storage). Never commit credentials.
3. Initialize a repository¶
# Existing VeriLib repository
verilib-cli init --id <repository-id>
# Or create from the current git checkout
verilib-cli init
Choose Docker (recommended) or Local when prompted for probe execution mode.
4. Optional — verification structure¶
5. Sync with the server¶
Success criteria¶
verilib-cli statusshows authenticated.verilib/config.jsonexists in the project- After deploy, the repository appears on verilib.org
Next steps¶
- CLI index
- Workflows — CI and server patterns
- Full local stack — platform services
- Glossary