AI agents are opaque. EVEZ makes them visible.
One command. Raw agent output → animated visual cognition artifacts:
- Attention overlay — what the agent saw
- Memory anchor — what context it used
- Cognition flow animation — how it thought
- Tamper-evident manifest — cryptographic chain of thought
Runs offline. Zero cloud dependencies. Python 3 only.
clawhub install evez-osgit clone https://github.com/EvezArt/evez-os.git
cd evez-os
pip install numpy pillow scipy # optional: ffmpeg for MP4
python3 tools/evez.py --help# Run the Play Forever engine (infinite forensic episodes)
python3 tools/evez.py play --seed 42 --steps 14
# Visualize agent thought as animated artifact
python3 tools/evez.py visualize-thought --input spine.jsonl
# Lint the append-only spine
python3 tools/evez.py lint| Feature | GitHub Codespaces | EVEZ-OS |
|---|---|---|
| Cold start | 30–90 seconds | 0ms |
| Cloud dependency | Required | None |
| Session persistence | Lost on stop | Append-only spine |
| Thought visualization | ❌ | ✅ |
| Offline operation | ❌ | ✅ |
| Cost | $0.18/hr | Free |
Community (AGPL-3.0): Free for open-source use. Any derivative work must also be AGPL. See LICENSE.
Commercial: Removes copyleft obligation. Includes support, SLA, attribution removal. See COMMERCIAL_LICENSE.md.
→ rubikspubes.gumroad.com for commercial licenses
→ @EVEZ666 on Twitter
evez-os/
├── SKILL.md ← OpenClaw/ClawHub install spec
├── tools/ ← Python CLI (evez.py, play_forever.py, lint.py)
├── core/ ← Engine: spine, visualizer, contradiction-SAT
├── packs/ ← CTF pack, Cheatcodes, Reality Map
└── docs/ ← Playthroughs, transcripts, cartography
Built by Steven Crawford-Maggard (EVEZ) | Architecture by SureThing
Every output carries "powered_by": "EVEZ" in the manifest.