msedit

Crates.iomsedit
lib.rsmsedit
version1.2.1
created_at2025-11-24 12:47:42.959658+00
updated_at2025-11-24 12:47:42.959658+00
descriptionMicrosoft Edit. This is the unmodified source code for the Windows 11 25H2 version.
homepagehttps://github.com/microsoft/edit
repositoryhttps://github.com/microsoft/edit
max_upload_size
id1947739
size1,097,436
Leonard Hecker (lhecker)

documentation

README

Application Icon for Edit Edit

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.

Screenshot of Edit with the About dialog in the foreground

Installation

Packaging status

You can also download binaries from our Releases page.

Windows

You can install the latest version with WinGet:

winget install Microsoft.Edit

Notes to Package Maintainers

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.

Build Instructions

  • Install Rust
  • Install the nightly toolchain: rustup install nightly
    • Alternatively, set the environment variable RUSTC_BOOTSTRAP=1
  • Clone the repository
  • For a release build, run: cargo build --config .cargo/release.toml --release
Commit count: 0

cargo fmt