# msedit を Homebrew, dnf, Nix, pacman, zypper, apk, MacPorts, scoop, winget でインストール

msedit のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:msedit
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install msedit
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install edit
```

  証拠: MacPorts ports tree: editors/edit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install msedit
```

  証拠: Fedora Rawhide package metadata: msedit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#msedit
```

  証拠: nixpkgs package indexes: pkgs/by-name/ms/msedit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S msedit
```

  証拠: Arch Linux sync databases: msedit from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install msedit
```

  証拠: openSUSE Tumbleweed package metadata: msedit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- apk (92%):

```sh
sudo apk add edit
```

  証拠: Alpine Linux edge package indexes: edit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/edit
```

  証拠: Scoop official bucket manifest trees: bucket/edit.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Microsoft.Edit -e
```

  証拠: Windows Package Manager source index: Microsoft.Edit from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:msedit
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.0.0
- **ソース概要:** Simple text editor with clickable interface
- **ホームページ:** <https://github.com/microsoft/edit>
- **リポジトリ:** <https://github.com/microsoft/edit>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- edit (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.0.0
## プロジェクトの歴史と使われ方

Microsoft Edit is Microsoft's open-source command-line text editor for Windows, implemented as a small Rust terminal editor and packaged outside Windows as `msedit` in Homebrew. Microsoft introduced it publicly in May 2025 as a response to a specific gap: 32-bit Windows had the classic MS-DOS Editor, but 64-bit Windows lacked an inbox command-line editor. The project deliberately uses a modeless text-user interface so people can edit files from a terminal without learning modal editor commands.

### 使われ方

The GitHub README frames Edit as a simple editor for simple needs, paying homage to MS-DOS Editor while using modern controls similar to VS Code. Microsoft documented built-in features such as mouse support, multiple open files, find and replace with regex support, and word wrap; Microsoft Learn later documented availability in Windows 11 updates, installation through WinGet, and cross-platform availability through the GitHub repository. In package-manager terms, `msedit` is a lightweight terminal-editor option for users who want Microsoft Edit on macOS or Linux, or outside Windows' bundled release channel.

### ソース

- <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>
- <https://formulae.brew.sh/formula/msedit>
- <https://github.com/microsoft/edit>
- <https://learn.microsoft.com/en-us/windows/edit/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - msedit: normalized package name match | nixpkgs package indexes: pkgs/by-name/ms/msedit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - msedit - 1.2.0^1.e16b4ab-7.fc45: normalized package name match | Fedora Rawhide package metadata: msedit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Simple editor inspired by the MS-DOS Editor | https://github.com/microsoft/edit
- pacman - msedit - 2.0.0-1: normalized package name match | Arch Linux sync databases: msedit from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A simple editor for simple needs (Microsoft Edit) | https://github.com/microsoft/edit
- zypper - msedit - 2.0.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: msedit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A simple editor for simple needs | https://github.com/microsoft/edit
- MacPorts - edit: installed executable or alias match | MacPorts ports tree: editors/edit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - edit: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ed/edit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - edit - 2.0.0-r0: installed executable or alias match | Alpine Linux edge package indexes: edit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Simple editor for simple needs | https://github.com/microsoft/edit
- apk - edit-doc - 2.0.0-r0: installed executable or alias match | Alpine Linux edge package indexes: edit-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Simple editor for simple needs (documentation) | https://github.com/microsoft/edit
- pacman - ex-vi-compat - 3-1: installed executable or alias match | Arch Linux sync databases: ex-vi-compat from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The ex and vi commands based on vim's compatibility modes | https://gitlab.archlinux.org/archlinux/packaging/packages/ex-vi-compat
- Scoop - main/edit: installed executable or alias match | Scoop official bucket manifest trees: bucket/edit.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Microsoft.Edit: installed executable or alias match | Windows Package Manager source index: Microsoft.Edit from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/msedit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/msedit.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
