Releases: qectorlab/qector-decoder-workbench-macos
Release list
QECTOR Decoder Workbench v1.0.2 for macOS (Apple Silicon)
QECTOR Decoder Workbench v1.0.2 — macOS release-only distribution mirror.
Highlights
- Air-Gapped Lab Certification: full offline compliance, offline-only licensing, zero external endpoints
- Window Management: maximize, restore, and OS native control decorations restored
- Hardened Runtime and Ad-Hoc Code Signing with runtime entitlements, validated via codesign --verify
- Software Bill of Materials (SBOM): cryptographic SHA-256 manifest for lab compliance audits
- Cross-Platform Uniformity: synchronized to identical core source runtime (v1.0.0 backend)
Install
- Download QectorWorkbench-1.0.2-arm64.dmg
- Double-click to mount, drag QectorWorkbench.app to /Applications
- Launch — the bundled decoder activates automatically on first run
Verified: workbench 1.0.2 / qector-decoder-v3 1.0.0 / 85 MCP tools / 17 decoders / 10 code families / arm64 (macOS 12+)
QECTOR Decoder Workbench v1.0.1
QECTOR Decoder Workbench v1.0.1 - macOS DMG
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:
- Open QectorWorkbench.dmg and drag QectorWorkbench.app to your Applications folder.
- 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.