← ClaudeAtlas

qector-licensinglisted

QECTOR licensing, tier enforcement, and key activation. Covers the three license tiers (Community d<=7, Pro d<=19, Enterprise d<=63), the Ed25519-signed token formats (QECT-PRO-*, QECT-ENT-*, v2), the resolution order (QECTOR_LICENSE_KEY, QECTOR_LICENSE_FILE, ~/.qector/license.key), the QECTOR_ENFORCE / QECTOR_SILENT / QECTOR_CRL_PATH environment variables, the offline verification, and the licensing-gate vs hardware-probe distinction. Load for any question about license tiers, key activation, tier limits, or what an Enterprise key unlocks.
GuillaumeLessard/qector-claude-plugin · ★ 1 · AI & Automation · score 62
Install: claude install-skill GuillaumeLessard/qector-claude-plugin
# QECTOR Licensing Source of authority: v1.0.0 reference manual, chapter 18, plus the license-resolution order and the deploy-time env variables in section 18.1. ## The three tiers (manual 18.1, Table 18.1) | Tier | Max distance | GPU batch | Notes | | ----------- | ------------ | --------- | ------------------------------------- | | Community | d <= 7 | No | Free, source-available wheel | | Pro | d <= 19 | No | Ed25519-signed token | | Enterprise | d <= 63 | Yes | Ed25519-signed token; GPU / GNN paths | Tiers are **enforced by the Rust core** at construction and decode time. Tokens are verified **offline in the Rust core** with Ed25519, covering the v2 format and the `QECT-PRO-` / `QECT-ENT-` prefixed formats, with expiry and an offline revocation list. ## Environment variables (manual 18.1) | Variable | Meaning | | -------------------------- | ---------------------------------------------------------------------- | | `QECTOR_LICENSE_KEY` | Ed25519-signed key (QECT-PRO-*, QECT-ENT-*, v2) | | `QECTOR_LICENSE_FILE` | Path to a key file; unreadable path is **invalid**, not a silent downgrade | | `~/.qector/license.key` | Default key location | | `QECTOR_ENFORCE` | `1` raises `PermissionE