LocalForge v2.1.1
What's new in v2.1.1
macOS App — Repo Discovery UI
The Repos tab now includes a Scan Folder button that discovers all git repos in any folder you pick (e.g. ~/Developer, ~/Desktop) and shows them in a dedicated section. Each discovered repo displays its hook status and a one-click Protect button that installs LocalForge without touching the terminal. No more hunting for paths.
CLI — Team & Compliance Features
localforge --install-org [repo]— generates alocalforge-install-org.shscript you can paste into your dev setup doc or Makefile. Each teammate runs it once: downloads binary, sets up~/.localforge/, adds PATH, installs the hook. No admin rights required.localforge --export-report <json|csv>— exports full scan history for security audits and due diligence. Flags:--last Nto limit count,--out pathfor custom output path.
Version bumps
- Cargo.toml, CLI
--version, and app header all updated to v2.1.1
Installation
curl -L https://github.com/stalzkie/local-forge/releases/download/v2.1.1/localforge-v2.1.1-macos-arm64 \
-o ~/.localforge/bin/localforge
chmod +x ~/.localforge/bin/localforge
localforge --install
Requires Apple Silicon (M1/M2/M3/M4). macOS 14+.