Local Lite (free single-device mode): run npx -y @nunchiai/nexus-mcp init --all --local --yes, then npx -y @nunchiai/nexus-mcp activate --key sk_write_... --gateway-url https://nexus-api-production-4177.up.railway.app.
Cloud tiers: pass --key sk_write_... to init for connected MCP clients, including Codex.
Trial Cloud, Nexus Free, and Nexus Pro currently allow only one active API key under the current rollout policy. Revoke or delete the current key before reissuing.
Local Lite stores its signed license in ~/.nexus/license.json. Cloud init stores reusable values in ~/.nexus.env.
Local Lite binds that signed license to the first activated device fingerprint. To move devices, delete the old key in /settings/api-keys, issue a new key, and activate again on the new device.
Search engine in Local Lite: Local Lite does not run a local embedding model. It uses local SQLite FTS search plus lightweight scoring. Cloud memory is the mode that provides server-side embedding and vector retrieval.