@georgelpreput On a newly installed system, things are fine:
[chb@deluxe ~]$ curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --import
gpg: directory '/home/chbfoo/.gnupg' created
gpg: key AC2D62742012EA22: 3 signatures not checked due to missing keys
gpg: /home/chbfoo/.gnupg/trustdb.gpg: trustdb created
gpg: key AC2D62742012EA22: public key "Code signing for 1Password <codesign@1password.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no ultimately trusted keys found
[chb@deluxe ~]$ cd ~
[chb@deluxe ~]$ mkdir code
[chb@deluxe ~]$ cd code/
[chb@deluxe code]$ mkdir third-party
[chb@deluxe code]$ cd third-party/
[chb@deluxe third-party]$ git clone https://aur.archlinux.org/1password.git
Cloning into '1password'...
<elided>
Resolving deltas: 100% (306/306), done.
[chb@deluxe third-party]$ cd 1password/
[chb@deluxe 1password]$ ls
1password.install aur.env CODEOWNERS PKGBUILD
[chb@deluxe 1password]$ makepkg -si
==> Making package: 1password 8.11.18-36 (Sun 23 Nov 2025 05:06:14 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading 1password-8.11.18.x64.tar.gz...
<elided>
==> Checking for packaging issues...
==> Creating package "1password"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: 1password 8.11.18-36 (Sun 23 Nov 2025 05:06:34 PM EST)
==> Installing package 1password with pacman -U...
[sudo] password for chb:
loading packages...
resolving dependencies...
looking for conflicting packages...
<elided>
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [-----------------------------------------------------------------------------------------------------------------------] 100%
(1/1) checking package integrity [-----------------------------------------------------------------------------------------------------------------------] 100%
(1/1) loading package files [-----------------------------------------------------------------------------------------------------------------------] 100%
(1/1) checking for file conflicts [-----------------------------------------------------------------------------------------------------------------------] 100%
:: Processing package changes...
(1/1) installing 1password [-----------------------------------------------------------------------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
Pinned Comments
1Password commented on 2021-07-27 21:07 (UTC) (edited on 2021-09-13 17:52 (UTC) by 1Password)
1Password for Arch Linux - Stable
The source is signed with the GPG key
3FEF9748469ADBE15DA7CA80AC2D62742012EA22and can be seen on the install-linux guide.Getting Started
Our getting started guide can be found at https://support.1password.com/install-linux/#arch-linux
Support
Our Linux support discussion is available at https://1password.community/categories/linux
Beta Releases
Our beta releases can be found at 1password-beta. Beta releases are more likely to have regressions than our stable releases.