# Installer vmdktool avec Homebrew, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vmdktool pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vmdktool
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vmdktool
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vmdktool
```

  Preuve: MacPorts ports tree: sysutils/vmdktool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:vmdktool
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.4
- **Résumé source:** Converts raw filesystems to VMDK files and vice versa
- **Page d'accueil:** <https://manned.org/vmdktool>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- vmdktool (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.4
## Historique du projet et usages

vmdktool is a small Unix command-line utility for converting raw filesystem or disk images to VMware VMDK files and back again, and for inspecting VMDK table information. Its own manual frames it as a practical image-construction tool rather than a general virtualization suite.

### Historique du projet

The vmdktool manual says Brian Somers originally wrote the program in 2009 after being unable to find free tools for creating VMDK files. The same history section says it was used and fixed at companies where the author worked before being released publicly in 2012, after which support was added for the VMDK format update from version 1.1 to version 5.0.

### Modes d'utilisation

Typical use is direct and file-oriented: inspect an image with `vmdktool -i`, convert a raw filesystem image to a stream-optimized VMDK with `-v`, or extract raw data from a VMDK with random-access or streaming modes. The manual examples show using the tool in image-editing workflows where a VMDK is unpacked, mounted, modified, and repacked.

### Pourquoi les passionnés de paquets s'y intéressent

For package users, vmdktool is notable because it occupies the narrow gap between raw disk-image manipulation and full virtualization products. It is the kind of tiny sysadmin utility that becomes useful in automated VM image pipelines, especially where a free, scriptable VMDK converter is preferred over a vendor GUI.

### Chronologie

- 2009: Brian Somers writes vmdktool to fill a free-tooling gap for creating VMDK files.
- 2012: vmdktool is released to the general public.
- 2012: Support is added for the VMDK specification update from version 1.1 to version 5.0.

### Sources

- FreeBSD vmdktool manual: https://man.freebsd.org/cgi/man.cgi?query=vmdktool&sektion=8&manpath=FreeBSD+Ports+15.0
- vmdktool manual source mirror with HISTORY section: https://raw.githubusercontent.com/glennmatthews/vmdktool/master/vmdktool.8


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- MacPorts - vmdktool: normalized package name match | MacPorts ports tree: sysutils/vmdktool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
