Patch release. Cedar policy enforcement is now on by default in the symbi binary.
Fixed
- The
cedarfeature was insymbi-runtime's defaults but not thesymbibinary's, and the binary'stry_wire_cedar_policy_gateandsymbi policyare#[cfg(feature = "cedar")]. So a defaultcargo buildofsymbicompiled out the Cedar wiring —symbi up/runfell back to the fail-closed gate andsymbi policy evaluatewas a no-op.cedaris now in the binary'sdefaultfeatures, so Cedar policy enforcement (auto-wired frompolicies/*.cedar) is active out of the box.
Pre-Built Binaries
Note: Pre-built binaries are tested but considered less reliable than installing via
cargo install symbior Docker (ghcr.io/thirdkeyai/symbi). If you encounter issues, please try those methods first.
Quick Install
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/thirdkeyai/symbiont/main/scripts/install.sh | bashHomebrew (macOS):
brew tap thirdkeyai/tap
brew install symbiManual download:
Download the appropriate binary for your platform from the assets below. Verify checksums with checksums.txt.
Verification
Each binary is signed with Sigstore cosign. Verify with:
cosign verify-blob --certificate symbi-*.pem --signature symbi-*.sig symbi-*.tar.gz \
--certificate-identity-regexp="https://github.com/ThirdKeyAI/Symbiont" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"SHA256 checksums are in checksums.txt (also signed).