Skip to content

Releases: qectorlab/qector-decoder-workbench-macos

QECTOR Decoder Workbench v1.0.2 for macOS (Apple Silicon)

Choose a tag to compare

@qectorlab qectorlab released this 21 Aug 14:23

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

  1. Download QectorWorkbench-1.0.2-arm64.dmg
  2. Double-click to mount, drag QectorWorkbench.app to /Applications
  3. 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

Choose a tag to compare

@qectorlab qectorlab released this 19 Aug 15:43

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.