It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
1P_justin
1Password Team
6 months agoBeta Release: New MSIX Installer for 1Password for Windows
Hello 1Password Community!
We are excited to announce the beta launch of the MSIX installer for 1Password for Windows. The MSIX installer combines the benefits of our existing EXE and MSI installers, meaning that you no longer need to compromise between features that are exclusive to the EXE or MSI. Like MSI installations, MSIX installs to a directory that requires admin privileges to modify, providing additional tamper-proofing measures. In addition to this, MSIX offers an improved ability to detect other common forms of tampering, notifying the user and giving them the option to repair or reset the install.
EXE | MSI | MSIX | |
Protected install* | ❌ | ✅ | ✅ |
Improved tamper detection | ❌ | ❌ | ✅ |
ARM64 support | ✅ | ❌ | ✅ |
In-app updates | ✅ | ✅ | ✅ |
Access to Beta and Nightly channels | ✅ | ✅ | ✅ |
Accessing the Beta:
We’d love for you to try out the MSIX beta and provide feedback about your experience. To try out the beta, first make sure that you are running Windows 10 20H1 or later. Then, download the installer by clicking on this link and install 1Password.
Additional Notes:
When will the MSIX be officially released? We are looking to officially launch MSIX in late-June of this year, both as a direct download from our website and via the Microsoft Store.
Do I need to uninstall 1Password before installing the MSIX version? It’s recommended but not required. Once the MSIX is installed, you’ll no longer be able to open other versions of 1Password and will be prompted to uninstall old versions, if opened.
Can I use the MSIX beta long-term? Yes! Over the course of the beta, you’ll be locked to the beta channel, but once the MSIX is officially released, you will be able to switch to Stable and Nightly channels upon updating.
Where can I learn more about MSIX? Check out this Microsoft article on MSIX to learn more.
Where can I ask questions and/or provide feedback about the MSIX installer? Feel free to ask your questions and/or provide feedback directly in this thread.
MSIX is now live in the Microsoft Store!
Thank you everyone for your patience.
44 Replies
- 1Passworder1New Contributor
I installed 1Password from https://apps.microsoft.com/detail/9nzws5x28p0j yesterday, and that was having issues. So I uninstalled that and installed via msix from https://1password.com/downloads/windows. But the issues are continuing.
💻 System Setup
- Windows 11 Pro x64, 25H2 (26200.6725)
- 1Password installed via MSIX bundle (v8.11.14.20 BETA)
- Browser Extension: 8.11.12.27 in Chrome, Edge
- Windows Settings -> System -> Storage -> Where new content is saved -> New apps will save to > D drive
🪳 Problems
- Even though I have my system set to install to D: drive, the msix is installing 1P to C: drive.
- After installation and login into the app, when I go to the browser extension, it can't connect to the desktop app and throws this error -
- I've uninstalled both browser extensions and the msix app and re-installed them fresh. Same connection issue continues.
- 1P Settings > Autofill > Passkeys option is greyed out.
And 1P doesn't show up in Windows Settings -> Accounts -> Passkeys -> Advanced options.
📄 Logs
(Editor not letting me enter the code)
❓Questions
- Is there a supported way to reinstall the MSIX bundle to a specific drive (e.g., D:) and ensure all components follow that path?
- Is this IPC path mismatch a known issue with MSIX installs across multiple drives?
- Can the browser stub be forced to launch from the same drive as the desktop app?
Would love any insight from the team or other users who’ve dealt with this.
Thanks in advance!
p.s. Before trying out these MSIX versions, I had the exe version installed for months and that was working fine with the browser extension.
- 1P_justin
1Password Team
1Passworder1 Thanks for all the info. Let's try to figure out the first issue first regarding the installation location as there could be a relation to the browser extension integration issue.
What was the original issue you ran into with the MSIX from the Microsoft Store that caused you to download and install from our website instead? From your previous post, it seems like the browser extension issue was present with that version as well. As far as Nightly/Beta goes, the Microsoft Store version only supports the Stable channel due to the Microsoft Store's update policies.
I believe the setting that you mentioned (Windows Settings > System > Storage > Where new content is saved > New apps will save to > D drive) only applies to applications downloaded from the Microsoft Store. In order to move MSIX installations from outside the Store, it is a little more involved requiring PowerShell. Here's a Microsoft article that has more information. If you haven't yet, I would raise a support ticket so that we can provide more direct help.- 1Passworder1New Contributor
First I had installed from MS Store. It wasn't being discovered by the browser extension. So I thought maybe the issue is fixed in beta version. So I uninstalled the MS Store version and installed the beta from 1P website. Unfortunately it too has the same issue.
I even tried powershell command methods -
PS C:\WINDOWS\system32> Get-AppxVolume Name PackageStorePath IsOffline IsSystemVolume ---- ---------------- --------- -------------- \\?\Volume{Long Alpha-numeric} C:\Program Files\WindowsApps False True \\?\Volume{Long Alpha-numeric} D:\WindowsApps False False
Tried moving the existing installation to D:
Move-AppxPackage -Package "Agilebits.1Password_8.11.14.20_x64__amwd9z03whsfe" -Volume "D:\"
It still shows installation path as C:
Uninstalled and reinstalled with this -
Set-AppxDefaultVolume -Volume "D:\" $D_Volume = Get-AppxVolume | Where-Object { $_.PackageStorePath -like "D:\*" } Add-AppxPackage -Path "D:\OneDrive\Legion\Downloads\1PasswordSetup-latest.BETA.msixbundle" -Volume $D_Volume
Still the same. Weird thing is, when I go to Windows Settings -> Apps and click the "Move" option for 1Password, it says "This app is currently installed on D:
I'll create a support ticket, as you suggested.
- 1Passworder1New Contributor
Logs
INFO 2025-10-07T23:23:16.848 👍 Finished initializing 1Password INFO 2025-10-07T23:34:18.239 💫 Looking for desktop app com.1password.1password7 INFO 2025-10-07T23:34:18.239 📤 Sending <NmRequestAccounts> message to native core <some-number> INFO 2025-10-07T23:34:18.240 Desktop app port disconnected. Error: Specified native messaging host not found.
ERROR 2025-10-08T01:13:31.984+00:00 main(ThreadId(1)) [1P:foundation\\op-startup\\src\\windows.rs:432] Installer=Unknown (UnknownInstallerType) ERROR 2025-10-08T01:13:31.996+00:00 main(ThreadId(1)) [1P:foundation\\op-startup\\src\\windows.rs:90] Error HRESULT(0x00000000): The operation completed successfully. INFO 2025-10-08T01:13:32.000+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\main.rs:269] Starting 1Password-BrowserSupport 8.11.14-20.BETA production build no. 81114020. INFO 2025-10-08T01:13:32.008+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\browser_verification\\windows.rs:62] Verifying browser \"C:\\Windows\\System32\\cmd.exe\" ERROR 2025-10-08T01:13:32.018+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\browser_verification\\windows.rs:71] WinApi(Error HRESULT(0x80092009): Cannot find the requested object.) INFO 2025-10-08T01:13:32.020+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\browser_verification\\windows.rs:81] name: cmd, publisher: Unknown Publisher, pid: 6796, version: 10.0.26100.6725 WARN 2025-10-08T01:13:32.033+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\browser_verification\\windows.rs:50] Failed to verify process parent. ParentVerificationFail(WinApi(Error HRESULT(0x800B0100): No signature was present in the subject.)) INFO 2025-10-08T01:13:32.041+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\browser_verification\\windows.rs:62] Verifying browser \"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" INFO 2025-10-08T01:13:32.055+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\browser_verification\\windows.rs:81] name: msedge, publisher: Microsoft Corporation, pid: 25780, version: 141.0.3537.57 INFO 2025-10-08T01:13:32.107+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support-lib\\src\\communication_logic.rs:153] Starting SLS communication (attempting connection to desktop app) WARN 2025-10-08T01:13:32.754+00:00 main(ThreadId(1)) [1P:foundation\\op-windows\\src\\windows\\security\\cert.rs:251] operation WinVerifyTrust: Verify primary signature took more than 300 ms (633 ms) WARN 2025-10-08T01:13:32.755+00:00 main(ThreadId(1)) [1P:foundation\\op-windows\\src\\windows\\security\\cert.rs:206] operation verify_trusted_file_certificate took more than 300 ms (633 ms) ERROR 2025-10-08T01:13:32.793+00:00 main(ThreadId(1)) [1P:op-ipc\\src\\ipc\\windows.rs:460] peer process and app install paths are not the same. peer process path: D:\\WindowsApps\\Agilebits.1Password_8.11.14.20_x64__amwd9z03whsfe install path: C:\\Program Files\\WindowsApps\\Agilebits.1Password_8.11.14.20_x64__amwd9z03whsfe ERROR 2025-10-08T01:13:32.793+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support-lib\\src\\communication_logic.rs:201] Failed to connect to the main app: PipeAuthError(InvalidPeerProcessPathLocation) INFO 2025-10-08T01:13:32.794+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support-lib\\src\\communication_logic.rs:222] Desktop app not running, no connection established INFO 2025-10-08T01:13:32.794+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support-lib\\src\\communication_logic.rs:559] Attempting to re-establish a connection to the 1Password app WARN 2025-10-08T01:13:32.794+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support-lib\\src\\communication_logic.rs:484] Tried to re-establish connection with the 1Password app (but it might not have been running): Io(Os { code: 2, kind: NotFound, message: \"The system cannot find the file specified.\" }) INFO 2025-10-08T01:13:32.795+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support-lib\\src\\communication_logic.rs:245] Reached end-of-stream for receiving messages from b5x. Ending SLS communication. INFO 2025-10-08T01:13:32.795+00:00 main(ThreadId(1)) [1P:native-messaging\\op-browser-support\\src\\main.rs:287] Shutting down 1Password-BrowserSupport 8.11.14-20.BETA production build no. 81114020.
- 1P_justin
1Password Team
MSIX is now live in the Microsoft Store!
Thank you everyone for your patience.
- 1Passworder1New Contributor
I installed this MS Store version and uninstalled my previous exe version. Having a few issues since then:
- 1Password extension isn't able to detect / connect to this version. I keep getting "Integration status: Connection problem. Please make sure the 1Password app is unlocked." The app is unlocked. I also tried disabling -> enabling the "Connect with 1Password in the browser" setting in the app. Had no effect.
- I'm not seeing any "Settings -> Autofill" option, as mentioned in this article for passkeys.
- "Access to Beta and Nightly channels" - Not seeing this either.
- 1P_justin
1Password Team
Thanks so much for sharing. I'll take this back to the team and we will look into these issues!
- 1Password extension isn't able to detect / connect to this version. I keep getting "Integration status: Connection problem. Please make sure the 1Password app is unlocked." The app is unlocked. I also tried disabling -> enabling the "Connect with 1Password in the browser" setting in the app. Had no effect.
- 1P_justin
1Password Team
Delay to Microsoft Store release of MSIX installer (1Password for Windows)
Hello 1Password Community!
Last month, we released the new MSIX installer for 1Password for Windows to 1Password.com with plans to release to the Microsoft Store on September 8.
Due to some issues incurred while publishing the MSIX listing, the listing has not yet been made available in the Microsoft Store. We are working to get the new listing published as soon as possible. Future updates will be provided in this thread.
Thank you for your patience!
Check out this page to learn more about the MSIX installer.
- 1P_justin
1Password Team
We have been actively working with Microsoft and troubleshooting over the past few weeks in order to get the new application certified and published in the Microsoft Store ASAP.
While the new app may get certified and published sooner, we are currently estimating a mid-October release for the MSIX in the Microsoft Store. Until then, only direct downloads of the MSIX and App Launcher from the 1Password website are available.
My apologies to any inconveniences caused by this delay! Will continue to provide updates as we get them.
- 1P_justin
1Password Team
Now that the MSIX has been released to Stable, upon updating to the latest version, you should be able to switch to the Stable release channel within Settings!
You can also download the MSIX from the 1Password site. For anyone who needs the App Installer, you can find it here.
The official date for the Microsoft Store release will be September 8.
A huge thanks to everyone for trying out the beta!
- DunecatDedicated Contributor
Any chance you'll share adoption metrics of the MSIX version? I get that it's niche, but I'm curious.
- 1P_justin
1Password Team
Hello! We don't have plans to publicize adoption metrics of the MSIX. We do have plans to deprecate the EXE in the near future and migrate users to the MSIX (or MSI if system requirements are not met for the MSIX).
- LagSeeNNew Contributor
I’m having trouble using Windows Passkey. Has anyone found a solution to this issue?
- jeremyw013New Contributor
I recently noticed that ever since the last update, 1Password no longer opens on startup. I have checked my settings both in Windows and in 1Password, but it's still not opening when it's supposed to.
- kapsiROccasional Contributor
The problem is, right now, that you have to configure it for 1Password every time it had an update.
The new version sets an entry in `HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run`, that's version specific, so if it doesn't update the entry itself every time it updates you have to configure it again.
For Store Apps (UWP) there is another option, which 1Password doesn't use:
- https://learn.microsoft.com/en-us/uwp/api/windows.applicationmodel.startuptask
- Example reg key: `HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\{ApplicationIdentifier}\{App}.StartupTaskId\State`
- 1P_justin
1Password Team
MSIX - Stable Release Update
First and foremost, thanks to everyone trying out the MSIX beta. Your involvement and feedback has pivotal in helping us identify issues and improvements in advance of the stable release!
In order for us to address all issues in advance of the stable release, we've pushed back the stable release of the MSIX installer to:
- Direct download from 1Password.com: August 5, 2025
- Microsoft Store: September 2025 (exact date TBD)
** Microsoft Store Note: The MSIX version will be listed in the Microsoft Store as a new application and the current listing will be delisted. We expect devices to treat the new listing as a separate application and recommend uninstalling the EXE version to prevent two instances of 1Password from being installed.
As mentioned in the original post, you can continue to use the MSIX beta version through the stable release. When the stable releases, you'll see an option to switch over to the stable release channel.
- jeremyw013New Contributor
This obviously isn't a huge deal but it is a little annoying. The MSIX version has a square background of the Windows accent color for the app icon. It's really obnoxious.
- tsvlNew Contributor
This is because the current MSIX package only has a single icon in the assets (BETA@64x64.png) and not the full collection (https://learn.microsoft.com/en-us/windows/apps/design/style/iconography/app-icon-construction#complete-list-of-icons-and-variations) that windows expects - should be pretty easy to fix.
- 1P_justin
1Password Team
This is something that we are currently aware of and working to fix! :) Thanks for sharing.
- MrCoolPantsNew Contributor
Hi everyone, I managed to fix the browser integration with the MSIX version. After looking at the logs, I saw that the browser extension was erroring on finding the path of the application, specifically because the Drive was different:
ERROR 2025-06-05T12:26:10.140+00:00 [1P:op-ipc\src\ipc\windows.rs:436] peer process and app install paths are not the same. peer process path: E:\WindowsApps\Agilebits.1Password_8.10.80.18_x64__gh85et3mt782r\1Password\app\8 install path: C:\Program Files\WindowsApps\Agilebits.1Password_8.10.80.18_x64__gh85et3mt782r\1Password\app\8 ERROR 2025-06-05T12:26:10.140+00:00 [1P:native-messaging\op-browser-support-lib\src\communication_logic.rs:201] Failed to connect to the main app: PipeAuthError(InvalidPeerProcessPathLocation)
This was because I had changed where Windows should install applications by default, and by doing so, Windows creates a symlink in C:Program/Files/WindowsApps/ to the drive we setup.
You can check this setting in "Settings -> System -> Storage -> Where new content is saved". After resetting the location to C: and reinstalling, it's working perfectly.
Hopefully, this helps anyone with the same issue and the 1password team as well.
- 1P_justin
1Password Team
Thank you very much for sharing! I'll bring this up to our developers as well.
- 1P_justin
1Password Team
Attention MSIX beta users!
On June 11 (tentative), we will be releasing version 8.10.82 to the beta channel. With this release, we will be updating the certificate used to verify 1Password for Windows installations as genuine 1Password applications.
Due to this certificate update, upon installing the upcoming update to 1Password, you may see a second instance of 1Password installed on your device. Upon running the updated version of 1Password, any older versions of 1Password detected on your Windows device should automatically be uninstalled and you should be able to use 1Password as normal.
If you run into any issues following the next update, we recommend first checking for any outdated instances of 1Password that may still be installed and uninstalling them. If issues continue to persist, we recommend uninstalling all instances of 1Password on your Windows device and reinstalling using the updated MSIX package that we will provide in this thread upon release.
We want to thank you again for trying out the MSIX beta and look forward to hearing more of your feedback.
- DunecatDedicated Contributor
Hi Justin, will you be able to advise in advance which browser extensions are supported with 8.10.82?
- 1P_justin
1Password Team
Hello! When you say browser extensions, what do you mean exactly? All of the MSIX beta versions are intended to work with the latest versions of our browser extensions across Chrome (and Chromium-based browsers like Edge) and Firefox. While we've seen that one person has experienced some issues with the browser integration, this is not something that we've seen others experience with the MSIX so far.