Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Oct 13:43

PQC Gateway Release v1.0.0

Changes

  • Built from commit: 05a96a4
  • Automated build for multiple platforms

Downloads

  • Linux x64: pqc-gateway-linux-x64.tar.gz
  • macOS ARM64: pqc-gateway-macos-arm64.tar.gz

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf pqc-gateway-<platform>.tar.gz
  3. Make executable: chmod +x gw
  4. Run: ./gw -v to verify installation

Usage

# Start with config file
./gw -c config.yaml

# Start configuration server
./gw -s /path/to/config/dir

# Show help
./gw -h