Identify Intel-Only Apps on your Mac with ease:

Overview

Silicon

About

Identify Intel-Only Apps on your Mac with ease:

Silicon

License

Project is released under the terms of the MIT License.

Repository Infos

Owner:          DigiDNA SARL
Web:            www.imazing.com
Blog:           blog.imazing.com
Twitter:        @DigiDNA
GitHub:         github.com/DigiDNA
Comments
  • Some Apple Silicon apps are not being detected or displayed by Silicon v1.0.3

    Some Apple Silicon apps are not being detected or displayed by Silicon v1.0.3

    Some ASi apps are missing from the Silicon display and do not feature in the 'Show All Apps' or the 'Show Apple Silicon Compatible Apps' list.

    The example below is Authy, which should feature in the last of the 'A' alphabetical list entries. The Authy version is pure Apple Silicon (ie not Universal) and can also be run natively on iPadOS:

     2022-07-12 at 18 55 46  2022-07-12 at 18 57 17

    My presumption is that apps that work cross-device on ASi (Mac, iOS, iPadOS) are not being detected by Silicon v1.0.3.

    question 
    opened by RobbieTT 8
  • Install via Homebrew

    Install via Homebrew

    I wasn't able to successfully get my PR merged. I will try again next month. For now, if you're interested in installing Silicon using Homebrew, run brew cask install zgosalvez/repo/zgosalvez-silicon to tap and install from my repository.

    opened by zgosalvez 4
  • Swift 4 version?

    Swift 4 version?

    Current project is in Swift 3 and is not supported in current versions of Xcode. And it demands Xcode 10.1 do convert and that will not run on modern OS's. It's hard to contribute when we can't open the project...

    opened by Janne-M 2
  • Tweetbot 3.5 is not recognized as a valid application

    Tweetbot 3.5 is not recognized as a valid application

    The latest Tweetbot version 3.5 for macOS (I am using the trial version) is now universal, but is not recognized as an application by Silicon.

    image

    The app is recognized in System information → Software → Applications just fine

    image bug 
    opened by rtwld 2
  • Exclude

    Exclude "Apple Apps" Feature

    Here is a feature request. How about an option to exclude all Apple Own Apps like Preview or App Store?

    May be it can also include Sparkle exclusion too. Or Apps within Apps.

    I think should be possible without problem when scanning the plist i think.

    enhancement 
    opened by dasmurphy 2
  • Feature request: Add Support for AU, VST, VST3 and CLAP

    Feature request: Add Support for AU, VST, VST3 and CLAP

    Currently, Silicon only scan for bundle with the ".app" suffix hardcoded in the bundle name.

    However, Silicon is also able to detect if an AU or VST or CLAP (used in audio production) is M1 native or Intel if we drag n drop bypassing the check for ".app" suffix, thus the existing code logic is already valid. (Tested it on my side)

    Support for AU and VST could easily be added simply by having a checkbox to scan for AU/VST, with some alternate path checking and checking for different Apple's bundle suffix.

    For AU scanning, need to check for ".component" suffix in the following area /Library/Audio/Plug-Ins/Components ~/Library/Audio/Plug-Ins/Components

    For VST3 scanning, need to check for ".vst3" suffix in the bundle name in the following area /Library/Audio/Plug-Ins/VST3 ~/Library/Audio/Plug-Ins/VST3

    For VST scanning, need to check for ".vst" in the bundle name in the following area /Library/Audio/Plug-Ins/VST ~/Library/Audio/Plug-Ins/VST

    For CLAP scanning, need to check for ".clap" suffix in the bundle name in the following area /Library/Audio/Plug-Ins/CLAP ~/Library/Audio/Plug-Ins/CLAP

    duplicate 
    opened by Replicator1024 1
  • App type showing as

    App type showing as "Apple"?

    After scanning I noticed every app is either a single or combination of type "PowerPC/Intel 32/Intel 64" or listed as Universal as expected, except "Zoom.us" which is appearing as "Apple"? Is that a special type or a bug? I couldn't find a potential description anywhere.

    I thought maybe a bug displaying on the last item in the list. But I removed Zoom from my application folder and re-scanned and the second to last item still showed properly.

    Thanks

    Screen Shot 2022-04-04 at 2 22 24 PM wontfix 
    opened by brian163 1
  • Option to scan AudioUnits and other plugins

    Option to scan AudioUnits and other plugins

    As a user of hundreds of plugins to Logic Pro I would need to know what plugins are native Apple Silicon and who are not. I found that dropping a .component or .vst3 file on Silicons window will tell if its native or not. But there isn't a way to get Silicon to parse this folders automatically. So two suggestions:

    1. add a checkbox to scan "Audio plugin" in the main window. Easy for the end user.
    2. and/or, add support for dropping more than one file/directory on to the main window. And presenting the result in the same way as a normal scan. Less intuitive, but could probably be useful for other types of plugin also (Final cut?)
    opened by Janne-M 2
  • Addition of Japanese localization

    Addition of Japanese localization

    I learned about this application from a Japanese web media article. This time, we localized the Japanese language as well as other languages. The changes are as follows.

    Addition of Japanese localization Only the parts that were localized in other languages were localized. This means that the window portion of the application will be written in Japanese.

    Point of concern Whereas in English it is written as a one-byte ":", in Chinese it is written as ":". In Japanese, too, the front angle is used, but in Apple's genuine apps, it is half-width notation, so I think it is better to match this. This correction is not included in this issue.

    opened by KC-2001MS 0
  • Folder blacklist option

    Folder blacklist option

    Unchecking the "Only scan the Application Folder" is a wonderful option, thanks, but I would love to have an option to blacklist certain folders, like the Homebrew caskroom which is the folder with all the apps downloaded/cached.

    enhancement 
    opened by fharper 0
Releases(1.0.5)
Owner
DigiDNA
DigiDNA
Are you sure the chemical compounds of your daily use are 100% safe? Use Chem-Aware, identify them right now!

View Project On Devpost: Built With: PubChem's REST API How To Install Chem Aware: Prerequiste: Latest Version of Xcode and Simulators installed The a

Jerry Zhang 5 Aug 23, 2022
How to use swiftlint to identify unused code or unused imports in a Swift codebase

Swift compilation database This repository demonstrates how to use swiftlint to identify unused code or unused imports in a Swift codebase. How to run

Andrés Cecilia Luque 3 Aug 26, 2022
Show the confetti only when the user is having fun, and if not having fun, don't show it.

SPConfetti - A simple solution to show the confetti to the user. Smoothly starts and stops. Allow set multiply diffrent particles at once. You can chang

Ivan Vorobei 225 Dec 30, 2022
NetworkLight - Ventura only networkquality monitor

NetworkLight NetworkLight is a small menubar wrapper for networkquality to requlary check the network capacity. The data is saved and can be exported

Holger Krupp 9 Nov 23, 2022
A command line tool for managing Swift Playground projects on your Mac.

swift-playground-tools A command line tool for managing Swift Playground projects on your Mac. Generate Xcode Project $ playground-tools generate-xcod

Liam Nichols 0 Dec 31, 2021
Billboard - Add a text to your Mac menu bar

?? Billboard Put text on your Mac status bar This is a little app that allows to

Joshua Weber 19 Dec 31, 2022
Tutorials from sparrowcode.io website. You can add new, translate or fix typos. Also you can add your apps from App Store for free.

Tutorials from sparrowcode.io website. You can add new, translate or fix typos. Also you can add your apps from App Store for free.

Sparrow Code 31 Jan 3, 2023
Tutorials from sparrowcode.io website. You can add new, translate or fix typos. Also you can add your apps from App Store for free.

Страницы доступны на sparrowcode.io/en & sparrowcode.io/ru Как добавить свое приложение Добавьте элемент в json /ru/apps/apps.json. Если ваше приложен

Sparrow Code 30 Nov 25, 2022
BioViewer - Protein (.pdb, .cif and .fasta) viewer for iPhone, iPad and Mac, using SwiftUI + SceneKit

BioViewer - Protein (.pdb, .cif and .fasta) viewer for iPhone, iPad and Mac, using SwiftUI + SceneKit

Raúl Montón 16 Dec 21, 2022
Manager the window of the mac.

WindowManager For developping WindowManager please clone the repostority. For cloing

Md Ruman Islam 2 Feb 20, 2022
An ultra-lightweight native Discord client for vintage and modern Mac OS

Discord Lite An ultra-lightweight native Discord client for vintage and modern Mac OS Minimum System Requirements Mac OS X version 10.4 (Tiger) PowerP

null 155 Jan 2, 2023
MacLookup - Lookup for all Mac names, colors, model identifiers and part numbers

MacLookup Lookup for all Mac names, colors, model identifiers and part numbers.

Voyager Software Inc. 2 Jan 4, 2022
DevToys For mac

DevToysMac This is the mac app version of DevToys! How to install Download and extract the latest Releases. Extract DevToys.app from DevToys.zip Scree

ObuchiYuki 6.4k Jan 5, 2023
Running GUI Linux in a virtual machine on a Mac

Running GUI Linux in a virtual machine on a Mac Install and run GUI Linux in a virtual machine using the Virtualization framework. การ build และใช้งาน

MrChoke 3 Jul 12, 2022
A nano-sized weather station based on a Raspberry Pi with an API, iOS & Mac Catalyst app, and sensor-based automations.

Nanotool A nano-sized weather station based on a Raspberry Pi with an API, iOS & Mac Catalyst app, and sensor-based automations. Descriere Vremea este

CMD 3 Aug 18, 2022
A macOS menubar app to temporarily prevent the Mac from sleeping.

Caffeinate A macOS menubar app to temporarily prevent the Mac from sleeping. How does it work Left-clicking the cup will toggle Caffeinate. If the cup

Lennard Kittner 3 Dec 18, 2022
Apps for translating Braille document captured by iPhone camera, then send translation result to ITS's Braille printer for duplicating purpose (re-printing, copying braille document with no original text)

SCANDO iOS On my Final Project (Thesis) for my Bachelor degree, I made an apps that translate Braille Document, and send the translation result to the

Ricki Bin Yamin 21 Aug 10, 2021
Collaborative List of Open-Source iOS Apps

Open-Source iOS Apps A collaborative list of open-source iOS, iPadOS, watchOS and tvOS apps, your contribution is welcome ?? Jump to Apple TV Apple Wa

null 33k Dec 30, 2022
30 mini Swift Apps for self-study

Swift 30 Projects Contents This repo is updated with Swift 5 and compatible with iPhone X: Simple UIKit components UIScrollView, UITableView, UICollec

Soap 7.4k Dec 29, 2022