# Installer supabase avec Homebrew, scoop

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

## installation

```sh
sudo av install brew:supabase
```

## Réponse sur la sécurité des agents

supabase CLI manages hosted projects, databases, functions, and local dev state.

- **Accès aux identifiants:** Reads Supabase tokens, database passwords, env files, and project config.
- **Modification distante:** Can deploy functions, run migrations, and change project state.
- **Risque de publication ou d'artéfact:** Publishes functions, migrations, and generated API artifacts.
- **Contrôle recommandé:** Gate deploy, db push, secrets, link, and token commands.
- **Conseils d'utilisation par les agents:** Allow local status and generation; require approval for remote database or function changes.

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install supabase
```

  Preuve: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/supabase
```

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

## Faits du paquet

- **Clé du paquet:** brew:supabase
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/supabase>
- **Version:** 2.111.0
- **Résumé source:** Postgres development platform
- **Page d'accueil:** <https://supabase.com/docs/reference/cli/about>
- **Docs amont:** <https://supabase.com/docs/reference/cli/about>
- **Licence:** MIT
- **Archive source:** <https://registry.npmjs.org/supabase/-/supabase-2.111.0.tgz>
- **Dernière mise à jour:** 2026-08-01T10:46:09Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- supabase (cli)
- supabase (alias)

## Dépendances

- node

## 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: 2.111.0
- gestionnaire mis à jour: 2026-08-01
- données locales: OK
- dépôt amont: https://supabase.com/docs/reference/cli/about
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

Supabase CLI is the official command-line tool for local Supabase development and platform operations, including local stacks, migrations, Edge Functions, backups, type generation, and project automation.

### Historique du projet

The official repository was created in November 2020. The README describes a TypeScript/Bun monorepo whose published package lives in `apps/cli`, with a legacy Go CLI source tree also kept in the repository.

### Historique d'adoption

Supabase distributes the CLI through npm, Homebrew, Scoop, GitHub Releases, and Linux packages. The README distinguishes the official Homebrew core formula from the Supabase tap and beta channel, making packaging channels part of the tool's normal release story.

### Modes d'utilisation

Common commands include `supabase init`, `supabase start`, `supabase status`, `supabase login`, `supabase link`, `supabase migration`, `supabase db`, `supabase functions`, and `supabase gen types`.

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

Package-manager users care about Supabase CLI because it is the reproducible entry point for running a full local Supabase stack, generating project artifacts, and aligning local database migrations with hosted projects.

### Chronologie

- 2020: Official GitHub repository created.
- 2026: v2.109.x beta releases documented in the official GitHub releases feed.

### Related projects

- Related official components include the Supabase platform, local development stack, Edge Functions, Management API, Supabase MCP, npm package `supabase`, Homebrew formulae, and the Supabase Scoop bucket.

### Sources

- <https://github.com/supabase/cli>
- <https://github.com/supabase/cli/releases>
- <https://raw.githubusercontent.com/supabase/cli/main/README.md>
- <https://supabase.com/docs/reference/cli/introduction>


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Scoop - main/supabase: normalized package name match | Scoop official bucket manifest trees: bucket/supabase.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [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.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [node](https://pkg.so/fr/brew/node/) - Runtime dependency declared by Homebrew.
- [libpq](https://pkg.so/fr/brew/libpq/) - Shares pkgdb curated category or tags: cli, database, developer-tools, postgresql.
- [kubectl-cnpg](https://pkg.so/fr/brew/kubectl-cnpg/) - Shares pkgdb curated category or tags: cli, database, developer-tools, postgresql.
- [sqlx-cli](https://pkg.so/fr/brew/sqlx-cli/) - Shares pkgdb curated category or tags: cli, database, developer-tools, postgresql.
- [sql-lint](https://pkg.so/fr/brew/sql-lint/) - Shares pkgdb curated category or tags: cli, database, developer-tools, postgresql.
- [sqlcmd](https://pkg.so/fr/brew/sqlcmd/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [dbmate](https://pkg.so/fr/brew/dbmate/) - Shares pkgdb curated category or tags: cli, database, developer-tools, postgresql.
- [localstack](https://pkg.so/fr/brew/localstack/) - Shares pkgdb curated category or tags: cli, developer-tools, local-development.
- [pgcli](https://pkg.so/fr/brew/pgcli/) - Shares pkgdb curated category or tags: cli, database, developer-tools, postgresql.
- [supabase-mcp-server](https://pkg.so/fr/brew/supabase-mcp-server/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, database, developer, developer-tools, node.
- [lando-cli](https://pkg.so/fr/brew/lando-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, development, local.
- [portless](https://pkg.so/fr/brew/portless/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, development, local.
- [supabase](https://pkg.so/fr/npm/supabase/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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