It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
MatthewPackwood
5 years agoOccasional Contributor
1Password for Linux AArch64 / M1 for Linux
Any chance you will be rolling out a build for the 1Password for Linux app built for AArch64 on Linux?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
26 Replies
- Former Member
Here's the correct URL:
https://downloads.1password.com/linux/tar/beta/aarch64/1password-latest.tar.gz
Now I need to figure out if we've failed to document it. :|
- Former Member
I tried fixing the curl but did not make much progress
```
parallels@ubuntu-linux-20-04-desktop:~$ curl -sSO https://downloads.1password.com/linux/tar/beta/arm64/1password-latest.tar.gz
parallels@ubuntu-linux-20-04-desktop:~$ ls
1password-latest.tar.gz Documents Music Public Videos
Desktop Downloads Pictures Templates
parallels@ubuntu-linux-20-04-desktop:~$ tar -xf 1password-latest.tar.gz
tar: This does not look like a tar archivegzip: stdin: not in gzip format
tar: Child returned status 1
```
tar: Error is not recoverable: exiting now
parallels@ubuntu-linux-20-04-desktop:~$ - Former Member
I definitely understand the maintenance burden of maintaining two versions of 1password! Linux on M1 is super niche.
Electron as a whole will need this anyway, someone is bound to work on this eventually. I hope that someone upstreams a patch to chromium!
- Former Member
Thanks, @"Arnaud Barisain-Monrose" . I totally did not notice that MatthewPackwood was downloading from the x86_64 URL in the first message.
We might one day to a 4k and 16k variation on ARM for Linux. We don't have any time at the moment to really do multi-architecture like that yet, sadly.
- Former Member
Hi,
You're using the wrong url.
https://downloads.1password.com/linux/tar/beta/aarch64/1password-latest.tar.gz
is the one you're looking for.By the way, I gave this a shot on a M1 Mac running Asahi Linux and it segfaults.
This is not surprising: Chromium doesn't work on a 16K pages kernel as it assumes 4k: https://github.com/AsahiLinux/docs/wiki/Software-known-to-have-issues-with-16k-page-size . Nothing much AgileBits can do here for now short of distributing two binaries for ARM linux, which I doubt they do for very understable reasons.
- Former Member
I get this:
parallels@ubuntu-linux-20-04-desktop:~$ 1password
bash: /usr/bin/1password: cannot execute binary file: Exec format error
- Former Member
Those look like the right installation steps. Do you mean that no icon is appearing in your launcher? That would be surprising because I thought we had Ubuntu well-understood.
Please verify that running
1password
from the command line works. - Former Member
I tried following the instructions on:
https://support.1password.com/betas/#other-distributions-targz
This is what I did...
parallels@ubuntu-linux-20-04-desktop:~$ curl -sSO https://downloads.1password.com/linux/tar/beta/x86_64/1password-latest.tar.gz
parallels@ubuntu-linux-20-04-desktop:~$ tar -xf 1password-latest.tar.gz
parallels@ubuntu-linux-20-04-desktop:~$ sudo mkdir -p /opt/1Password
parallels@ubuntu-linux-20-04-desktop:~$ sudo mv 1password-*/* /opt/1Password
parallels@ubuntu-linux-20-04-desktop:~$ sudo /opt/1Password/after-install.sh
No errors but no icon...
Matt
- Former Member
Hi, MatthewPackwood . Unfortunately, right now we can only release a .tgz version of this. We are currently do not have enough people to be able to build or test Debian or RPM releases of the 1Password Aarch64 version. I don't have an ETA for when we will be able to return it, but we are trying to grow our team of Linux specialists so we can get more of these things onto our roadmap.
- Former Member
Hi, I tried to install and got:
mattpackwood@ubuntu-linux-20-04-desktop:~$ sudo apt install 1password
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
N: Ignoring file '1password.lis' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unable to locate package 1password
mattpackwood@ubuntu-linux-20-04-desktop:~$