Port Windows Terminal to be a Microsoft Edge web browser as an extension and a PWA #7834

Open
opened 2026-01-31 01:13:46 +00:00 by claunia · 0 comments
Owner

Originally created by @MOrlassino on GitHub (Apr 30, 2020).

Description of the new feature/enhancement

Browsers have tabs and the browser and tab functionality build into Edge and other browser have all the proper key bindings for duplication, tab navigation/selection (e.g. ctrl+tab, ctrl+shift+tab), rearrangement, zoom/full-screen, moving the tab to a new window, web fonts, caret browsing, etc. Local and remote development and sysadmin functions are rapidly moving towards web rendered interfaces (e.g. VS Code uses Electron, Windows Admin Center, Azure Cloud Shell, etc.). That said, it might make sense to make the Windows Terminal operate embedded in the Edge web browser with an extension. Similarly, Windows Terminal, using the same technology underpinnings, could still be deployed as a stand-alone app (as a PWA) and distributed part of Microsoft Windows store, for those non-browser usage scenarios.

Proposed technical implementation details (optional)

Ingredient Technologies:

Originally created by @MOrlassino on GitHub (Apr 30, 2020). # Description of the new feature/enhancement Browsers have tabs and the browser and tab functionality build into Edge and other browser have all the proper key bindings for duplication, tab navigation/selection (e.g. ctrl+tab, ctrl+shift+tab), rearrangement, zoom/full-screen, moving the tab to a new window, web fonts, caret browsing, etc. Local and remote development and sysadmin functions are rapidly moving towards web rendered interfaces (e.g. VS Code uses Electron, Windows Admin Center, Azure Cloud Shell, etc.). That said, it might make sense to make the Windows Terminal operate embedded in the Edge web browser with an extension. Similarly, Windows Terminal, using the same technology underpinnings, could still be deployed as a stand-alone app (as a PWA) and distributed part of Microsoft Windows store, for those non-browser usage scenarios. # Proposed technical implementation details (optional) *Ingredient Technologies:* * Progressive Web Apps (PWA) * https://web.dev/progressive-web-apps/ * https://developer.microsoft.com/en-us/windows/pwa/ * https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps * [Edge Browser Extension](https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/creating-an-extension) * [WASM](https://webassembly.org/) * SSH, ConPTY, Named Pipes
claunia added the Issue-QuestionNeeds-Tag-FixResolution-AnsweredProduct-Terminal labels 2026-01-31 01:13:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7834