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

v0.22.1Latest

2026-01-13

v0.22.0

2026-01-12

v0.20.1

2026-01-13

v0.21.0

2026-01-10

v0.20.0+plugin.panel

2026-01-08

Docker Images

📦 Image

QNTX Application Image

View Image
📦 qntx-code Plugin

Code analysis 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