-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Guide
Last updated: 2026-07-22
Version: v1.7.0
Audience: Free users who want Team tier (governance, audit, seats)
The MIT core is free forever — 40-70x token reduction, synapse learning, MCP server, 10 languages. You do NOT upgrade for more savings.
You upgrade for:
- Governance — control what AI agents can publish/shared memory
- Audit log — SHA-256 hash-chained, append-only, exportable
- Seat management — add/remove engineers, soft-delete, idempotent
- Self-hosted deployment — air-gapped, docker-compose, data persists
Price: $29/user/mo, annual contract, 5-50 seats.
neuralmind team license statusOutput should show: tier: free, seats: 1, expires: never.
If you see tier: team already — you're done.
neuralmind onboardingWalks through:
- License activation (or keep free tier)
- Governance defaults (scope, weight threshold)
- Admin email setup
- Team seat audit
- Verification
For defaults-only: neuralmind onboarding --quick
Purchase a Team license key (.json file), then:
neuralmind team license activate <path-to-license.json>The license is Ed25519-signed with 30-day offline grace. If you're air-gapped, the license keeps working for 30 days without phoning home.
neuralmind team license statusOutput should now show: tier: team, seats: N, expires: <date>.
neuralmind team seats add <employee1@company.com>
neuralmind team seats add <employee2@company.com>Seats are idempotent — adding an existing seat errors softly.
There's no downgrade guard. If you stop paying:
- License expires at end of annual term
- Commands still work (grace period applies)
-
neuralmind license statusshowsEXPIRED - Free tier auto-reactivates —
neuralmind wakeup .re-issues free license
No data loss. The MIT core doesn't check license status.
After 10 wakeup/query calls, the CLI prints:
NeuralMind Team: $29/user/mo — shared memory, governance, seat management.
See neuralmind.uk/pricing or run `neuralmind onboarding`.
This fires exactly once. To re-trigger: neuralmind onboarding directly.
| Free tier | Team tier |
|---|---|
| 40-70x token reduction | Same — no additional compression |
| Synapse learning | Same synapse store |
| MCP server | Same tools |
| Memory publish/inherit | Same bundle |
| — | + Governance, audit, seats, self-hosted |
| 1 seat | 5-50 seats |
You are paying for compliance, not compression.
| Symptom | Cause | Fix |
|---|---|---|
| "License invalid" | Expired or corrupted | neuralmind team license activate <file> |
| "Seat limit exceeded" | Over 50 seats | neuralmind team seats remove <email> |
| "Governance not enabled" | Free tier | Upgrade to Team tier |
| "Self-hosted data dir missing" | Not initialized | neuralmind team self-hosted init |
Wiki v1.0. Phase 2 doc (WAVE15). Next review: after Enterprise tier ships.