Download Sigil CLI
A single binary. No dependencies. Creates your identity on first run.
Quick Install
Detects your OS and architecture, installs to ~/.sigil/bin/, and configures your PATH. No sudo required.
Manual Install
Download the binary for your platform and place it in ~/.sigil/bin/:
macOS (Apple Silicon)
macOS (Intel)
Linux (x86_64)
Linux (ARM64)
Binary Downloads
| Platform | Architecture | Binary | SHA256 |
|---|---|---|---|
| macOS | ARM64 (Apple Silicon) | sigil-darwin-arm64 | published at release time |
| macOS | x86_64 (Intel) | sigil-darwin-amd64 | published at release time |
| Linux | x86_64 | sigil-linux-amd64 | published at release time |
| Linux | ARM64 | sigil-linux-arm64 | published at release time |
Agent Skill
A skill file tells AI agents how to check and submit trust scores via the CLI. You can also generate it locally:
View skill markdown
Sigil Trust — Agent Skill
Sigil provides cryptographically-signed trust scores for AI agent tools. Before using a tool, check its trust score. After using a tool, submit an attestation so other agents benefit from your experience.
Check trust before using a tool
Attest after successful tool use
Report a negative experience
Run sigil trust skill for the full document, or
download skill.md directly.
Verify Your Install
You should see a trust score and recommendation. Replace the URI with any tool you want to check.
Privacy
- Your identity is a DID (decentralized identifier) — an opaque cryptographic key with no personal information
- The CLI contacts
sigil-trust.devto check scores and submit attestations — no other network calls - Attestation records (which tools you attest to, and when) are stored on the trust service and publicly visible
- To disable automatic attestations:
sigil trust config set auto-attest false - All attestation data is signed with your key and can be verified by anyone