# Install ncc with Homebrew

Compile a Node.js project into a single file. Version 0.44.1 via Homebrew; verified 2026-07-01.

## Install

```sh
sudo av install brew:ncc
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ncc
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:ncc
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ncc>
- **Version:** 0.44.1
- **Source summary:** Compile a Node.js project into a single file
- **Homepage:** <https://github.com/vercel/ncc>
- **Repository:** <https://github.com/vercel/ncc>
- **Upstream docs:** <https://github.com/vercel/ncc>
- **License:** MIT
- **Source archive:** <https://registry.npmjs.org/@vercel/ncc/-/ncc-0.44.1.tgz>
- **Last updated:** 2026-07-01T00:51:23Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ncc (cli)
- ncc (alias)

## Dependencies

- node

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.44.1
- Package-manager updated: 2026-07-01
- Local data: ok
- Upstream repository: https://github.com/vercel/ncc
- info: No cached GitHub release or tag data was available.
## Project history and usage

ncc is Vercel's zero-config Node.js bundler CLI for compiling a Node module and its dependencies into a single output file, with TypeScript support, asset handling, source maps, minification, externals, cache commands, and programmatic API support.

### Project history

The repository was created on 2018-11-13, with early package distribution under @zeit/ncc on npm the same day. After Zeit became Vercel, @vercel/ncc was created on npm on 2020-08-12 while the old @zeit/ncc package remained visible for legacy users.

The README describes the motivation plainly: publish minimal npm packages, ship only relevant app code to serverless environments, avoid configuring bundlers, reduce boot-time and I/O overhead, and get a compiled-language-like experience for Node programs.

### Adoption history

GitHub API data retrieved on 2026-07-01 showed 9,817 stars and 316 forks. The npm downloads API reported 3,712,545 downloads for @vercel/ncc and 56,253 downloads for legacy @zeit/ncc during 2026-05-30 through 2026-06-28.

GitHub's own documentation for creating JavaScript actions names @vercel/ncc alongside Rollup as a way to combine action code and dependencies into one file for distribution, which helped make ncc a common packaging tool in the GitHub Actions ecosystem.

### How it is used

The standard workflow is ncc build input.js -o dist, producing a compact dist/index.js. Users add flags for minification, source maps, externals, asset builds, TypeScript transpilation, target level, V8 cache output, or license file generation as needed.

Package nerds especially use ncc for JavaScript GitHub Actions and serverless-ish deployment artifacts: commit or publish a small generated dist file instead of vendoring node_modules, while still keeping dependency resolution close to normal Node.js semantics.

### Why package nerds care

ncc became the boring answer to 'I need one Node file, not a bundler project.' Its constraint is also its appeal: it targets Node programs, not browser apps, so the command stays small and packaging-oriented.

### Timeline

- 2018-11-13: vercel/ncc repository created and @zeit/ncc package created on npm.
- 2020-08-12: @vercel/ncc package created on npm.
- 2024-11-15: 0.38.3 release published.
- 2026-06-29: 0.44.1 release published.
- 2026-07-01: Homebrew Formulae reported stable version 0.44.1.

### Related projects

- @zeit/ncc
- GitHub Actions JavaScript actions
- webpack asset relocator

### Sources

- <https://api.github.com/repos/vercel/ncc>
- <https://api.github.com/repos/vercel/ncc/releases>
- <https://api.npmjs.org/downloads/point/last-month/%40vercel/ncc>
- <https://api.npmjs.org/downloads/point/last-month/%40zeit/ncc>
- <https://docs.github.com/actions/tutorials/creating-a-javascript-action>
- <https://formulae.brew.sh/api/formula/ncc.json>
- <https://github.com/vercel/ncc>
- <https://raw.githubusercontent.com/vercel/ncc/main/readme.md>
- <https://registry.npmjs.org/%40vercel/ncc>
- <https://registry.npmjs.org/%40zeit/ncc>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://www.automicvault.com/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [grunt-cli](https://www.automicvault.com/pkg/brew/grunt-cli/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, javascript, nodejs.
- [closure-compiler](https://www.automicvault.com/pkg/brew/closure-compiler/) - Shares av.db curated category or tags: cli, compiler, developer-tools, javascript.
- [esbuild](https://www.automicvault.com/pkg/brew/esbuild/) - Shares av.db curated category or tags: build-tools, bundler, cli, developer-tools, javascript.
- [gulp-cli](https://www.automicvault.com/pkg/brew/gulp-cli/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, javascript, nodejs.
- [pnpm](https://www.automicvault.com/pkg/brew/pnpm/) - Shares av.db curated category or tags: cli, developer-tools, javascript, nodejs.
- [rollup](https://www.automicvault.com/pkg/brew/rollup/) - Shares av.db curated category or tags: build-tools, bundler, cli, developer-tools, javascript.
- [webpack](https://www.automicvault.com/pkg/brew/webpack/) - Shares av.db curated category or tags: build-tools, bundler, cli, developer-tools, javascript.
- [corepack](https://www.automicvault.com/pkg/brew/corepack/) - Shares av.db curated category or tags: cli, developer-tools, javascript, nodejs.
- [pulp](https://www.automicvault.com/pkg/brew/pulp/) - Both packages touch the same language runtime or ecosystem. Shared terms: build, build-tools, cli, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/ncc.yml](https://github.com/automic-vault/db/blob/main/combined/ncc.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
