Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billycastelli/Silicon-Info
Mac menu bar tool to view the architecture of the running application
https://github.com/billycastelli/Silicon-Info
apple architecture arm rosetta
Last synced: 26 days ago
JSON representation
Mac menu bar tool to view the architecture of the running application
- Host: GitHub
- URL: https://github.com/billycastelli/Silicon-Info
- Owner: billycastelli
- License: mit
- Created: 2020-11-23T07:40:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T05:46:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T09:05:24.551Z (4 months ago)
- Topics: apple, architecture, arm, rosetta
- Language: Swift
- Homepage:
- Size: 49.1 MB
- Stars: 276
- Watchers: 9
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Silicon Info
README
# Silicon Info
## About
![Icon](images/Icon-128.png)Silicon Info is a tiny menu bar application allows the user to quickly view the architecture of the currently running application.
Useful for quickly determining if an application is running natively on Apple Silicon or running via Rosetta 2.
**Update**: [**Now on the Mac App Store**](https://apps.apple.com/us/app/silicon-info/id1542271266)
![ARM](images/finder.png)
## Installation
### Download from Mac App Store
- [App store link](https://apps.apple.com/us/app/silicon-info/id1542271266)### Download from Homebrew
- `brew install --cask silicon-info`### Download release from Github
- [Download zip](https://github.com/billycastelli/Silicon-Info/releases/download/1.0.3/Silicon.Info.app.zip) from repo
- Move .app file to Applications folder
- Open application
- If “`Silicon Info.app` can’t be opened because Apple cannot check it for malicious software" appears, open Systems Preferences to the Security and Privacy window.
![ARM](images/security.png)
- Select "Open Anyway"## Screenshots
### Indicator icon in status bar#### Example of a native ARM application
![ARM](images/arm-example.png)#### Example of an application running using Rosetta
![x86](images/x86-example.png)