Skip to content

Releases: qectorlab/qector-decoder-workbench-linux

QECTOR Decoder Workbench v1.0.2 - Linux

Choose a tag to compare

@qectorlab qectorlab released this 21 Aug 12:29

QECTOR Decoder Workbench v1.0.2 - Linux Release

Platform

  • OS: Ubuntu 22.04+ / Debian 12+ (x86_64)
  • Python: 3.10-3.12
  • Build: PyInstaller standalone portable binary + .deb package

Contents

File Description
QectorWorkbench-Portable Standalone portable binary
qector-workbench_1.0.2_amd64.deb Debian package
SBOM-linux.json Software Bill of Materials
test_results_linux.txt Full pytest report (627 passed, 18 skipped, 0 failed)
screenshots/ 10 GUI tab screenshots

Test Results

627 passed, 18 skipped, 0 failed (11.96s) on Ubuntu 24.04.4 LTS, Python 3.12.3

Checksums

SHA-256 (ZIP): 0da9cdee7fb5b54bed81fd2ddbb8639e6642987b7ea0d1c00935db36e270a41e
SHA-256 (Portable): 21484f5a81f54cacc35582d69c9325b8ab025ca7f9bc4b06bf9cfcab584f3403

Quick Start

chmod +x QectorWorkbench-Portable && ./QectorWorkbench-Portable

QECTOR Decoder Workbench v1.0.1

Choose a tag to compare

@qectorlab qectorlab released this 19 Aug 15:43

QECTOR Decoder Workbench v1.0.1 - Linux AppImage

Release
Platform

Linux build running the bundled qector-decoder-v3 1.0.0 backend. This is a single-file portable AppImage distribution requiring no installer, no admin rights, and no internet connection to run.

🚀 Install & Quick Start

Download QectorWorkbench-1.0.1-x86_64.AppImage from the latest release:

  1. Make the downloaded file executable:
    �ash chmod +x QectorWorkbench-1.0.1-x86_64.AppImage
  2. Launch the graphical interface:
    �ash ./QectorWorkbench-1.0.1-x86_64.AppImage

Headless MCP Server (AI / LLM Integration)
To run the 85-tool stdio MCP server (no display needed):
�ash ./QectorWorkbench-1.0.1-x86_64.AppImage --mcp

Note: Runtime data (logs, exported documents, managed decoder site) is written to ~/.local/share/QectorWorkbench (or $XDG_DATA_HOME/QectorWorkbench). You can override this behavior by setting the QECTOR_DATA_DIR environment variable.


✨ Verified Facts in this Release

  • 17 Decoders & 10 Code Families: Full support for surface codes, qLDPC (bicycle / bivariate bicycle), heavy-hex, color codes, and hypergraph products, fully wired to the bundled qector-decoder-v3 1.0.0 backend.
  • 85-Tool MCP Server: stdio JSON-RPC 2.0 server for programmatic and AI agent interaction with per-tool 60-second timeouts, busy guards, and 1 MB result limits (protocol 2024-11-05).
  • Offline Backend Bundling: Ships with the platform-specific qector_decoder_v3-1.0.0 wheel pre-packaged inside the executable. Automatically activated into a per-user managed site on first boot; purges outdated managed decoders from older releases automatically.
  • Full CLI Infrastructure: 12 CLI subcommands (decode, �enchmark, probe, compare, �atch, stream, rain, export, import, matrix, serve, doctor, completions) with shell auto-completion support (Bash, Zsh, PowerShell).
  • Self-Diagnostics & Auto-Debug: Environment, decoder, and hardware self-tests with resilient multi-decoder fallback, verifying \cdot c \equiv s \pmod{2}$ at every step with full attempt tracing.
  • Security Hardening: License keys encrypted at rest using machine-derived Fernet keys; export path traversal protection via path sanitization.
  • Hardware Dashboard: Auto-detects CUDA/OpenCL/CPU capability; honest OpenCL status reporting with a working QECTOR_DISABLE_OPENCL=1 probe-skip escape hatch.
  • Data Export Integrity: All documentation exports (.md, .html, .json, .tex, .pdf, .svg), benchmark reports, and deposit sidecars (.zenodo.json, CITATION.cff) include SHA-256 sidecar manifests.
  • Distance Slider: Extended distance range supporting =3$ to =63$ (matching the Enterprise tier limit).

📦 Assets in this Release

  • QectorWorkbench-1.0.1-x86_64.AppImage: Portable Linux application executable; bundles its own Python runtime, scientific stack, and the qector-decoder-v3==1.0.0 wheel (activated fully offline on first launch).
  • manuals.zip: Full documentation suite including the API Reference (.md, .html, .pdf), MCP Integration Guide, Quick Start Guide, Linux User Manual, and the machine-readable QECTOR_LLM_Manual.json.

🔒 Verify Your Download

Verify the AppImage binary on Linux terminal:

�ash sha256sum QectorWorkbench-1.0.1-x86_64.AppImage


For Claude Desktop and Claude Code integration, check out the official plugin at https://github.com/guillaumelessard/qector-claude-plugin.