Skip to main content
JuCos
December 15, 2023
Question

1Password on Fedora with an ARM machine

  • December 15, 2023
  • 4 replies
  • 532 views

Hello !
I would like to know if anyone has found a solution to install 1Password for Linux (Fedora) on an ARM machine (Apple Silicon in this case)
I can't find anything on the site :-/
Beautiful day,
Julien


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided

4 replies

GreyM1P
1Password Employee
December 18, 2023

Hi there @JuCos

For any ARM-based system, including Apple Silicon, you can follow the instructions found at https://support.1password.com/install-linux/#other-distributions-or-arm-targz to download the .tar.gz of 1Password.

Give that a try and let me know how you get on. I'll be here if you need further help. :)

— Grey

JuCos
JuCosAuthor
December 20, 2023

Yes, that's what I did, but now the only way to launch 1Passwrd is to open Terminal and enter the command "1password"... Or maybe I just haven't figured out how to do it any other way.

1Password Employee
January 4, 2024

Hi @JuCos,

For the ARM version of 1Password it's currently required to launch from a terminal window using the command 1password.

Franky

lumarel
April 20, 2024

If you create a desktop file it will also work from the UI (i.e. for GNOME for your user as ~/.local/share/applications/1password.desktop):
ini
[Desktop Entry]
Name=1Password
Exec=/opt/1Password/1password %U
Terminal=false
Type=Application
Icon=/opt/1Password/resources/icons/hicolor/256x256/apps/1password.png
StartupWMClass=1Password
Comment=Password manager and secure wallet
MimeType=x-scheme-handler/onepassword;
Categories=Office;

Installing the application was here to download the tarball unpack it to /opt (I left he versioned name and added a symlink), and works already!

The only issue I'm figuring out right now is writing a suitable SELinux Policy.