Export installed macOS applications and Homebrew inventory.
- Export installed app bundles from /Applications
- Export user applications
- Generate Homebrew cask and formula inventories
- Output in JSON, YAML, or table format
go install github.com/mtreilly/arc-apps@latest# Export all installed apps
arc-apps export
# Export in JSON format
arc-apps export --output jsonMIT