All packages signed & verified

Package Repository

Unified database for AI-native applications. Graph + Vector + Full-Text + Document + Time-Series in one engine, one query language (OpenCypher), one transaction. Enterprise-grade strongSwan VPN packages with PostgreSQL database support. Production-ready builds for modern Linux distributions. Universal, config-driven gRPC to REST transcoding proxy. One binary, different YAML configs, different products. Works with any gRPC service via proto descriptor files.

Fedora

41, 42, 43, 44

Ubuntu

24.04, 22.04

Debian

12

Built for Production

Signed packages for modern Linux distributions. Install all or just what you need.

CoordiNode

coordinode

Unified database for AI-native applications

AGPL-3.0-only Version: loading...

strongSwan SW

strongswan-sw

Complete strongSwan VPN distribution with all standard plugins. This is the base package required for IKEv2/IPsec VPN server functionality.

GPL-2.0-or-later Version: loading...

PostgreSQL Plugin

strongswan-pgsql

PostgreSQL database backend for strongSwan. Enables sql and attr-sql plugins to store credentials, IP pools, and connection attributes.

GPL-2.0-or-later Version: loading...

DHCP INFORM Plugin

strongswan-dhcp-inform

Responds to Windows DHCP INFORM requests with split-tunnel routes from PostgreSQL. Delivers classless static routes via DHCP option 121/249.

GPL-2.0-or-later Version: loading...

structured-proxy

structured-proxy

Universal gRPC to REST transcoding proxy

Apache-2.0 Version: loading...

Quick Start

Add our repository and install packages with your system's package manager.

CoordiNode

fc41 fc42 fc43

Fedora 41, 42, 43 (x86_64)

bash
# Add repository
sudo dnf config-manager --add-repo \
  https://repo.sw.foundation/rpm/fc$(rpm -E %fedora)/sw.repo

# Install CoordiNode
sudo dnf install coordinode

strongSwan SW

fc41 fc42 fc43

Fedora 41, 42, 43 (x86_64)

bash
# Add repository
sudo dnf config-manager --add-repo \
  https://repo.sw.foundation/rpm/fc$(rpm -E %fedora)/sw.repo

# Install strongSwan SW
sudo dnf install strongswan-sw

PostgreSQL Plugin

fc41 fc42 fc43

Requires strongswan-sw

bash
# Install PostgreSQL Plugin
sudo dnf install strongswan-pgsql

DHCP INFORM Plugin

fc41 fc42 fc43

Requires strongswan-pgsql

bash
# Install DHCP INFORM Plugin
sudo dnf install strongswan-dhcp-inform

structured-proxy

fc41 fc42 fc43

Fedora 41, 42, 43 (x86_64)

bash
# Add repository
sudo dnf config-manager --add-repo \
  https://repo.sw.foundation/rpm/fc$(rpm -E %fedora)/sw.repo

# Install structured-proxy
sudo dnf install structured-proxy

CoordiNode

noble jammy bookworm

Ubuntu 24.04 | Ubuntu 22.04 | Debian 12

bash
# Add GPG key
curl -fsSL https://repo.sw.foundation/keys/sw.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/sw.gpg

# Add repository
echo "deb [signed-by=/etc/apt/keyrings/sw.gpg] \
  https://repo.sw.foundation/deb $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/sw.list

sudo apt update

# Install CoordiNode
sudo apt install coordinode

strongSwan SW

noble jammy bookworm

Ubuntu 24.04 | Ubuntu 22.04 | Debian 12

bash
# Add GPG key
curl -fsSL https://repo.sw.foundation/keys/sw.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/sw.gpg

# Add repository
echo "deb [signed-by=/etc/apt/keyrings/sw.gpg] \
  https://repo.sw.foundation/deb $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/sw.list

sudo apt update

# Install strongSwan SW
sudo apt install strongswan-sw

PostgreSQL Plugin

noble jammy bookworm

Requires strongswan-sw

bash
# Install PostgreSQL Plugin
sudo apt install strongswan-pgsql

DHCP INFORM Plugin

noble jammy bookworm

Requires strongswan-pgsql

bash
# Install DHCP INFORM Plugin
sudo apt install strongswan-dhcp-inform

structured-proxy

noble jammy bookworm

Ubuntu 24.04 | Ubuntu 22.04 | Debian 12

bash
# Add GPG key
curl -fsSL https://repo.sw.foundation/keys/sw.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/sw.gpg

# Add repository
echo "deb [signed-by=/etc/apt/keyrings/sw.gpg] \
  https://repo.sw.foundation/deb $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/sw.list

sudo apt update

# Install structured-proxy
sudo apt install structured-proxy
📚

Documentation

See our documentation for setup guides and configuration.

Cryptographically Signed

All packages are signed with our GPG key. Verify authenticity before installation.

🔑
Key ID
A187D55B5A043632
🔐
Algorithm
Ed25519
Status
Active

GPG Fingerprint

fingerprint
4AC4 06DA 15C9 BE4D C1A0 2343 A187 D55B 5A04 3632

Import manually: curl -fsSL https://repo.sw.foundation/keys/sw.gpg | gpg --import