-
-
Notifications
You must be signed in to change notification settings - Fork 34
RBAC Teams
SuperLocalMemory V4 includes multi-user access control (introduced on the 3.8 line). This page summarizes the key concepts; full documentation is in docs/rbac-teams.md.
Three roles, scoped per workspace (profile):
| Role | Read | Write | Manage users/config |
|---|---|---|---|
| admin | yes | yes | yes |
| member | yes | yes | no |
| viewer | yes | no | no |
A user may have different roles in different workspaces.
| Mode | Behavior |
|---|---|
require_login = false |
Personal installs, loopback owner trusted |
require_login = true |
Team/enterprise, every request needs a session |
Enable with: slm config set security.require_login true && slm restart
No default credentials are shipped. First-run prompts the admin to set a password.
| Scope | Who can recall |
|---|---|
personal |
Owner profile only (default) |
shared |
Named profiles the owner grants |
global |
Any authorized user on this machine |
Recall is default-deny: --include-shared and --include-global opt in explicitly.
The Governance → Access & Users tab shows users, roles, and workspace membership. Admins can invite users, change roles, and remove access from this tab.
- GDPR Compliance
- Compliance (full compliance.md mirror)
- Getting Started
SuperLocalMemory V4.0.0 — Local-first memory with explicit data-path controls. Current docs: Home · Installation · CLI · MCP whole 87 (full 42 default) · FAQ
Part of Qualixar | Created by Varun Pratap Bhardwaj | GitHub · CHANGELOG
Platform boundary: Apple Silicon macOS · 64-bit Windows · 64-bit Linux — Intel Mac and 32-bit Windows not supported (
cryptography==50.0.0).
SuperLocalMemory V4.0.0
Getting Started
Reference
- CLI Commands
- MCP Tools — 87 whole / 54 power / 42 full / 24 code / 14 core
- Retrieval Score Contract
- Auto-Memory
- Active Memory (V3.1)
Integrations
- Framework Adapters — 9 adapters
- Bounded Loops
- Multi-Agent Memory
Architecture
- Architecture Overview — historical V3, carried into V4
- Capabilities and Operations
- Published Benchmarks — V3 LoCoMo, not a V4 rerun
- Mathematical Foundations — historical V3
-
V4 Reliability Contract — 2,200/2,200, protocol
benchmark/run_all.py --trials 200
Enterprise and Teams
V2 Documentation