Microsoft Edge Insider Channels
Learn more about our different channels, download, and get started.
Beta Channel
Major update every 4 weeks
The Beta channel is the most stable Microsoft Edge preview experience. With major updates every 4 weeks, each release incorporates learnings and improvements from our Dev builds.
Dev Channel
Updated weekly
Want to see what we were working on last week? Our Dev channel offers the latest builds available for Linux, so you can keep up to date on our progress as we make it.
Command line installation
If you're a real Linux fan, you might want to just set up our PPA yourself. Below we provide command line instructions that can be pasted into a terminal window to install the signing key, a sources.lst file, and install.
- ## Setup
- curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
- sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/
- sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-beta.list'
- sudo rm microsoft.gpg
- ## Install
- sudo apt update
- sudo apt install microsoft-edge-beta
- ## Setup
- curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
- sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/
- sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
- sudo rm microsoft.gpg
- ## Install
- sudo apt update
- sudo apt install microsoft-edge-dev
- ## Setup
- sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
- sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge
- sudo mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-beta.repo
- ## Install
- sudo dnf install microsoft-edge-beta
- ## Setup
- sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
- sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge
- sudo mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-dev.repo
- ## Install
- sudo dnf install microsoft-edge-dev
- ## Setup
- sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
- sudo zypper ar https://packages.microsoft.com/yumrepos/edge microsoft-edge-beta
- ## Install
- sudo zypper refresh
- sudo zypper install microsoft-edge-beta
- ## Setup
- sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
- sudo zypper ar https://packages.microsoft.com/yumrepos/edge microsoft-edge-dev
- ## Install
- sudo zypper refresh
- sudo zypper install microsoft-edge-dev
Insider Channels for Android
Insider Channels for iOS


Other Platforms
Microsoft Edge insider channels are available on all supported versions of Windows and Windows Server as well as macOS.