# Installer intermodal avec Homebrew, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:intermodal
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install intermodal
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#intermodal
```

  Preuve: nixpkgs package indexes: pkgs/by-name/in/intermodal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/intermodal
```

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

- winget (92%):

```sh
winget install --id Casey.Intermodal -e
```

  Preuve: Windows Package Manager source index: Casey.Intermodal from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:intermodal
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.16
- **Résumé source:** Command-line utility for BitTorrent torrent file creation, verification, etc.
- **Page d'accueil:** <https://imdl.io>
- **Dépôt:** <https://github.com/casey/intermodal>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- imdl (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Intermodal is Casey Rodarmor's Rust command-line utility for BitTorrent metainfo work. The installed binary is `imdl`, and the official README describes it as a user-friendly utility for creating, viewing, verifying, and otherwise working with `.torrent` files.

### Historique du projet

The GitHub repository was created in May 2019, and early release metadata shows the first 0.0.x and 0.1.x releases in 2020. Rodarmor announced the project in September 2020 as a BitTorrent metainfo utility and as part of a broader idea: improving decentralized content sharing through better metadata, tooling, and eventual standards.

### Historique d'adoption

Intermodal is distributed as a Rust crate and through package managers including Homebrew, Nix, Scoop, winget, and Arch/Void channels documented by the project. Its small install footprint made it appealing as a standalone alternative to torrent-client-specific metadata commands.

### Modes d'utilisation

The mdBook documents `imdl torrent` subcommands for creating torrents, dumping bencode, creating torrents from magnet links, showing torrent metadata, verifying downloaded content, generating magnet links, and selecting piece lengths. The README also documents completions, man-page generation, and release artifacts for packagers.

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

Intermodal is package-nerd catnip because it separates BitTorrent metainfo operations from full BitTorrent clients. It packages the boring but important parts of torrent distribution: reproducible `.torrent` creation, inspection, verification, shell completions, and generated docs, all in one Rust binary.

### Chronologie

- 2019: The GitHub repository was created.
- 2020: The v0.0.1 and v0.1.x releases established the `imdl` CLI.
- 2020: Rodarmor published the Intermodal project announcement and goals.
- 2026: Development and packaging metadata continued around the 0.1 release line.

### Related projects

- Intermodal overlaps with BitTorrent client utilities such as Transmission's metadata tools, torrenttools, and bencode inspectors, but it focuses on metainfo packaging rather than peer-to-peer transfer.

### Sources

- Official README, official mdBook, author project announcement, GitHub release metadata, GitHub repository metadata, and Homebrew formula metadata.


## 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

- Nix - intermodal: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/intermodal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/intermodal: normalized package name match | Scoop official bucket manifest trees: bucket/intermodal.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Casey.Intermodal: normalized package name match | Windows Package Manager source index: Casey.Intermodal from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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