1Password provides beta and nightly channels for prerelease versions of the apps. Prereleases are used to help test and improve 1Password.
If you want early access to new features and improvements and you’re comfortable with some potential bugs and instability, choose the prerelease channel that suits your needs.
Install a prerelease version of the 1Password app
You can update to the latest beta or nightly release right in 1Password for Mac.
- Open and unlock 1Password.
- Select your account or collection at the top of the sidebar and choose Settings.
- Select Advanced, then set “Release channel” to Beta or Nightly.
Updates will be installed automatically when "Install updates automatically" is turned on.
After you’ve installed the beta or nightly app, you can share your feedback.
To move back to the production channel, learn how to stop using a prerelease version of the app.
You can use a prerelease of 1Password for iOS (beta only). To use the beta:
After you’ve installed the beta app, you can share your feedback.
To move back to a production release, learn how to stop using a prerelease version of the app.
You can update to the latest beta or nightly release right in 1Password for Windows.
- Open and unlock 1Password.
- Select your account or collection at the top of the sidebar and choose Settings.
- Select Advanced, then set “Release channel” to Beta or Nightly.
Updates will be installed automatically when "Install updates automatically" is turned on.
After you’ve installed the beta or nightly app, you can share your feedback.
To move back to the production channel, learn how to stop using a prerelease version of the app.
You can use a prerelease of 1Password for Android (beta only). To use the beta:
- Open the listing for 1Password for Android in the Google Play Store app.
- Select Join in the “Join the beta” section, then select Join.
It might take a few minutes to finish signing up for the beta on Google Play.
If there’s a beta release, you can update the app to install it.
After you’ve installed the beta app, you can share your feedback.
To move back to a production release, learn how to stop using a prerelease version of the app.
You can update to the latest beta release or nightly release for your Linux distribution, where available.
- Debian or Ubuntu
- CentOS, Fedora, or Red Hat Enterprise Linux
- SUSE Linux or openSUSE
- Arch Linux (beta only)
- NixOS (beta only)
- ARM or other distributions (.tar.gz)
Or, if you’re using a computer with x86 architecture, you can install a prerelease version of 1Password (beta only) from the Snap Store or with Flatpak.
After you’ve installed the beta or nightly app, you can share your feedback.
To move back to a production release, learn how to stop using a prerelease version of the app.
Debian or Ubuntu
Follow the steps to install the beta or nightly release using your package manager.
Add the key for the 1Password apt repository:
curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg
Add the 1Password beta or nightly apt repository.
For the beta:
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/amd64 beta main' | sudo tee /etc/apt/sources.list.d/1password.list
For the nightly:
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/amd64 edge main' | sudo tee /etc/apt/sources.list.d/1password.list
Add the debsig-verify policy:
sudo mkdir -p /etc/debsig/policies/AC2D62742012EA22/ curl -sS https://downloads.1password.com/linux/debian/debsig/1password.pol | sudo tee /etc/debsig/policies/AC2D62742012EA22/1password.pol sudo mkdir -p /usr/share/debsig/keyrings/AC2D62742012EA22 curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg
Install 1Password:
sudo apt update && sudo apt install 1password
The packages and repository are signed with the GPG key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22.
CentOS, Fedora, or Red Hat Enterprise Linux
Follow the steps to install the beta or nightly release using your package manager.
Add the key for the 1Password yum repository:
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
Add the 1Password beta or nightly yum repository.
For the beta:
sudo sh -c 'echo -e "[1password]\nname=1Password Beta Channel\nbaseurl=https://downloads.1password.com/linux/rpm/beta/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo'
For the nightly:
sudo sh -c 'echo -e "[1password]\nname=1Password Edge Channel\nbaseurl=https://downloads.1password.com/linux/rpm/edge/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo'
Install 1Password:
sudo dnf install 1password
The packages and repository are signed with the GPG key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22.
SUSE Linux or openSUSE
Follow the steps to install the beta or nightly release from our RPM repository.
Add the key for the 1Password RPM repository:
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
Add the 1Password beta or nightly RPM repository.
For the beta:
sudo zypper addrepo https://downloads.1password.com/linux/rpm/beta/x86_64 1password
For the nightly:
sudo zypper addrepo https://downloads.1password.com/linux/rpm/edge/x86_64 1password
Install 1Password:
sudo zypper install 1password
The packages and repository are signed with the GPG key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22.
Arch Linux
Follow the steps to install the beta release from the Arch User Repository (AUR).
Get the 1Password signing key:
curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg
Clone the 1Password beta package:
git clone https://aur.archlinux.org/1password-beta.git
Install the 1Password beta release:
cd 1password-beta makepkg -si
The packages and repository are signed with the GPG key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22.
NixOS
If you use NixOS, there’s an unofficial beta package available from the NixOS open source community. This package isn’t officially supported by 1Password, and may not make updates available as soon as they’re released.
ARM or other distributions (.tar.gz)
Tip
To determine the architecture for your Linux computer, open your terminal and run the following command: uname -m
.
- If you see
x86_64
oramd64
, install the amd64 version of 1Password. - If you see
aarch64
, install the arm64 version of 1Password.
Follow the steps to download and install the beta or nightly .tar.gz
file for amd64 or arm64.
Download the 1Password beta or nightly release for your architecture.
Download the 1Password beta.
For amd64:
curl -sSO https://downloads.1password.com/linux/tar/beta/x86_64/1password-latest.tar.gz
For arm64:
curl -sSO https://downloads.1password.com/linux/tar/beta/aarch64/1password-latest.tar.gz
Download the 1Password nightly.
For amd64:
curl -sSO https://downloads.1password.com/linux/tar/edge/x86_64/1password-latest.tar.gz
For arm64:
curl -sSO https://downloads.1password.com/linux/tar/edge/aarch64/1password-latest.tar.gz
Extract the files:
tar -xf 1password-latest.tar.gz
Move the files to the
/opt
directory:sudo mkdir -p /opt/1Password && sudo mv 1password-*/* /opt/1Password
Run the installation script:
sudo /opt/1Password/after-install.sh
Open 1Password:
1password
The .tar.gz
file is signed with the GPG key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22. Download the .sig
file for amd64 or arm64.
Snap Store
Install the beta from the Snap Store:
sudo snap install 1password --beta
If you install 1Password from the Snap Store, you’ll have access to all the features 1Password for Linux has to offer except:
- You’ll need to lock and unlock 1Password in your browser separately from the app.
- You won’t be able to unlock 1Password with system authentication.
Flatpak
You can download and install the .flatpakref file to get the 1Password beta with Flatpak.
Or install 1Password manually.
Install the 1Password beta with Flatpak:
flatpak install https://downloads.1password.com/linux/flatpak/1Password-beta.flatpakref
Launch 1Password from the command line:
flatpak run com.onepassword.OnePassword
If you install 1Password with Flatpak, you’ll have access to all the features 1Password for Linux has to offer except:
- You won’t be able to unlock 1Password or 1Password CLI with system authentication.
- You won’t be able to use the SSH agent.
- You’ll need to lock and unlock 1Password in your browser separately from the app.
Lean more about the connection between the 1Password app and browser extension on Linux.
Install a prerelease version of the 1Password browser extension
If you’re already using 1Password in your browser, uninstall it. Then install the beta or nightly release of 1Password in your browser, where available.
Help
Beta and nightly releases of 1Password for Firefox aren’t available on Mozilla’s add-ons site. If the downloaded file doesn’t open automatically, select the Extensions button in the Firefox toolbar > Manage extensions, then select the gear icon at the top of the page and select Install Add-on From File.
After you’ve installed the beta or nightly browser extension, you can share your feedback.
To move back to the production version, learn how to stop using a prerelease version of the browser extension.
Stop using a prerelease version of the app or browser extension
Follow the steps for your device to stop using a beta or nightly version of the 1Password app or 1Password browser extension.
To stop using a beta or nightly release of the 1Password app
Important
Make sure you have recovery codes or Emergency Kits for any 1Password accounts added to the app, so you can sign back in after you install the production release.
Reset the 1Password app. You don’t need to delete your backup data.
The 1Password app will close automatically after you reset it. Don’t reopen the app before you install the production release.
Download and install the latest production release.
You may need to restart your browser after you install the production release if the 1Password browser extension doesn’t connect with the app.
Important
Make sure you have recovery codes or Emergency Kits for any 1Password accounts added to the app, so you can sign back in after you install the production release.
- Open TestFlight.
- Select 1Password, then select Stop Testing.
- Remove the 1Password beta app.
- Download the production release of 1Password from the App Store.
Important
Make sure you have recovery codes or Emergency Kits for any 1Password accounts added to the app, so you can sign back in after you install the production release.
Reset the 1Password app. You don’t need to delete your backup data.
The 1Password app will close automatically after you reset it. Don’t reopen the app before you install the production release.
Uninstall the 1Password app. You don’t need to delete your 1Password data.
Download and install the latest production release.
You may need to restart your browser after you install the production release if the 1Password browser extension doesn’t connect with the app.
Important
Make sure you have recovery codes or Emergency Kits for any 1Password accounts added to the app, so you can sign back in after you install the production release.
- Open the listing for 1Password for Android in the Google Play Store app.
- Select Leave in the “You’re a beta tester” section, then select Leave.
It might take a few minutes to finish leaving the beta on Google Play.
- Remove the 1Password beta app.
- Download the production release of 1Password on Google Play.
Important
Make sure you have recovery codes or Emergency Kits for any 1Password accounts added to the app, so you can sign back in after you install the production release.
Uninstall the beta release of the app and remove your local data.
Download and install the latest production release.
You may need to restart your browser after you install the production release if the 1Password browser extension doesn’t connect with the app.
To stop using a beta or nightly release of the 1Password browser extension
To stop using the beta in your browser:
- Uninstall 1Password from your browser.
- Install the latest production release of 1Password in your browser.
Share feedback or report a bug
To share your feedback, or to report a bug in a prerelease version of the 1Password app or browser extension, join the discussion with the 1Password Community.
You can also contact 1Password Support for further assistance.
Appendix: About the beta and nightly channels
The following table provides information about the beta and nightly release channels in the 1Password apps.
Beta channel | Nightly channel | |
---|---|---|
Frequency | New releases every two weeks. Schedule may vary. | New releases every day. Schedule may vary. |
Development stage | Public testing stage. New features are functional and ready for public testing. Features may change and might not move into a production release. | Internal testing stage. New features may be incomplete and at any stage in the development cycle. Features are likely to change and might not move into a beta or production release. |
Stability | Generally stable enough for most people to use every day. May contain bugs, glitches, or stability issues. | Generally stable enough for internal testers to use every day. More likely to contain bugs, glitches, or stability issues. |
Audience | Anyone who wants early access to new features before they move into a production release. Feedback is optional, but appreciated. | Internal users and anyone who wants to actively test specific features in different stages. Feedback is strongly encouraged. |
Was this article helpful?
Glad to hear it! If you have anything you'd like to add, feel free to contact us.
Sorry to hear that. Please contact us if you'd like to provide more details.