Skip to content

v0.5.7

Choose a tag to compare

@rcholic rcholic released this 04 Mar 04:41
· 47 commits to main since this release

Predicate Authority Daemon v0.5.7

Installation

Download the appropriate binary for your platform:

  • Linux x64: predicate-authorityd-linux-x64.tar.gz
  • Linux ARM64: predicate-authorityd-linux-arm64.tar.gz
  • macOS x64: predicate-authorityd-darwin-x64.tar.gz
  • macOS ARM64: predicate-authorityd-darwin-arm64.tar.gz
  • Windows x64: predicate-authorityd-windows-x64.zip

Quick Start

# Extract (Linux/macOS)
tar -xzf predicate-authorityd-*.tar.gz
chmod +x predicate-authorityd

# Generate example config
./predicate-authorityd init-config

# Run the daemon
./predicate-authorityd --port 8787

See the README for full documentation.