# Installer vercel avec Homebrew, Nix, pacman, apt, MacPorts, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vercel
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install Vc
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: openSUSE Tumbleweed package metadata: Vc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:vercel
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/vercel>
- **Version:** 57.0.0
- **Résumé source:** Command-line interface for Vercel
- **Page d'accueil:** <https://vercel.com/home>
- **Dépôt:** <https://github.com/vercel/vercel>
- **Docs amont:** <https://vercel.com/docs/cli>
- **Licence:** Apache-2.0
- **Archive source:** <https://registry.npmjs.org/vercel/-/vercel-57.0.0.tgz>
- **Dernière mise à jour:** 2026-07-25T22:09:17Z
- **Généré:** 2026-07-26T07:20:29+00:00

## exécutables

- vc (cli)
- vercel (cli)
- vc (alias)
- vercel (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-07-26
- version du gestionnaire: 57.0.0
- gestionnaire mis à jour: 2026-07-25
- données locales: OK
- dépôt amont: https://vercel.com/home
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vercel. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- 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.5: installed executable or alias match | openSUSE Tumbleweed package metadata: Vc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Development Files for Vc | https://github.com/VcDevel/Vc/
- zypper - Vc-devel-doc - 1.4.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: Vc-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | API documentation for Vc | https://github.com/VcDevel/Vc/
- zypper - Vc-devel-static - 1.4.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: Vc-devel-static from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Vc Static Library | https://github.com/VcDevel/Vc/


## Liens liés

- [Cloud CLI packages](https://www.automicvault.com/fr/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/fr/pkg/web-dev-tools/) - Matched web development metadata.
- [node](https://www.automicvault.com/fr/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [ansible](https://www.automicvault.com/fr/pkg/brew/ansible/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment, devops.
- [firebase-cli](https://www.automicvault.com/fr/pkg/brew/firebase-cli/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment, hosting.
- [railway](https://www.automicvault.com/fr/pkg/brew/railway/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment, hosting.
- [scalingo](https://www.automicvault.com/fr/pkg/brew/scalingo/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment, hosting.
- [aws-sam-cli](https://www.automicvault.com/fr/pkg/brew/aws-sam-cli/) - Shares av.db curated category or tags: cli, cloud-infrastructure, deployment, serverless.
- [azion](https://www.automicvault.com/fr/pkg/brew/azion/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment.
- [convox](https://www.automicvault.com/fr/pkg/brew/convox/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment.
- [flyctl](https://www.automicvault.com/fr/pkg/brew/flyctl/) - Shares av.db curated category or tags: cli, cloud, cloud-infrastructure, deployment.
- [vercel](https://www.automicvault.com/fr/pkg/npm/vercel/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, cloud, cloud-infrastructure, command-line, deployment.
- [sandbox](https://www.automicvault.com/fr/pkg/npm/sandbox/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, interface.
- [vercel](https://www.automicvault.com/fr/pkg/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/automic-vault/db/blob/main/combined/vercel.yml)


## Sources

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