Back to Spork

Download Spork

v0.3.0-alpha.2

Pure Rust, post-quantum Certificate Authority with ACME server. Self-extracting installer with SHA3-256 verification and Ed25519 signing.

🐧 Linux x86_64

Static binary (musl). Tested on Ubuntu 24.04 LTS and Rocky Linux 9.

Production use not yet recommended. Alpha software.

Installer packages:
  • spork-client — CLI client tool (spork)
  • spork-acme-server — Standalone ACME server
  • spork-est-server — EST enrollment server
  • spork-scep-server — SCEP enrollment server
  • spork-ca — Full CA suite (shell, CRL, OCSP, all servers)
License: Free during alpha. We're still working out the long-term model — for now, use it, learn from it, build with it.

Verify Download

# Self-extracting installer verifies its own integrity ./spork-acme-server-0.3.0-alpha.2-installer --verify # Or check SHA3-256 manually sha3sum -a 256 spork-acme-server-0.3.0-alpha.2-installer

CLI Quick Start

# View any PKI file (auto-detects type) spork show server.crt spork show myca.crl # Probe TLS server (detects PQC hybrids) spork probe server quantumnexum.com # Generate keys spork key gen ec --curve p384 -o private.key # ACME enrollment (Let's Encrypt compatible) spork acme register --email admin@quantumnexum.com \ --server https://acme.quantumnexum.com/directory

Other Platforms

🍎

macOS

Intel & Apple Silicon

TBD — Evaluating demand
🪟

Windows

x64

TBD — Evaluating demand