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.
- Install Rust
- Install the nightly toolchain:
rustup install nightly
- Alternatively, set the environment variable
RUSTC_BOOTSTRAP=1
- Alternatively, set the environment variable
- Clone the repository
- For a release build, run:
cargo build --config .cargo/release.toml --release