✅ Beta Channel
Wavebox has two main release channels: Stable and Beta. We release updates to the Beta channel more frequently during our development cycle, and it lets you play with the newest features and give us early feedback.
Tip! The Stable channel and Beta channel have their own set of release notes!
Switch to the Beta Channel
Windows and macOS
- Download Wavebox's beta release from the Wavebox beta download page.
- Install as usual, and from there on you'll receive beta updates.
- Switch back to the stable channel at any time by downloading from our website: https://wavebox.io/download.
Linux
On Linux you need to change your repo channel so your package manager fetches the beta versions of Wavebox. How you installed Wavebox decides how to do this...
- Deb repository: Redownload and install the beta version from the Wavebox beta download. The deb download will automatically update your repo on installation.
- Yum repository: Change the repo you use for updates and re-install your current version of Wavebox
sudo wget -N -P /etc/yum.repos.d/ https://download.wavebox.app/beta/linux/rpm/wavebox.repo
sudo yum reinstall Wavebox
- Zypper repository: Change the repo you use for updates and re-install your current version of Wavebox
sudo wget -N -P /etc/zypp/repos.d/ https://download.wavebox.app/beta/linux/rpm/wavebox.repo
sudo zypper refresh
sudo zypper in -f Wavebox
- Tar install: Re-download and install the beta version from the Wavebox beta download