# supabase を Homebrew, scoop でインストール

supabase のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

## エージェント安全性の回答

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

- **認証情報アクセス:** Reads Supabase tokens, database passwords, env files, and project config.
- **リモート変更:** Can deploy functions, run migrations, and change project state.
- **公開/成果物リスク:** Publishes functions, migrations, and generated API artifacts.
- **推奨コントロール:** Gate deploy, db push, secrets, link, and token commands.
- **エージェント利用ガイダンス:** Allow local status and generation; require approval for remote database or function changes.

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install supabase
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:supabase
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.111.0
- **ソース概要:** Postgres development platform
- **ホームページ:** <https://supabase.com/docs/reference/cli/about>
- **最終更新:** 2026-08-01T10:46:09Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- supabase (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.111.0
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- 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


## Combined YAML source

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


## ソース

- 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
- curated agent safety answer
