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
- Download the appropriate archive for your platform
- Extract:
tar -xzf pqc-gateway-<platform>.tar.gz - Make executable:
chmod +x gw - Run:
./gw -vto verify installation
Usage
# Start with config file
./gw -c config.yaml
# Start configuration server
./gw -s /path/to/config/dir
# Show help
./gw -h