Skip to content

QECTOR Decoder Workbench v1.0.1

Choose a tag to compare

@qectorlab qectorlab released this 19 Aug 15:43
· 1 commit to main since this release

QECTOR Decoder Workbench v1.0.1 - macOS DMG

Release
Platform

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

🚀 Install & Quick Start

Download the macOS .dmg from the latest release:

  1. Open QectorWorkbench.dmg and drag QectorWorkbench.app to your Applications folder.
  2. Launch QectorWorkbench.app from Spotlight or Launchpad.

Headless MCP Server (AI / LLM Integration)
To run the 85-tool stdio MCP server (no display needed):
�ash /Applications/QectorWorkbench.app/Contents/MacOS/QectorWorkbench --mcp

Note: Runtime data (logs, exported documents, managed decoder site) is written to ~/Library/Application Support/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 app. 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 (Zsh, Bash).
  • 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 Apple Silicon (MPS / Accelerate) / CPU capability.
  • 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.dmg: Portable macOS disk image; 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, macOS User Manual, and the machine-readable QECTOR_LLM_Manual.json.

🔒 Verify Your Download

Verify on macOS terminal:

�ash shasum -a 256 QectorWorkbench.dmg


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