-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nsergej edited this page Jul 16, 2026
·
2 revisions
EnvWitness creates privacy-first diagnostic evidence capsules and compares known-working and failing environments.
- Install the reviewed wheel from the GitHub Release.
- Run
envwitness initand review the generated YAML. - Capture with
envwitness capture --output failure.evw -- your-command. - Review with
envwitness inspect failure.evwbefore sharing. - Compare with
envwitness compare working.evw failure.evw.
- Capsule Format
- Troubleshooting
- Installation
- Usage Guide
- Privacy Guide
- Plugin Authoring
- Security Model
Repository documentation remains authoritative.