Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew installs only Intel version #1138

Closed
DaveEveritt opened this issue Mar 23, 2024 · 6 comments
Closed

Homebrew installs only Intel version #1138

DaveEveritt opened this issue Mar 23, 2024 · 6 comments
Labels
bug Something isn't working.

Comments

@DaveEveritt
Copy link

brew install --cask simplenote installs v2.21.0 but the Intel version.

So on opening OS X asks to install Rosetta (which I don’t want) to open… Visual Studio Code (Silicon VSCode already installed with Homebrew and working fine), so I’m guessing this alert is related to Electron.

I don’t want to run Rosetta. Is it possible to get the ARM/Silicon version of SimpleNote through a HomeBrew Cask install?

Expected

expected homebrew to install ARM or universal version

Observed

Homebrew installs Intel version

Reproduced

run brew install --cask simplenote

System

M2 MacMini running Ventura 13.6.5.

@DaveEveritt DaveEveritt added the bug Something isn't working. label Mar 23, 2024
@dangermattic
Copy link
Collaborator

Thanks for reporting! 👍

@jleandroperez
Copy link
Contributor

Hey there @DaveEveritt !!

I'm afraid brew install will get you the Simplenote Electron binary.
Simplenote Mac (Native) is around version 2.19, with native Apple Silicon support.

Our official distribution channel is the Mac AppStore, please use that one!

Thank you for reaching out!

@DaveEveritt
Copy link
Author

I see, that's exactly what I did yesterday and it obviously works fine. But what's the rationale behind offering only the Electron version via Homebrew?

@jleandroperez
Copy link
Contributor

Since the standard way to install Mac Apps (at least with GUI, not CLI!) is the MAS, the binary available via brew is mostly meant for Linux users, mostly!.

That being said, I'll pass along the feedback to the team. Thank you for reaching out!

@DaveEveritt
Copy link
Author

Understood, although many developers use the Mac's *nix facilities the same way as Linux users do, and Homebrew is the Mac package manager of choice that keeps installs manageable, like aptitude is for Linux. Thanks for passing it on :-)

@jvlad
Copy link

jvlad commented Apr 20, 2024

@jleandroperez hi. Thanks for your comment:

Since the standard way to install Mac Apps (at least with GUI, not CLI!) is the MAS, the binary available via brew is mostly meant for Linux users, mostly!.
That being said, I'll pass along the feedback to the team. Thank you for reaching out!

I'm also curious to know if there is a political/deliberate stand regarding not supporting MacOS client installation via Homebrew. Do you maybe have any comments on that or can you refer me to someone among the maintainers who knows better?

The follow-up question then would be: would it be possible and appreciated if an external contributor (e. g. like myself) implements a cask (Homebrew script) for installing the production MacOS client? In other words, does Automattic make signed MacOS binaries (.dmg or .pkg) available for download via a public URL?

Tnx in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

4 participants