Skip to content

Submit an app on GitHub

DoesItARM’s app list is open source and community-maintained on GitHub. If an app is missing, or its Apple Silicon status is wrong or out of date, you can fix it. Three ways, all on GitHub.

Every app carries one status (the same model behind a verdict):

StatusMeans
Native Apple Silicon support
✳️Works via translation or virtualization (Rosetta 2, Game Porting Toolkit, a VM)
Not working yet, but support is in development
🚫Not yet supported — Intel only
🔶Unknown — more info needed

Use the App Request issue form to propose an app that isn’t listed yet. Open an App Request →

A status changed — a native build shipped, or our entry is stale? Use the App Update form. Open an App Update →

Comfortable with a PR? Edit the app list in README.md directly and open a pull request. Edit the app list →

Follow the Standard App Line Format, keep the list alphabetical, and state the status clearly:

* [App Name](https://app-download.link/) - ✅ Native Apple Silicon Support as of v1.2.3 - [Tracker](https://github.com/owner/repo/issues) [Verification](https://github.com/ThatGuySam/doesitarm/issues/358)

The issue forms ask for these — the more you provide, the faster it’s verified:

  • The official app name (as on the developer’s site).
  • The proposed status from the legend above, ideally with the version it changed in.
  • A category (avoid the generic “Productivity” unless nothing else fits).
  • Tracker / discussion links we can re-check later for status changes.
  • An official download page so users get the app from a trusted source.
  • Verification — proof of the architecture (see below).

Any of these establishes whether an app is Apple Silicon native:

  • Scan it yourself — the App Scan tool reads the binary’s architecture in your browser. Quote the result.
  • Activity Monitor — run the app, open Activity Monitor, and read the Kind column: Apple, Intel, or Universal. Screenshot it.
  • Silicon Info — a menu-bar app that shows the frontmost app’s architecture.

A maintainer checks the evidence against the verdict model and updates the list; automation acknowledges and labels new requests. Your contribution becomes part of the same dataset the website and the API serve.