# Edit

> cross platform CLI text editor

**Wikidata**: [Q134540318](https://www.wikidata.org/wiki/Q134540318)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Microsoft_Edit)  
**Source**: https://4ort.xyz/entity/edit

## Summary
Edit is a cross-platform command-line text editor developed by Microsoft. It supports Windows, macOS, Linux, and BSD operating systems, making it accessible across multiple computing platforms.

## Key Facts
- Developed by Microsoft, an American multinational technology corporation.
- First released on 2025-03-19.
- Available for Microsoft Windows, macOS, Linux, and BSD.
- Licensed under the MIT License.
- Current stable version is 1.2.1 (as of 2025-10-15).
- Replaces the MS-DOS Editor.
- Open-source with code available on GitHub.
- Supports multiple programming languages.

## FAQs
### Q: What platforms does Edit support?
A: Edit supports Microsoft Windows, macOS, Linux, and BSD operating systems, making it a cross-platform CLI text editor.

### Q: Who developed Edit?
A: Edit was developed by Microsoft, a multinational technology corporation based in the United States.

### Q: What license does Edit use?
A: Edit is licensed under the MIT License, allowing for open-source use and modification.

### Q: What is the latest stable version of Edit?
A: The latest stable version of Edit is 1.2.1, released on 2025-10-15.

### Q: Is Edit open-source?
A: Yes, Edit is open-source and available on GitHub under the MIT License.

## Why It Matters
Edit serves as a modern, cross-platform alternative to legacy text editors like the MS-DOS Editor. By supporting multiple operating systems, it provides developers and users with a consistent editing experience across different platforms. Its open-source nature encourages community contributions and customization, making it a versatile tool for various programming and text-editing tasks. As part of Microsoft's software development ecosystem, Edit reflects the company's commitment to providing robust, accessible tools for developers worldwide.

## Notable For
- First cross-platform CLI text editor developed by Microsoft.
- Supports multiple operating systems, including Windows, macOS, Linux, and BSD.
- Open-source with an active GitHub repository for community contributions.
- Licensed under the MIT License, promoting open-source collaboration.
- Replaces the MS-DOS Editor, offering a more modern and versatile editing experience.

## Body
### Overview
Edit is a cross-platform command-line text editor developed by Microsoft. It was first released on 2025-03-19 and is designed to provide a consistent editing experience across different operating systems.

### Development
- Developed by Microsoft, a multinational technology corporation based in the United States.
- Open-source with code available on GitHub under the MIT License.
- Supports multiple programming languages, making it a versatile tool for developers.

### Platform Support
- Available for Microsoft Windows, macOS, Linux, and BSD.
- Cross-platform software, ensuring compatibility across various computing environments.

### Versions
- Current stable version is 1.2.1, released on 2025-10-15.
- Previous stable versions include 1.0.0 (2025-05-18), 1.1.0 (2025-05-28), and 1.2.0 (2025-06-11).

### Replacement
- Replaces the MS-DOS Editor, offering a more modern and versatile editing experience.

### Community and Support
- Open-source with an active GitHub repository for community contributions.
- Licensed under the MIT License, promoting open-source collaboration.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Edit",
  "description": "Cross-platform CLI text editor developed by Microsoft",
  "url": "https://github.com/microsoft/edit",
  "sameAs": ["https://www.wikidata.org/wiki/Q123456789", "https://en.wikipedia.org/wiki/Microsoft_Edit"],
  "applicationCategory": "Text Editor",
  "operatingSystem": ["Microsoft Windows", "macOS", "Linux", "BSD"],
  "license": "MIT License",
  "datePublished": "2025-03-19",
  "softwareVersion": "1.2.1",
  "developer": {
    "@type": "Organization",
    "name": "Microsoft",
    "url": "https://www.microsoft.com"
  }
}

## References

1. [Source](https://github.com/microsoft/edit/blob/v1.0.0/LICENSE)
2. [Release 1.0.0. 2025](https://github.com/microsoft/edit/releases/tag/v1.0.0)
3. [Release 1.1.0. 2025](https://github.com/microsoft/edit/releases/tag/v1.1.0)
4. [Release 1.2.1 · microsoft/edit · GitHub](https://github.com/microsoft/edit/releases/tag/v1.2.1)
5. [Release 1.2.0. 2025](https://github.com/microsoft/edit/releases/tag/v1.2.0)
6. [Source](https://github.com/microsoft/edit/commit/f654981a07a1408e370a1b373f612b6bfde5c374)