# vercel を Homebrew, Nix, pacman, apt, MacPorts, zypper でインストール

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

## インストール

```sh
sudo av install brew:vercel
```

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

### macOS

- Homebrew (100%):

```sh
brew install vercel
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install Vc
```

  証拠: MacPorts ports tree: math/Vc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vc
```

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

- pacman (92%):

```sh
sudo pacman -S vc
```

  証拠: Arch Linux sync databases: vc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install vc-dev
```

  証拠: Debian stable package indexes: vc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install Vc-devel
```

  証拠: openSUSE Tumbleweed package metadata: Vc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:vercel
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/vercel>
- **バージョン:** 58.4.4
- **ソース概要:** Command-line interface for Vercel
- **ホームページ:** <https://vercel.com/home>
- **上流ドキュメント:** <https://vercel.com/home>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://registry.npmjs.org/vercel/-/vercel-58.4.4.tgz>
- **最終更新:** 2026-07-31T22:10:44Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- vc (cli)
- vercel (cli)
- vc (エイリアス)
- vercel (エイリアス)

## 依存関係

- node

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 58.4.4
- マネージャ更新日: 2026-07-31
- ローカルデータ: OK
- 上流リポジトリ: https://vercel.com/home
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Vercel CLI is the command-line client for deploying, developing, linking, inspecting, and operating projects on Vercel. The `vercel` and `vc` executables expose both interactive developer workflows and token-based automation for CI/CD.

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

The official repository dates to 2016 and grew into a large TypeScript-centered monorepo for Vercel's CLI, builders, runtimes, and related packages. The regular CLI continues to be distributed as the `vercel` npm package, with separate native CLI binaries offered as an explicit alternative.

### 採用の歴史

The CLI evolved with Vercel's deployment platform: version 24 in 2022 stabilized `vercel dev` and moved most CLI code to TypeScript; version 28 added deeper Git metadata and project-linking workflows. Later releases added a device-flow login, direct API access, agent-oriented historical logs, and local-directory scoping.

### 使われ方

Developers use `vercel` to deploy the current project, `vercel dev` to emulate the platform locally, and `vercel link` or `.vercel/project.json` to bind a directory to a remote project. Operational commands cover domains, DNS, environment variables, logs, deployments, rollbacks, integrations, and authenticated API requests.

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

Vercel CLI is a prominent npm-installed cloud CLI whose long-running command surface tracks the shift from simple frontend deployment toward a broad programmable platform. Package users care about its dual `vercel`/`vc` commands, project-local state, cross-platform XDG-derived global state, rapid release cadence, and growing native-binary option.

### タイムライン

- 2016: Official repository established.
- 2022-02-17: Vercel CLI v24 released; `vercel dev` became stable.
- 2022-08-12: Vercel CLI v28 released with expanded Git and linking behavior.
- 2025-09-12: OAuth 2.0 Device Flow became the CLI login path.
- 2026-01-27: `vercel api` added direct authenticated API access.
- 2026-02-10: `vercel logs` gained historical, agent-oriented querying.

### Related projects

- The repository also contains Vercel builders, runtimes, and platform packages; the CLI works closely with Git providers, the Vercel REST API, framework build outputs, and the separately distributed `@vercel/vc-native` binaries.

### ソース

- <https://github.com/vercel/vercel>
- <https://vercel.com/changelog/introducing-the-vercel-api-cli-command>
- <https://vercel.com/changelog/new-vercel-cli-login-flow>
- <https://vercel.com/changelog/vercel-cli-v24>
- <https://vercel.com/changelog/vercel-cli-v28>
- <https://vercel.com/docs/cli>


## セキュリティノート

vercel に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.local/share/com.vercel.cli/config.json
- macOS: ~/Library/Application Support/com.vercel.cli/config.json
- Windows: %APPDATA%\Roaming\xdg.data\com.vercel.cli\config.json

## Credential files

- Linux: ~/.local/share/com.vercel.cli/auth.json
- macOS: ~/Library/Application Support/com.vercel.cli/auth.json
- Windows: %APPDATA%\Roaming\xdg.data\com.vercel.cli\auth.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** vercel
- **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

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

- MacPorts - Vc: installed executable or alias match | MacPorts ports tree: math/Vc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - vc-dev - 1.4.5-1: installed executable or alias match | Debian stable package indexes: vc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C++ types for explicitly data-parallel programming | https://github.com/VcDevel/Vc
- Nix - vc: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/vc/vc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - vc-dev - 1.4.4-1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: vc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C++ types for explicitly data-parallel programming | https://github.com/VcDevel/Vc
- pacman - vc - 1.4.5-1: installed executable or alias match | Arch Linux sync databases: vc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A library to ease explicit vectorization of C++ code | https://github.com/VcDevel/Vc
- zypper - Vc-devel - 1.4.5-1.7: installed executable or alias match | openSUSE Tumbleweed package metadata: Vc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development Files for Vc | https://github.com/VcDevel/Vc/
- zypper - Vc-devel-doc - 1.4.5-1.7: installed executable or alias match | openSUSE Tumbleweed package metadata: Vc-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | API documentation for Vc | https://github.com/VcDevel/Vc/
- zypper - Vc-devel-static - 1.4.5-1.7: installed executable or alias match | openSUSE Tumbleweed package metadata: Vc-devel-static from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Vc Static Library | https://github.com/VcDevel/Vc/


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://pkg.so/ja/web-dev-tools/) - Matched web development metadata.
- [node](https://pkg.so/ja/brew/node/) - Runtime dependency declared by Homebrew.
- [ansible](https://pkg.so/ja/brew/ansible/) - Shares pkgdb curated category or tags: cli, cloud, cloud-infrastructure, deployment, devops.
- [firebase-cli](https://pkg.so/ja/brew/firebase-cli/) - Shares pkgdb curated category or tags: cli, cloud, cloud-infrastructure, deployment, hosting.
- [railway](https://pkg.so/ja/brew/railway/) - Shares pkgdb curated category or tags: cli, cloud, cloud-infrastructure, deployment, hosting.
- [scalingo](https://pkg.so/ja/brew/scalingo/) - Shares pkgdb curated category or tags: cli, cloud, cloud-infrastructure, deployment, hosting.
- [helm](https://pkg.so/ja/brew/helm/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, deployment, devops.
- [flyctl](https://pkg.so/ja/brew/flyctl/) - Shares pkgdb curated category or tags: cli, cloud, cloud-infrastructure, deployment.
- [aws-sam-cli](https://pkg.so/ja/brew/aws-sam-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, deployment, serverless.
- [helmfile](https://pkg.so/ja/brew/helmfile/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, deployment, devops.
- [vercel](https://pkg.so/ja/npm/vercel/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, cloud, cloud-infrastructure, command-line, deployment.
- [sandbox](https://pkg.so/ja/npm/sandbox/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, interface.
- [vercel](https://pkg.so/ja/npm/vercel/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## ソース

- pkg.so package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
