Skip to main content

Microsoft Edit (Remake)

·150 words·1 min
Posts cli opensource tools
Table of Contents
In 2025, Microsoft has released a free and opensource editor called Microsoft Edit.

MS-DOS Editor, or edit.com, is a standard command prompt editor found in earlier versions of MS-DOS. It was a 16-bit executable file that shipped with MS-DOS 5.0. It also been included as part of all the 32-bit Windows OS.

This 16-bit app has been removed since the released of 64-bit OS due to incampatibility.

Have you ever used MS-DOS Editor before?

Installation
#

I just install the latest vesion (1.2.0) today with WinGet.

C:\> winget install Microsoft.Edit

Then, simply type edit.exe, you will get a full screen editor.

This new console text editor is 100% built with rust and released as opensource at GitHub.

There is another execellent line editor called edln which has a unique feature that no other can match.

Links#

Related

Podman 101
·1829 words·9 mins
Posts 101 podman cli tools
Docker alternative with Podman.
HTTP Versioning
·740 words·4 mins
Posts async cli http python tools
HTTP/1 vs HTTP/1.1 vs HTTP/2 vs HTTP/3
TCP/IP Protocol Headers
·562 words·3 mins
Posts cli tcpip tools
All the common protocol header diagrams in ASCII.