Download QNTX

Recommended: Install via Nix

The easiest way to install QNTX is using the Nix package manager:

nix profile install github:teranos/QNTX

This installs the latest version and handles all dependencies automatically.

Release Downloads

Loading releases...

Docker Images

📦 CI Image

Full development environment for CI/CD pipelines

View Image
📦 qntx-code Plugin

Code analysis plugin container

View Image
📦 qntx-python Plugin

Python runtime plugin container

View Image

Build from Source

Clone the repository and build with Go 1.24+:

git clone https://github.com/teranos/QNTX.git cd QNTX make build

Or use Nix for reproducible builds:

nix build github:teranos/QNTX