Sign commits. Verify releases. Authorize agents.
Cryptographic identity that lives in your Git repo. No GPG. No central server. 10 seconds to set up.
~ $ brew install auths
~ $ auths init
✓ Identity created: did:keri:E8jsh...
✓ Git signing configured
✓ Ready. Every commit is now signed.
Zero to Signed Commit in 30 Seconds
Install, create your identity, and sign your first commit. Copy-paste and go.
~ $ brew install auths # or: cargo install auths-cli
~ $ auths init
✓ Identity created: did:keri:E8jsh...
✓ Git signing configured
~ $ git commit -m "first signed commit"
✓ Commit signed with did:keri:E8jsh...
Sign Anything. Verify Anywhere.
Commits, release artifacts, SBOM manifests. One tool, one identity.
Sign
~ $ auths artifact sign release.tar.gz
✓ Signed: release.tar.gz.auths.json
Verify
~ $ auths artifact verify release.tar.gz
✓ Valid — signed by did:keri:E8jsh...
CI Integration
One secret, two actions. Every commit verified. Every release signed.
Set up manually with the CLI
1. Setup (once)
~ $ auths ci setup
✓ AUTHS_CI_TOKEN set on auths-dev/my-repo
2. Sign releases
- uses: auths-dev/sign@v1with:token: ${{ secrets.AUTHS_CI_TOKEN }}files: 'dist/*.tar.gz'verify: true
3. Verify commits
- uses: auths-dev/verify@v1
Prove Where Code Comes From
LiteLLM and Axios were both compromised through stolen publish credentials. With Auths, stolen credentials can't produce valid signatures — the signing key lives in your hardware keychain, not in CI.
Cryptographically Signed
Every artifact verified with signatures you control — no central authority.
Unbroken Chain
Complete provenance from source to deployment, stored in Git.
Audit Forever
Immutable records accessible offline. No vendor lock-in.
~ $ auths verify --repo github.com/auths-dev/auths
How Auths Compares
| Feature | Auths | GPG Keys | SSH Keys | Sigstore |
|---|---|---|---|---|
| Setup time | 10 seconds | 15+ minutes | 5 minutes | 2 minutes |
| Key rotation | Pre-rotation built in | Manual ceremony | Manual replacement | Ephemeral keys |
| Works offline | Yes | Yes | Yes | Requires internet |
| Multi-device | QR code pairing | Export/import keys | Copy key files | Via OIDC provider |
| Agent delegation | Scoped + revocable | Not supported | Not supported | Not supported |
| Revocation | Signed event in Git | Keyserver dependent | Delete from GitHub | Certificate expiry |
| GitHub "Verified" badge | Not yet | Yes | Yes | Not yet |
| Supply-chain attack scenarios | ||||
| Survives stolen CI token (Axios/LiteLLM attack) | Yes | No | No | No — CI token bypass still accepted |
| Offline / air-gapped verification | Yes — WASM, no server | Yes | Yes | Requires Rekor network call |
| Persistent maintainer identity | Lifelong key history | Manual key management | No history model | Ephemeral — no persistent identity |
| AI agent identity delegation | Scoped + revocable | Not supported | Not supported | Not supported |
Agents With Real Identity
Delegate real cryptographic identity to your agents. Revoke any time.
# Create an agent identity
~ $ auths init --profile agent --non-interactive
# Export identity for deployment
~ $ auths id export-bundle --output agent-bundle.json
# Rotate keys to revoke old access
~ $ auths id rotate
Your Keys, Your Control
Each device has its own key. Revoke one, the rest keep working.
~ $ auths device list
DEVICE STATUS ADDED
MacBook Pro active 2026-01-15
iPhone 14 active 2026-02-03
Old Laptop revoked 2026-03-01
~ $ auths id rotate --alias my-key
✓ New key generated
✓ Rotation event signed by current key
✓ Key Event Log updated
Prior signatures remain valid.
Nothing to re-sign.
Rotate Without Breaking History
Rotation is a signed event in your Key Event Log — not a manual ceremony. Suspect compromise? One command. Prior signatures stay valid. Nothing to re-sign.
Architecture Deep Dive
Auths provides a complete identity infrastructure built on cryptographic primitives stored in Git. Every identity action is signed, auditable, and verifiable offline using WASM verifiers embedded in your applications.
Ready to Control Your Identity?
Join developers building the next generation of decentralized identity. Start for free, no credit card required.