We are updating the 1Password Community between 9am EST and 10am EST on June 12th. The web experience may be impacted during this time.
Forum Discussion
jiatao24
2 months agoNew Contributor
1Password-CLI not working
I'm installing 1Password-CLI on a new computer and I'm getting this error: [ERROR] 2025/05/09 15:34:50 connecting to desktop app: write: The pipe is being closed. Looking at the previous thread her...
- 15 days ago
Update:
The latest production/stable 1Password app (8.10.78) and CLI (2.31.1) are now working together and the 1Password app can again unlock the CLI.
To use the fixed versions:winget update 1password-cli
Let us know if you run into any trouble after updating to the latest versions of the app and CLI.
jiatao24
2 months agoNew Contributor
I uninstalled the new version and re-installed 2.30.3 and it seems to be working, so it probably is the same problem as before.
- wazzamatazz2 months agoNew Contributor
Desktop app logs suggest that it's the exact same problem as before - the updated CLI app isn't signed:
ERROR 2025-05-09T13:16:30.034+00:00 runtime-worker(ThreadId(8)) [1P:op-ipc\src\ipc\windows.rs:376] failed to verify trusted file certificate: WinApi(Error HRESULT(0x800B0100): No signature was present in the subject.)
- murnana2 months agoNew Contributor
I also stumbled upon this the first time I set up the CLI, so it helped! Thank you and I'll be sure to check out your site 🙌.
For the benefit of others, I leave the CLI installation commands using winget.
```powershell
winget install --id AgileBits.1Password.CLI --version 2.30.3
```- jpettorino31 days agoNew Contributor
users may need to uninstall the broken / unsigned version first...
TL:DR
winget uninstall --id AgileBits.1Password.CLI
winget install --id AgileBits.1Password.CLI --version 2.30.3
All the things.
PS C:\Users\myuser> op signin [ERROR] 2025/05/12 10:09:00 connecting to desktop app: write: The pipe is being closed. PS C:\Users\myuser> op --version 2.31.0 PS C:\Users\myuser> winget install --id AgileBits.1Password.CLI --version 2.30.3 Found an existing package already installed. Trying to upgrade the installed package... No available upgrade found. No newer package versions are available from the configured sources. PS C:\Users\myuser> op --version 2.31.0 PS C:\Users\myuser> winget uninstall --id AgileBits.1Password.CLI Found 1Password CLI [AgileBits.1Password.CLI] Starting package uninstall... Successfully uninstalled PS C:\Users\myuser> winget install --id AgileBits.1Password.CLI --version 2.30.3 Found 1Password CLI [AgileBits.1Password.CLI] Version 2.30.3 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Downloading https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.3/op_windows_amd64_v2.30.3.zip ██████████████████████████████ 8.34 MB / 8.34 MB Successfully verified installer hash Extracting archive... Successfully extracted archive Starting package install... Command line alias added: "op" Successfully installed PS C:\Users\myuser> op --version 2.30.3 PS C:\Users\myuser> op signin Select account [Use arrows to move, type to filter] > Team Account (redacted.from.view)
- zarchasmpgmr30 days agoNew Contributor
Thanks to those who did the research and found the backout solution!
A note if you use UniGetUI (a great winget/Chocolatey/Pip and other application repository sites manager). You'll need to uninstall from UniGetUI (it uses its own copy of the winget repository) and then install the CLI using the dialog selection. There is a pulldown menu that lists all the available versions.
It looks like 1Password has pulled 2.31.0 from the install repository, which is a good thing.