Skip to content

QECTOR Decoder Workbench v1.0.1

Choose a tag to compare

@qectorlab qectorlab released this 19 Aug 15:43
· 7 commits to main since this release

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.