Hi Wilson T,
I know updating or installing Microsoft Edit can feel confusing, especially when Microsoft hasn't specified whether GitHub releases overwrite Windows built-in version. I haven't found any official answers on this yet, however, based on this article: Edit command line text editor | Microsoft Learn, here's what we do know:
- Microsoft Edit is now included with Windows 11 (starting from 25H2 release), while also distributed as an open-source project through GitHub.
- Microsoft supports installing Edit separately through WinGet (
winget install Microsoft.Edit) or by downloading releases from GitHub.
Based on those points, we can interpret that Windows may include one version while newer releases can be published to GitHub independently. So logically, installing the newer version from GitHub will just replace the Windows-supplied executable, not making a side-by-side application, which means the answer for your question is Yes.
That said, since Microsoft does not officially state that level of implementation detail, you would need to consult in the Edit community or/and test for yourself.
If you think the answer is helpful to you, please mark this as accepted. If you have extra questions about this answer, feel free to click "Add Comment" and ask!Â
Note: Follow the steps in our documentation if you want to enable and receive the related email notifications for this thread.