pkg.soopen package index

brew / rank 2354

Install vercel with Homebrew, Nix, pacman, apt, MacPorts, zypper

Command-line interface for Vercel. Version 58.4.4 via Homebrew; verified 2026-07-31. Also installable with macports: sudo port install Vc.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install vercel

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install Vc

MacPorts ports tree · math/Vc/Portfile · source: api.github.com

Linux

Nixverified · 92%
nix profile install nixpkgs#vc

nixpkgs package indexes · pkgs/by-name/vc/vc/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S vc

Arch Linux sync databases · vc · source: geo.mirror.pkgbuild.com

Debian aptverified · 92%
sudo apt install vc-dev

Debian stable package indexes · vc-dev · source: deb.debian.org

openSUSE zypperverified · 92%
sudo zypper install Vc-devel

openSUSE Tumbleweed package metadata · Vc-devel · source: download.opensuse.org

overview

Package summary

Command-line interface for Vercel

Commands and aliases

  • vc
  • vercel

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

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

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for vercel. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

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

Config paths the tool may read or write during local use.

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

Credential-bearing paths to review before unattended agent runs.

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

executables

Installed executables

CommandKindExposureNote
vcexecutableindexed executableDiscovered from the local executable index.
vercelexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version58.4.4
manager updated2026-07-31
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:vercel
Version58.4.4
Package managerHomebrew
Homepagehttps://vercel.com/home
Last updated2026-07-31T22:10:44Z
Pulseupdated
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

MacPorts94%

Vc

sudo port install Vc
  • installed executable or alias match
  • Matched by: Vc
MacPorts ports tree · api.github.com · MacPorts ports tree: math/Vc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

vc-dev 1.4.5-1

C++ types for explicitly data-parallel programming

https://github.com/VcDevel/Vc

sudo apt install vc-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: vc
  • installed executable or alias match
  • Matched by: Vc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

vc

nix profile install nixpkgs#vc
  • installed executable or alias match
  • Matched by: Vc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vc/vc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

vc-dev 1.4.4-1

C++ types for explicitly data-parallel programming

https://github.com/VcDevel/Vc

sudo apt install vc-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: vc
  • installed executable or alias match
  • Matched by: Vc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman92%

vc 1.4.5-1

A library to ease explicit vectorization of C++ code

https://github.com/VcDevel/Vc

sudo pacman -S vc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • installed executable or alias match
  • Matched by: Vc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: vc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

Vc-devel 1.4.5-1.7

Development Files for Vc

https://github.com/VcDevel/Vc/

sudo zypper install Vc-devel
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: Vc
  • 1 dependencies
  • 2 provides
  • installed executable or alias match
  • Matched by: Vc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: Vc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

Vc-devel-doc 1.4.5-1.7

API documentation for Vc

https://github.com/VcDevel/Vc/

sudo zypper install Vc-devel-doc
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: noarch
  • Source Package: Vc
  • 1 provides
  • installed executable or alias match
  • Matched by: Vc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: Vc-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

Vc-devel-static 1.4.5-1.7

Vc Static Library

https://github.com/VcDevel/Vc/

sudo zypper install Vc-devel-static
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: Vc
  • 1 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Vc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: Vc-devel-static from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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