Skip to content

Releases: Geoion/FrameworkScanner

v1.1.1

02 Mar 18:57
2249552

Choose a tag to compare

What's New in v1.1.1

Bug Fix: Complete i18n Localization

v1.1.0 introduced new UI features (security analysis, code signing detail, charts window) but the corresponding localization strings were only translated into Chinese. This patch adds full translations for all remaining 6 languages:

  • 🇯🇵 Japanese — セキュリティの問題, コード署名, グラフ, etc.
  • 🇰🇷 Korean — 보안 취약점, 코드 서명, 차트, etc.
  • 🇩🇪 German — Sicherheitsprobleme, Code-Signierung, Diagramme, etc.
  • 🇪🇸 Spanish — Problemas de seguridad, Firma de código, Gráficos, etc.
  • 🇮🇹 Italian — Problemi di sicurezza, Firma del codice, Grafici, etc.
  • 🇷🇺 Russian — Проблемы безопасности, Подпись кода, Графики, etc.

Installation: Download the DMG, drag FrameworkScanner.app to Applications.
If Gatekeeper blocks the app: xattr -cr /Applications/FrameworkScanner.app

Or via Homebrew:

brew tap Geoion/tap
brew install --cask frameworkscanner

v1.1.0

02 Mar 18:14
cbae213

Choose a tag to compare

What's New in v1.1.0

New Framework Detection (17 total)

  • Python (PyInstaller-packaged apps)
  • Go/Wails desktop apps
  • React Native macOS apps
  • Capacitor hybrid apps

Security Analysis

  • Electron apps with known CVEs are flagged with a shield icon in the framework tag
  • Color-coded by severity: 🔴 Critical / 🟠 High / 🟡 Medium / 🔵 Low
  • Built-in database covers CVE-2020-15215 through CVE-2023-44402

Charts Window

  • Click the chart icon (📊) in the stats bar to open a dedicated Charts window
  • Includes: framework share donut chart, app count bar chart, disk usage bar chart
  • Requires macOS 14+

Expanded Detail Drawer

  • Expanding an app row now shows a two-column layout:
    • Left: embedded frameworks list (unchanged)
    • Right: code signing status (authority, Team ID, notarization), key Info.plist fields, and any detected security issues

Installation: Download the DMG, drag FrameworkScanner.app to Applications.
If Gatekeeper blocks the app: xattr -cr /Applications/FrameworkScanner.app

Or via Homebrew:

brew tap Geoion/tap
brew install --cask frameworkscanner

v1.0.0

28 Feb 08:16
4cda9c7

Choose a tag to compare

Initial release.