https://github.com/spynetgirl/msedgefeatures
This repository Lists Microsoft Edge insider Canary channel features before anyone else - Used by enthusiasts who are looking for trying out bleeding edge features first
https://github.com/spynetgirl/msedgefeatures
automated canary controlled-feature-rollout edge edge-insider edgebrowser features insider microsoft msedge msedgefeatures new-features
Last synced: 13 days ago
JSON representation
This repository Lists Microsoft Edge insider Canary channel features before anyone else - Used by enthusiasts who are looking for trying out bleeding edge features first
- Host: GitHub
- URL: https://github.com/spynetgirl/msedgefeatures
- Owner: SpyNetGirl
- License: other
- Created: 2023-05-27T18:51:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-07T02:08:49.000Z (about 1 month ago)
- Last Synced: 2026-02-07T13:30:41.602Z (about 1 month ago)
- Topics: automated, canary, controlled-feature-rollout, edge, edge-insider, edgebrowser, features, insider, microsoft, msedge, msedgefeatures, new-features
- Language: Rust
- Homepage: https://github.com/SpyNetGirl/MSEdgeFeatures
- Size: 3.35 MB
- Stars: 64
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# [What is This Repository ?](#what-is-this-repository--) 
This is a fully automated repository, tasked with identifying the features added or removed in each [Edge canary channel update.](https://www.microsoftedgeinsider.com/en-us/download/)
These features are [Controlled Feature Rollouts](https://techcommunity.microsoft.com/t5/articles/controlled-feature-roll-outs-in-microsoft-edge/m-p/763678).
By identifying the changes, you can enable and experience specific new features in Edge canary before anyone else, or before the feature is even officially enabled for anyone.
The [GitHub action](https://github.com/HotCakeX/MSEdgeFeatures/blob/main/.github/workflows/Update.yml) runs every 8 hours.
[](https://github.com/HotCakeX/MSEdgeFeatures/actions/workflows/Update.yml)
[Releases](https://github.com/HotCakeX/MSEdgeFeatures/releases) are published for each update automatically, giving an overview of what features were added and removed in each version.
Make sure you select the ***Watch*** option at the top of this page to receive notifications on your GitHub and Email whenever a new version of Edge Canary is released.

## [Last Run Details](#last-run-details-) 
###
Latest Edge Canary version: 147.0.3883.0
### Last processed at: 02/26/2026 02:13:44 (UTC+00:00)
10 new features were added in the latest Edge Canary update
* msEdgeAsterDeferredKeyDecryption
* msEdgeCopilotNtpDailyRefreshBackground
* msEdgeDownloadInterceptCIConsent
* msEdgeReaderModeWebUI2ViewerInitialized
* msFeatureMmxUpsellRewards1MLottery
* msMipUseCustomFeatureSettings
* msMipValidatePublishingLicenseSignature
* msPasswordBreachScanThrottleDisabled
* msSegmentationPlatformClientSignalsFeature
* msSettingsLazyLoadProfileAvatarIcons

## [How to Use ?](#how-to-use--) 
1. Install PowerShell Core latest version
* Get it from the [official GitHub repository](https://github.com/PowerShell/PowerShell/releases)
* Or Install it from [Microsoft Store](https://apps.microsoft.com/store/detail/powershell/9MZ1SNWT0N5D)
2. Navigate to the [Releases section](https://github.com/HotCakeX/MSEdgeFeatures/releases) of this GitHub repository, find the latest update which is at the top, or any other previous update that you are looking for, copy the PowerShell code in that release, paste it in your PowerShell Core (no admin required), it will create the Edge canary batch file (`.bat` file) for you in the Downloads folder of your computer.
You can start Edge canary with that `.bat` file and try out the new features added in that specific Edge canary update.
You can verify the `.bat` file by opening it in a text editor such as VS Code.
Once you launch Edge canary using the `.bat` file, you can check out more info about what features are enabled in Edge canary by visiting this page: `edge://version/` and looking at the **Command-line** section.

## [Feel Free to Share Your Findings !](#feel-free-to-share-your-findings--) 
I might sometimes post notable new features I come across [in the Discussions section](https://github.com/HotCakeX/MSEdgeFeatures/discussions), you can do the same and let us know what you find!

## [Things to Note](#things-to-note-) 
* Sometimes feature flags with similar names should be used together in order to activate a certain feature, using them individually might not activate anything.