Signing back into the Community for the first time? You'll need to reset your password to access your account.  Find out more.

Forum Discussion

JuCos's avatar
JuCos
Occasional Contributor
2 years ago

1Password on Fedora with an ARM machine

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

  • JuCos's avatar
    JuCos
    Occasional Contributor

    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.

  • FrankyO1P's avatar
    FrankyO1P
    Icon for 1Password Team rank1Password Team

    Hi JuCos,

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

    Franky

  • lumarel's avatar
    lumarel
    Occasional Contributor

    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.