Privacy
oops collects nothing
oops is a local CLI tool. It does not:
- Make any network requests
- Send telemetry or analytics
- Phone home or check for updates automatically
- Access any remote servers
- Collect any personal information
The only network activity oops performs is when you explicitly run the installer, oops --upgrade, oops doctor, or oops status. Those checks contact GitHub Releases to find or download the latest checksum-verified binary.
What's stored locally
All data stays on your machine in ~/.oops/:
- Backups — local copies of protected files, in
~/.oops/trash/ - Journal — a log of what commands were intercepted, in
~/.oops/journal.jsonl - Config — your settings, in
~/.oops/config.json
Auto-cleanup removes entries older than 2 hours. You can clear everything at any time with oops clean --all.
The website
oops-cli.com is a static site hosted on Vercel. It does not use cookies, tracking scripts, or analytics. The only data Vercel collects is standard server logs (IP address, request path, timestamp) as part of serving the site.
Open source
oops is MIT licensed. The full source code is available at github.com/gedaliahs/oops. You can audit every line.