A macOS application that scans your Mac for Electron, Rosetta2, and VSCode applications.
- Scan for Electron Apps: Detects applications built with Electron framework
- Scan for Rosetta2 Apps: Identifies Intel-based apps running through Rosetta2 translation on Apple Silicon
- Scan for VSCode Apps: Identifies Visual Studio Code and its variants
- Interactive Menu: Switch between scan types via the menu button in the top-right corner or menu bar commands
- Beautiful UI: Animated app icon display with smooth transitions
- Localization Support: Multi-language interface support
- Launch the application
- Click the menu button (three dots icon) in the top-right corner
- Select a scan type:
- Electron
- Rosetta
- VSCode
- View the results displayed with app icons and names
- Launch the application
- Find the "Scan Option" menu in the menu bar
- Select the desired scan type
- The app will automatically start scanning and display results
- SwiftUI: Modern user interface framework
- AppKit: macOS application development framework
- Foundation: File system and process detection
- macOS 13.0 or later
- Xcode 14.0 or later (for building)
The project is built with SwiftUI. Main components include:
Scanner.swift: Core scanning logicContentView.swift: Main viewScanResultView.swift: Scan results displayAppMenuCommands.swift: Menu bar commandsFameView.swift: App icon grid display
See the LICENSE file for details.
