Downloads
WWKG for Linux
glibc 2.31+ (Ubuntu 20.04+, Debian 11+)
Installers
Installs the WWKG CLI and service binaries, then registers background services.
Ubuntu
x86_64 / arm64
Snap Store
Red Hat / Fedora
x86_64
.rpm package
Red Hat / Fedora
arm64 / aarch64
.rpm package
Ubuntu users should use Snap. Debian and Ubuntu administrators who prefer repository-managed installs should use the signed APT instructions below; local .deb files are not the customer install path.
Pre-built binaries
Download a tarball and install manually. For developers and automation.
Linux
x86_64
wwkg-linux-x86_64.tar.gz
Linux
aarch64
wwkg-linux-aarch64.tar.gz
Package manager
Snap or APT
# Ubuntu default
sudo snap install wwkg
# Debian/Ubuntu APT repository
curl -fsSL https://releases.wwkg.io/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/wwkg-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/wwkg-archive-keyring.gpg] https://releases.wwkg.io/apt stable main" | sudo tee /etc/apt/sources.list.d/wwkg.list
sudo apt update && sudo apt install wwkgWhat’s included
- SPARQL 1.2, Cypher, and GQL query engines
- Peer-to-peer distribution
- Git-style branching with immutable commits
- End-to-end encryption with AES-SIV
- High availability clustering
- RDFS, OWL-RL, and Datalog reasoning
- SHACL validation at commit time