QuickNEasy test network

Install the QNE basic node.

The current Linux installer creates a QNE node under ~/QNE, prepares standard persist storage, installs the QNE UI, and configures the node to bootstrap through the live qne-testnet-001 seed.

Linux and Windows x86_64 base-node installers are available now. The Windows download is a Rust installer executable with shortcuts, embedded icon, and no PowerShell install window. A Windows Codex/toolchain bootstrap zip is available for build-device setup. macOS and Linux ARM are planned separately.

Detecting your platform...

QNE basic node for Linux x86_64

Download Linux node installer

SHA-256: 226bafff8d2a48a11ae3339a04066542bead47bade804541a8f7109cd7cc74a8

Linux Install Steps

  1. Download QNE-Node-Installer-linux-x86_64-v00023.run.
  2. Open a terminal in the download folder.
  3. Run chmod +x QNE-Node-Installer-linux-x86_64-v00023.run.
  4. Run ./QNE-Node-Installer-linux-x86_64-v00023.run.
  5. Start the node with systemctl --user daemon-reload && systemctl --user enable --now qne-node.service.

The installer writes the node binary to ~/QNE/qnenode/bin/qne-node. Durable stores live under ~/QNE/qnenode/persist, node status under ~/QNE/qnenode/status, and node-wide packages under ~/QNE/qnenode/repository.

Developer Toolchain

Windows build-device setup is now available as a downloadable bootstrap zip. It contains the setup scripts, copy-paste commands, and the current v23 node source package.

Download Windows toolchain bootstrap

Current Network

This installer targets qne-testnet-001 and bootstraps to the current master seed at [2a01:4f9:c011:ba5f::1]:7001. QNE peer traffic is UDP-only and IPv6-first.