# msitools を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:msitools
```

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

### macOS

- Homebrew (100%):

```sh
brew install msitools
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add msitools
```

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

- Debian apt (92%):

```sh
sudo apt install msitools
```

  証拠: Debian stable package indexes: msitools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install msitools
```

  証拠: Fedora Rawhide package metadata: msitools 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#msitools
```

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

- pacman (92%):

```sh
sudo pacman -S msitools
```

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

- zypper (92%):

```sh
sudo zypper install msitools
```

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

## パッケージ情報

- **パッケージキー:** brew:msitools
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.106
- **ソース概要:** Windows installer (.MSI) tool
- **ホームページ:** <https://wiki.gnome.org/msitools>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- msibuild (エイリアス)
- msidiff (エイリアス)
- msidump (エイリアス)
- msiextract (エイリアス)
- msiinfo (エイリアス)
- wixl (エイリアス)
- wixl-heat (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

msitools is a GNOME-hosted toolkit for inspecting, extracting, comparing, and building Windows Installer MSI files on non-Windows systems. The GNOME wiki describes it as a set of programs based on libmsi, a portable library for reading and writing MSI files; libmsi itself is described there as a port of a subset of Wine's Windows Installer implementation.

### プロジェクトの歴史

The package's practical value is cross-platform packaging. Its small tools mirror the structure of MSI work: msiinfo inspects packages, msiextract extracts files, msidump dumps tables and streams, msidiff compares packages, and msibuild creates packages at a lower level. The suite also includes wixl, a WiX-like XML-to-MSI builder, and wixl-heat for generating XML fragments from file trees.

### 使われ方

In package-manager terms, msitools occupies the Unix side of Windows installer workflows: it lets Linux and macOS build systems examine or produce MSI artifacts without installing Microsoft's toolchain. Debian packages it as a Windows Installer manipulation tool and exposes related libmsi and wixl packages, matching the upstream split between the library and command-line tools.

### ソース

- <https://formulae.brew.sh/formula/msitools>
- <https://gitlab.gnome.org/GNOME/msitools>
- <https://packages.debian.org/sid/utils/msitools>
- <https://wiki.gnome.org/msitools>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Debian apt - gir1.2-libmsi-1.0 - 0.106+repack-1: normalized package name match | Debian stable package indexes: gir1.2-libmsi-1.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Windows Installer file manipulation library - gir bindings | https://wiki.gnome.org/msitools
- Debian apt - libmsi-1.0-0 - 0.106+repack-1: normalized package name match | Debian stable package indexes: libmsi-1.0-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Windows Installer file manipulation library | https://wiki.gnome.org/msitools
- Debian apt - libmsi-dev - 0.106+repack-1: normalized package name match | Debian stable package indexes: libmsi-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Windows Installer file manipulation library - development files | https://wiki.gnome.org/msitools
- Debian apt - msitools - 0.106+repack-1: normalized package name match | Debian stable package indexes: msitools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Windows Installer file manipulation tool | https://wiki.gnome.org/msitools
- Debian apt - wixl - 0.106+repack-1: normalized package name match | Debian stable package indexes: wixl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Windows Installer creation tool | https://wiki.gnome.org/msitools
- Debian apt - wixl-data - 0.106+repack-1: normalized package name match | Debian stable package indexes: wixl-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Windows Installer creation tool — data files | https://wiki.gnome.org/msitools
- Nix - msitools: normalized package name match | nixpkgs package indexes: pkgs/by-name/ms/msitools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gir1.2-libmsi-1.0 - 0.103+repack-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: gir1.2-libmsi-1.0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Windows Installer file manipulation library - gir bindings | https://wiki.gnome.org/msitools
- Ubuntu apt - libmsi-1.0-0 - 0.103+repack-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmsi-1.0-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Windows Installer file manipulation library | https://wiki.gnome.org/msitools
- Ubuntu apt - libmsi-dev - 0.103+repack-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmsi-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Windows Installer file manipulation library - development files | https://wiki.gnome.org/msitools
- Ubuntu apt - msitools - 0.103+repack-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: msitools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Windows Installer file manipulation tool | https://wiki.gnome.org/msitools
- Ubuntu apt - wixl - 0.103+repack-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: wixl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Windows Installer creation tool | https://wiki.gnome.org/msitools
- Ubuntu apt - wixl-data - 0.103+repack-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: wixl-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Windows Installer creation tool — data files | https://wiki.gnome.org/msitools
- apk - msitools - 0.106-r0: normalized package name match | Alpine Linux edge package indexes: msitools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Set of programs to inspect and build Windows Installer (.MSI) files | https://gitlab.gnome.org/GNOME/msitools
- apk - msitools-bash-completion - 0.106-r0: normalized package name match | Alpine Linux edge package indexes: msitools-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for msitools | https://gitlab.gnome.org/GNOME/msitools
- apk - msitools-dev - 0.106-r0: normalized package name match | Alpine Linux edge package indexes: msitools-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Set of programs to inspect and build Windows Installer (.MSI) files (development files) | https://gitlab.gnome.org/GNOME/msitools


## Combined YAML source

View the package source record on GitHub. [combined/msitools.yml](https://github.com/mxcl/pkgdb/blob/main/combined/msitools.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
