oops is in beta. Report any issues on GitHub.

Privacy

oops collects nothing

oops is a local CLI tool. It does not:

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/:

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.