| Crates.io | msedit |
| lib.rs | msedit |
| version | 1.2.1 |
| created_at | 2025-11-24 12:47:42.959658+00 |
| updated_at | 2025-11-24 12:47:42.959658+00 |
| description | Microsoft Edit. This is the unmodified source code for the Windows 11 25H2 version. |
| homepage | https://github.com/microsoft/edit |
| repository | https://github.com/microsoft/edit |
| max_upload_size | |
| id | 1947739 |
| size | 1,097,436 |
A simple editor for simple needs.
This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.

You can also download binaries from our Releases page.
You can install the latest version with WinGet:
winget install Microsoft.Edit
The canonical executable name is "edit" and the alternative name is "msedit".
We're aware of the potential conflict of "edit" with existing commands and as such recommend naming packages and executables "msedit". Names such as "ms-edit" should be avoided. Assigning an "edit" alias is recommended if possible.
rustup install nightly
RUSTC_BOOTSTRAP=1cargo build --config .cargo/release.toml --release