Vercel — AI · · 1 min read

Experimental native binaries for Vercel CLI

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

1 min read

May 27, 2026

The Vercel CLI now ships an optional experimental native binary that starts faster, is even more secure, and requires no Node.js runtime dependency.

Binaries are code-signed, allowing your OS to verify that they came from Vercel and haven't been modified. Additionally, on macOS, credentials are stored in the system Keychain scoped to the binary, so other processes cannot access them without explicit permission.

You can opt in by installing the experimental package:

pnpm i -g @vercel/vc-native -f

The -f flag is required because @vercel/vc-native installs the same global vercel and vc bin names as the standard CLI. Once installed, vercel and vc run the native binary across macOS, Linux, and Windows on x64 and arm64.

Let us know what you think on GitHub.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI