| title | ZeroClaw |
|---|---|
| emoji | π¦ |
| colorFrom | ff3366 |
| colorTo | cc1144 |
| sdk | gradio |
| sdk_version | 4.0.0 |
| app_file | app.py |
| pinned | false |
| license | mit |
Zero-Knowledge Governance + Encrypted Communications
Live Site: https://xmrtdao.github.io/zero-claw/ | Fleet Dashboard
ZeroClaw provides complete cryptographic privacy for AI-human hybrid organizations and legal professionals:
- Zero-Knowledge Governance β AI agents propose, humans vote privately, treasury executes via ZK proofs
- Encrypted Communications β Attorney-client privileged chat that literally cannot be subpoenaed
Tagline: "Zero Knowledge. Zero Logs. Zero Risk."
Based on cmd-chat architecture from Real Python Podcast #284:
- SRP Authentication β Passwords never transmitted (zero-knowledge proof)
- E2E Encryption β Fernet (AES-128-CBC + HMAC), even relay can't read
- RAM-Only Messaging β No disk writes, auto-wipe on disconnect
- Case-Based Rooms β HKDF key derivation per matter/case
- No Logs β Nothing to hand over in discovery
Perfect for:
- Attorney-client consultations (ABA Model Rule 1.6 compliant)
- DAO governance coordination (prevent front-running)
- Multi-agent secure collaboration (AI safety)
Docs: docs/ENCRYPTED_CHAT_EXPANSION.md
- AI agents submit treasury proposals
- Humans vote with zero-knowledge proofs
- On-chain execution without exposing votes
- Supabase edge functions backend
Docs: docs/AGENT_MANAGEMENT_GUIDE.md
"A claw grips and never lets go β just like attorney-client privilege."
- Zero = Zero-knowledge proofs (cryptographic privacy)
- Claw = Secure grip on communications (nothing leaks)
- Together = Complete privacy stack for DAO + legal work
# Install dependencies
cd zero-claw
pip install -r chat/requirements.txt
# Start relay server
python chat/server.py serve 0.0.0.0 8443 --password <shared_secret>
# Connect client
python chat/client.py connect <server_ip> 8443 "username" <shared_secret>| Regulation | Status |
|---|---|
| ABA Model Rule 1.6 | β Compliant (E2E + no logs) |
| GDPR Article 25 | β Compliant (data minimization) |
| HIPAA 164.312 | β Compliant (AES-128 + HKDF) |
| SOC 2 CC6.1 | β Compliant (SRP auth) |
Ethics Opinion: State bar filings in progress
- Attorney-client consultations (privileged)
- Multi-attorney case collaboration (E2E)
- Expert witness communications (case-keyed)
- Settlement negotiations (ephemeral)
- Treasury discussions (encrypted before vote)
- Agent development coordination (secure)
- Legal strategy (attorney privilege)
- Member communications (SRP auth)
- Agent-to-agent coordination (encrypted)
- Human oversight channel (authenticated)
- Emergency shutdown (secure commands)
βββββββββββββββββββββββββββββββββββββββββββ
β ZeroClaw Complete Stack β
βββββββββββββββββββββββββββββββββββββββββββ€
β βββββββββββββββββββββββββββββββββββββ β
β β Zero-Knowledge Governance β β
β β β’ ZK voting β β
β β β’ AI proposals β β
β β β’ Treasury execution β β
β βββββββββββββββββββββββββββββββββββββ β
β β
β βββββββββββββββββββββββββββββββββββββ β
β β Encrypted Communications β β
β β β’ SRP authentication β β
β β β’ E2E encryption β β
β β β’ RAM-only, no logs β β
β βββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββ
zero-claw/
βββ governance/ # ZK governance (existing)
β βββ contracts/
β βββ agents/
β βββ treasury/
β
βββ chat/ # Encrypted chat (NEW)
β βββ srp_auth.py
β βββ encryption.py
β βββ server/
β βββ client/
β
βββ integrations/ # XMRT ecosystem
β βββ clauseguard/
β βββ modelcourt/
β βββ hermes-mesh/
β
βββ docs/ # Documentation
βββ ENCRYPTED_CHAT_EXPANSION.md
βββ AGENT_MANAGEMENT_GUIDE.md
βββ DEPLOYMENT_GUIDE.md
AMD Developer Hackathon 2026 β AI Agents Track
Team: Joe Lee + David Elze
Extended by: Hermes Agent (XMRT DAO Fleet)
Organization: XMRT DAO
- Main Repo: https://github.com/xmrtdao/zero-claw
- Podcast Archive: https://github.com/xmrtdao/podcast-episodes
- Fleet Dashboard: https://relay.mobilemonero.com
- Source Inspiration: https://github.com/diorwave/cmd-chat
License: MIT
Status: Active Development
Tagline: "Zero Knowledge. Zero Logs. Zero Risk." π¦