ThatGuySam / doesitarm

🦾 A list of reported app support for Apple Silicon as well as Apple M4 and M3 Ultra Macs
https://doesitarm.com/
Other
3.76k stars 204 forks source link

Mutagen #762

Closed drpayyne closed 3 years ago

drpayyne commented 3 years ago

The official name of the app Mutagen

Is there a supported version available on a stable release channel? Yes

Proposed App Status ✳️ Yes, works via Translation or Virtualization

Proposed App Category Developer Tools

Related Issue Tracker Links or discussion https://github.com/mutagen-io/mutagen/releases

An Official App Download Page https://mutagen.io/documentation/introduction/installation

Additional context This is currently under development and in beta. Native Apple Silicon support has been available since v0.12.0-beta3. Native support should be available very soon in the next stable release.

drpayyne commented 3 years ago

CC: @xenoscopic

xenoscopic commented 3 years ago

Mutagen's v0.11.x releases should work under Rosetta 2 locally (i.e. for hosting the Mutagen daemon, using the mutagen command, and for hosting local synchronization/forwarding endpoints). They won't work when targeting remote Apple Silicon endpoints because the v0.11.x architecture detection doesn't recognize Apple Silicon (though one can still manually copy the darwin/amd64 mutagen-agent binary to the remote system if and have it run under Rosetta 2, if desired).

The v0.12.x releases are significantly better in their support for Apple Silicon.

drpayyne commented 3 years ago

Thanks @xenoscopic!

The v0.12.x releases are significantly better in their support for Apple Silicon.

Just to clarify, does this mean "native support" without Rosetta?

xenoscopic commented 3 years ago

Correct, they're natively compiled for Apple Silicon and also correctly detect remote Apple Silicon systems. Thanks for asking!

drpayyne commented 3 years ago

Thank you so much for your work, @xenoscopic 🚀

ThatGuySam commented 3 years ago

Status: ✳️ Yes, works via Rosetta 2 Translation

Looks like this is ready to go.

Feel free to make a pull request using the App Addition Template otherwise I'll add it when time permits.

drpayyne commented 3 years ago

PR added at https://github.com/ThatGuySam/doesitarm/pull/767

ThatGuySam commented 3 years ago

App is now live on the site!

https://doesitarm.com/app/mutagen/

Feel free to comment on this issue for any future updates.

Until then, you're welcome to browse through the other M1 Issues to help with missing info on other apps.

u-maxx commented 2 years ago

Hello @drpayyne, thanks for adding Mutagen to the list, but since v0.12.0 it has native support of the Apple Silicon - https://github.com/mutagen-io/mutagen/releases/tag/v0.12.0 I am going to create a new PR to update the info here.

u-maxx commented 2 years ago

@ThatGuySam I have created new PR with the updated info - https://github.com/ThatGuySam/doesitarm/pull/811

Thank you for the hard work on the Mutagen project @xenoscopic!