# Installer container2wasm avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:container2wasm
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install container2wasm
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#container2wasm
```

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

## Faits du paquet

- **Clé du paquet:** brew:container2wasm
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.8.4
- **Résumé source:** Container to WASM converter
- **Page d'accueil:** <https://ktock.github.io/container2wasm-demo/>
- **Dépôt:** <https://github.com/container2wasm/container2wasm>
- **Dernière mise à jour:** 2026-07-27T22:04:04+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- c2w (alias)
- c2w-net (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

container2wasm is an experimental converter that turns container images into WebAssembly artifacts runnable on WASI runtimes or in browsers. It occupies a niche where container packaging meets WebAssembly portability experiments.

### Historique du projet

Official releases began with v0.1.0 in February 2023. The README describes support for emulation through Bochs, TinyEMU, and QEMU, along with WASI runtimes such as wasmtime, wamr, wasmer, wasmedge, and wazero.

### Historique d'adoption

Official sources present demos and examples rather than an adopter list. The project is best understood as experimental tooling for developers exploring how existing container images can be repackaged for WebAssembly and browser-hosted environments.

### Modes d'utilisation

The main `c2w` command converts a container image such as `ubuntu:22.04` into an output `.wasm` file. The companion `c2w-net` command supports networking experiments for converted WASM images, including browser and WebSocket delegation modes.

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

The package is interesting because it treats a container image as an input artifact rather than as something only a container runtime can execute. For package-manager users, it exposes a command-line bridge between OCI-style image distribution, WASI runtimes, and browser demos.

### Chronologie

- 2023: v0.1.0 release published.
- 2025: v0.8.0 release published.
- 2026: v0.8.4 release published.

### Related projects

- The README names WASI runtimes including wasmtime, wamr, wasmer, wasmedge, and wazero, and describes emulation through Bochs, TinyEMU, and QEMU.

### Sources

- <https://github.com/container2wasm/container2wasm#readme>
- <https://ktock.github.io/container2wasm-demo>
- <https://github.com/container2wasm/container2wasm/releases/tag/v0.1.0>
- <https://github.com/container2wasm/container2wasm/releases/tag/v0.8.4>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour container2wasm. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - container2wasm: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/container2wasm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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