Package Details: 1password 8.11.22-27

Git Clone URL: https://aur.archlinux.org/1password.git (read-only, click to copy)
Package Base: 1password
Description: Password manager and secure wallet
Upstream URL: https://1password.com
Keywords: manager onepassword password
Licenses: LicenseRef-1Password-Proprietary
Conflicts: 1password-beta, 1password-beta-bin
Submitter: rew1red
Maintainer: 1Password
Last Packager: 1Password
Votes: 128
Popularity: 4.60
First Submitted: 2020-08-04 23:11 (UTC)
Last Updated: 2025-12-09 12:08 (UTC)

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 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 and 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.

Latest Comments

1 2 3 4 5 6 Next › Last »

socketbox commented on 2025-11-23 22:20 (UTC)

@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...

georgelpreput commented on 2025-11-20 18:06 (UTC)

Version 8.11.18 is also failing verification. Double checked I have the correct key:

❯ curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --import
gpg: key AC2D62742012EA22: 3 signatures not checked due to missing keys
gpg: key AC2D62742012EA22: "Code signing for 1Password <codesign@1password.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

❯ gpg --list-keys AC2D62742012EA22
pub   rsa4096 2017-05-18 [SC] [expires: 2032-05-16]
      3FEF9748469ADBE15DA7CA80AC2D62742012EA22
uid           [ unknown] Code signing for 1Password <codesign@1password.com>

❯ upgrade
Aur (1) 1password-8.11.18-36

:: Proceed to review? [Y/n]: 

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
fetching devel info...
==> Making package: 1password 8.11.18-36 (Thu 20 Nov 2025 06:59:44 PM CET)
==> Retrieving sources...
  -> Found 1password-8.11.18.x64.tar.gz
  -> Found 1password-8.11.18.x64.tar.gz.sig
==> Validating source files with sha256sums...
    1password-8.11.18.x64.tar.gz ... FAILED
    1password-8.11.18.x64.tar.gz.sig ... Passed
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for '1password-8.11.18-36': 
error: packages failed to build: 1password-8.11.18-36

eriknelson commented on 2025-11-11 18:48 (UTC) (edited on 2025-11-11 18:48 (UTC) by eriknelson)

Can update the signing key following their Arch installation docs:

https://support.1password.com/install-linux/#arch-linux

curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --import

# gpg --list-keys AC2D62742012EA22
pub   rsa4096 2017-05-18 [SC] [expires: 2032-05-16]
      3FEF9748469ADBE15DA7CA80AC2D62742012EA22
uid           [ unknown] Code signing for 1Password <codesign@1password.com>

Fetch PKGBUILD, rebuild will verify.

georgelpreput commented on 2025-09-25 10:49 (UTC)

  -> Downloading 1password-8.11.10.x64.tar.gz.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   566  100   566    0     0   3411      0 --:--:-- --:--:-- --:--:--  3409
==> Validating source files with sha256sums...
    1password-8.11.10.x64.tar.gz ... FAILED
    1password-8.11.10.x64.tar.gz.sig ... Passed
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for '1password-8.11.10-37': 
error: packages failed to build: 1password-8.11.10-37

ScreamsInJank commented on 2025-09-22 23:39 (UTC)

Just updated the package and was notified that the package signing key seems to have expired

Is that on the package side or upstream?

mrroiz commented on 2025-08-26 14:55 (UTC) (edited on 2025-08-26 14:56 (UTC) by mrroiz)

probably a noob issue but when I'm trying to run 1password --quick-access it throws this error

ERROR 2025-08-26T14:45:22.122+00:00 ThreadId(1) [1P:foundation/op-log/src/lib.rs:684] tracing WAS NOT installed
INFO  2025-08-26T14:45:22.123+00:00 ThreadId(1) [1P:op-settings/src/store/json_store.rs:75] Settings file created @ 2025-08-02 14:12:54.884964030 UTC and last modified @ 2025-08-02 14:57:58.578954548 UTC
INFO  2025-08-26T14:45:22.124+00:00 ThreadId(1) [client:typescript] 1Password is already running, closing.
[31879:0826/094522.167236:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
[31879:0826/094522.167300:ERROR:electron/shell/browser/ui/file_dialog_linux_portal.cc:78] Failed to read portal version property

I'm using hyprland btw, just the quick access is broken the app works normally

rnestler commented on 2025-07-09 11:43 (UTC)

I installed both 1password and 1password-cli from the AUR. Now 1password-cli fails with:

[ERROR] 2025/07/09 13:42:48 connecting to desktop app: read: connection reset, make sure 1Password CLI is installed correctly, then open the 1Password app, select 1Password > Settings > Developer and make sure the 'Integrate with 1Password CLI' setting is turned on. If you're still having trouble connecting, visit https://developer.1password.com/docs/cli/app-integration#troubleshooting for more help.

I did enable the mentioned setting in the 1password app. Is there any way to debug this?

eailfly commented on 2025-06-11 13:46 (UTC)

If you encounter public key expiry, run

curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --import

Ref: https://www.1password.community/discussions/1password/linux-public-key-expiry-update---action-required-for-arch-linux-flatpak--rpm-bas/156258

VarK commented on 2025-05-21 20:14 (UTC) (edited on 2025-05-22 18:40 (UTC) by VarK)

The browser extension is not integrating with the desktop app using vivaldi, and manjaro with gnome.

Found the fix: (check the appendix of this page, it's at the end) https://support.1password.com/connect-1password-browser-app.

It says: 1. Quit(ctrl+Q) both vivaldi and 1password 2. sudo mkdir -p /etc/1password && touch /etc/1password/custom_allowed_browsers && sudo nano /etc/1password/custom_allowed_browsers 3. add vivaldi-bin (& optionally vivaldi-stable) and save and exit(ctrl+S, ctrl+X) 4. chown root:root /etc/1password/custom_allowed_browsers && sudo chmod 755 /etc/1password/custom_allowed_browsers 5. restart