MAKE CHANGES AND HAND OFF
Make small edits safely
GitLocal is for reading and review first, not for being an IDE. But when you need to fix a typo, tweak a doc, or remove a stray file, you can do it right there, safely.
What you get
- Create, update, and delete files directly from the viewer, with undo and redo while you edit.
- Warnings before you lose work. Navigating away from unsaved changes asks first.
- Conflict protection. If a file changed on disk (say, your agent edited it) before your save or delete completes, GitLocal stops and tells you instead of overwriting it.
- Folders too. Create child folders, or delete a subfolder after typing to confirm, with a count of what will be affected.
Try it in one command
npx gitlocal
Needs Node.js 22+. Full install guide, including the macOS app →