# Installer metabase avec Homebrew, MacPorts, Nix, scoop

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

## installation

```sh
sudo av install brew:metabase
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install metabase
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install metabase
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#metabase
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/metabase
```

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

## Faits du paquet

- **Clé du paquet:** brew:metabase
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.63.2
- **Résumé source:** Business intelligence report server
- **Page d'accueil:** <https://www.metabase.com/>
- **Dernière mise à jour:** 2026-07-30T00:24:34Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- metabase (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Metabase is an open source business-intelligence and embedded-analytics server founded by Sameer Al-Sakran. Metabase material describes the product as beginning as a side project and launching publicly in 2015 with a simple pitch: open source BI that installs quickly and can be used by people across a company. That origin shaped the tool's package identity: it is a server application packaged for self-hosting, not a library or desktop-only analytics client.

### Historique du projet

The major technical milestone was making database exploration approachable without requiring every user to write SQL. Metabase's documentation defines questions as saved analytical units containing a query, result, and visualization; questions can be organized into dashboards, collections, links, embeds, exports, and alerts. Its visual query builder lets users pick tables, models, metrics, and saved questions, while SQL/native queries remain available for more advanced use.

### Historique d'adoption

Adoption followed the open source, self-service analytics path. Metabase's own retrospective said the project had been launched in 2015 and, after just over three years, had 14,000+ GitHub stars, 10 million+ Docker Hub pulls, more than a million direct downloads, 140 external contributors, translations into 14 languages, and users from over 150 countries. A later Metabase event page described it as used by 90,000+ companies, with a global open source community and product-led growth behind the commercial company.

### Modes d'utilisation

In practice, teams run Metabase against operational databases and warehouses to let non-specialists ask questions, create charts, maintain dashboards, and embed analytics in products. Compared with heavier BI suites, the Homebrew, MacPorts, Nix, and Scoop packages make it easy to start a local or small self-hosted server for evaluation, internal reporting, or development.

### Sources

- <https://formulae.brew.sh/formula/metabase>
- <https://github.com/metabase/metabase>
- <https://www.metabase.com/blog/they-grow-up-so-fast>
- <https://www.metabase.com/docs/latest/>
- <https://www.metabase.com/docs/latest/questions/introduction>
- <https://www.metabase.com/docs/latest/questions/query-builder/editor>
- <https://www.metabase.com/events/building-in-the-open>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service

## Autres enregistrements de gestionnaires de paquets

- Nix - metabase: normalized package name match | nixpkgs package indexes: pkgs/by-name/me/metabase/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - metabase: normalized package name match | MacPorts ports tree: databases/metabase/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/metabase: normalized package name match | Scoop official bucket manifest trees: bucket/metabase.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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