edit
About edit
Edit is a simple terminal-based text editor designed for basic editing needs. It draws inspiration from the classic MS-DOS Editor but incorporates modern interface elements and input controls similar to those found in VS Code. The editor aims to be accessible to users who may not be familiar with terminal-based tools.
The software is available for Windows, Linux, and macOS, with installation options including package managers like WinGet and Homebrew, or building from source. It is written in Rust and supports customization through build-time configuration options.
Key features
- Modern interface with VS Code-like input controls
- Search and Replace functionality with ICU library support
- Customizable build options for package maintainers
- Multi-language support through build configuration
- Available for Windows, Linux, and macOS
Download v2.0.0
Apr 28, 2026Frequently asked questions
- Is edit free?
- Yes. edit is free and open-source software, distributed under the MIT license.
- Which platforms does edit support?
- edit provides downloads for Windows, macOS, Linux.
- What is the latest version of edit?
- The latest version is v2.0.0, released on Apr 28, 2026.
- How do I install Edit on Windows?
- Edit can be installed on Windows using WinGet with the command 'winget install Microsoft.Edit'.
- Can I build Edit from source on Linux?
- Yes, Edit can be built from source on Linux using Rust, a C compiler, and ICU libraries. An install script is provided to simplify the process.
- What are the alternative names for the Edit executable?
- The canonical executable name is 'edit', with 'msedit' as an alternative. Package maintainers are advised to use 'msedit' to avoid conflicts with existing commands.
- Does Edit support multiple languages?
- Yes, Edit supports multiple languages through build-time configuration using the 'EDIT_CFG_LANGUAGES' environment variable.
More Developer Tools
PowerToys
microsoft
PowerToys is a set of utilities for enhancing productivity and customization on Windows systems. It includes various tools for developers and power users to streamline workflows.
Windows Terminal
microsoft
Windows Terminal combines the classic Windows console with a modern terminal application in one package. It provides developers with a unified interface for command-line tools and shells. The software supports multiple tabs, rich text, and customization options.
Neovim
neovim
Neovim is a fork of Vim focused on improved extensibility and usability. It maintains compatibility with Vim while offering modern features like embedded terminal support and a built-in LSP client. The project emphasizes maintainability and encourages community contributions.