# Installer muon avec Homebrew, apk, MacPorts, Nix, zypper

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

## installation

```sh
sudo av install brew:muon
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install muon
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install muon
```

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

### Linux

- apk (92%):

```sh
sudo apk add muon
```

  Preuve: Alpine Linux edge package indexes: muon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#muon
```

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

- zypper (92%):

```sh
sudo zypper install muon
```

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

## Faits du paquet

- **Clé du paquet:** brew:muon
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/muon>
- **Version:** 0.6.0
- **Résumé source:** Meson-compatible build system
- **Page d'accueil:** <https://muon.build>
- **Docs amont:** <https://muon.build>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://git.sr.ht/~lattis/muon/archive/0.6.0.tar.gz>
- **Dernière mise à jour:** 2026-07-13T02:17:08Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- muon (cli)
- muon (alias)

## Dépendances

- libarchive
- ninja
- pkgconf

## Dépendances de compilation

- meson
- scdoc

## Bibliothèques fournies par macOS

- curl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.6.0
- gestionnaire mis à jour: 2026-07-13
- données locales: OK
- dépôt amont: https://muon.build
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

muon is a C99 implementation of the Meson build system with minimal dependencies. Its README states the design goal directly: interpret Meson projects, provide Meson-adjacent tooling, and compile to a single portable binary for Linux, Windows, and macOS. The same README credits the author's earlier idea to reimplement Meson in C and says the project was initially inspired by boson, with muon's code originally based on boson and later mostly rewritten.

### Historique du projet

The tool's role is practical rather than ceremonial compatibility. muon interprets `meson.build` files and emits backend build files, with the ordinary workflow of `muon setup`, invoking Ninja or its built-in Samurai-derived backend, running tests, and installing. It also grew developer-facing subcommands around the Meson language: `muon analyze` for static analysis and language-server use, `muon fmt` for formatting, and an interactive stepping debugger. The project describes itself as close to feature-complete with Meson for C-like languages while leaving some less common Meson options, modules, dependency special cases, and non-C-like language support outside the main path.

### Modes d'utilisation

In package-manager terms, muon sits beside Meson, Ninja, and Samurai as a lean build-system implementation for users who want Meson project support with a small C binary and fewer runtime dependencies. FreeBSD packaging notes emphasize that muon does not aim for bug-for-bug or CLI compatibility with Meson and uses Meson's official documentation as its specification, which is why distributions package it as `muon`, `muon-meson`, or related names rather than a transparent Meson replacement.

### Sources

- <https://formulae.brew.sh/formula/muon>
- <https://github.com/muon-build/muon>
- <https://www.freshports.org/devel/muon/>
- <https://www.mankier.com/1/muon>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** muon
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - muon: normalized package name match | nixpkgs package indexes: pkgs/by-name/mu/muon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - abuild-muon - 0.6.0-r1: normalized package name match | Alpine Linux edge package indexes: abuild-muon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Meson-compatible build system (abuild helper) | https://muon.build
- apk - muon - 0.6.0-r1: normalized package name match | Alpine Linux edge package indexes: muon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Meson-compatible build system | https://muon.build
- apk - muon-doc - 0.6.0-r1: normalized package name match | Alpine Linux edge package indexes: muon-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Meson-compatible build system (documentation) | https://muon.build
- apk - muon-wrap - 0.6.0-r1: normalized package name match | Alpine Linux edge package indexes: muon-wrap from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Meson-compatible build system (with wrap-file support) | https://muon.build
- zypper - muon - 0.5.0-1.6: normalized package name match | openSUSE Tumbleweed package metadata: muon from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An implementation of the meson build system in c99 | https://muon.build/
- MacPorts - muon: normalized package name match | MacPorts ports tree: devel/muon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Runtime dependency declared by Homebrew.
- [libarchive](https://pkg.so/fr/brew/libarchive/) - Runtime dependency declared by Homebrew.
- [ninja](https://pkg.so/fr/brew/ninja/) - Runtime dependency declared by Homebrew.
- [meson](https://pkg.so/fr/brew/meson/) - Build dependency declared by Homebrew.
- [scdoc](https://pkg.so/fr/brew/scdoc/) - Build dependency declared by Homebrew.
- [dune](https://pkg.so/fr/brew/dune/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [qbs](https://pkg.so/fr/brew/qbs/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [cabin](https://pkg.so/fr/brew/cabin/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [cmake](https://pkg.so/fr/brew/cmake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [scons](https://pkg.so/fr/brew/scons/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [bmake](https://pkg.so/fr/brew/bmake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [premake](https://pkg.so/fr/brew/premake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [litani](https://pkg.so/fr/brew/litani/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-system, cli, developer, developer-tools.

## Combined YAML source

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


## Sources

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