# UNF > UNF* continuously records every version of every file in your workspace so you can rewind to any second — no commits required. UNF* is a local-first, continuous file versioning tool that records every save to your workspace in real time, giving you a complete point-in-time history without requiring any Git commits. It is designed specifically for the AI-agent era, where autonomous tools can mass-overwrite, delete, or corrupt files before you have a chance to react. UNF* runs silently in the background at under 1% CPU and under 100MB RAM, storing all snapshots locally with no cloud, no accounts, and no telemetry. It is completely free with no subscription or usage limits. - **Continuous recording** — *uses FSEvents on macOS and inotify on Linux to capture every file save with a 3-second smart debounce, respecting `.gitignore` and skipping binaries.* - **Content-addressed storage** — *uses BLAKE3 hashing and SQLite with ACID guarantees; identical file contents are stored only once, keeping storage lean.* - **Point-in-time restore** — *run `unf restore --at