macOS
brew install angular-clilocal Homebrew formula metadata
brew
CLI tool for Angular. Version 22.0.5 via Homebrew; verified 2026-07-02.
install
brew install angular-clilocal Homebrew formula metadata
sudo apt install ng-cjkDebian stable package indexes · ng-cjk · source: deb.debian.org
overview
CLI tool for Angular
history
Angular CLI is the official command-line interface for Angular. It creates workspaces, scaffolds application code, runs development servers, builds production bundles, applies generators, and anchors many Angular project workflows around the `ng` command.
The official GitHub repository was created in 2015, during the Angular 2 development period. The CLI emerged as Angular's answer to a common framework problem: developers needed a consistent way to create, build, test, and maintain applications without hand-assembling webpack, TypeScript, test runners, and project layout conventions.
Angular's current documentation describes the CLI as the tool used to initialize, develop, scaffold, and maintain Angular applications from a command shell. The repository README describes the monorepo packages around the CLI, Angular build tooling, DevKit, schematics, architect, and related build packages.
Over time the CLI became more than a project generator. It absorbed workspace configuration, builders, schematics, migrations, update workflows, and package-specific release channels, making it one of the main distribution points for Angular's build-system decisions.
Angular CLI adoption followed Angular adoption: teams standardized on `ng new`, `ng serve`, `ng build`, `ng test`, and `ng update` because those commands matched official documentation and release tooling. The project is distributed primarily as the npm package `@angular/cli`, while Homebrew packages it for users who install developer tools through system package managers.
The repo's package table shows Angular CLI sitting beside build, DevKit, schematics, SSR, and architect packages. That packaging structure matters because many ecosystem tools integrate with Angular not by shelling out alone, but by using the same builders and schematics machinery that the CLI exposes.
The standard workflow is to install `@angular/cli`, create a workspace with `ng new`, run a local app with `ng serve`, generate code with `ng generate`, build with `ng build`, and update with `ng update`. Workspace-wide defaults and project targets live in `angular.json` at the workspace root.
Package users care about major-version alignment: Angular CLI releases track Angular framework majors, and projects usually keep the CLI, Angular packages, TypeScript support, and build tooling within supported version ranges.
Angular CLI is a large framework CLI that package managers mostly wrap rather than reinvent. Its real upstream distribution is npm, but Homebrew users still expect `ng` to appear like any other command-line developer tool.
It is also an example of a CLI that is both executable and policy: installing it brings official assumptions about workspace layout, builders, code generation, migrations, and release cadence.
security posture
No matching local secret-handling manifest was found for angular-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
angular.json at the Angular workspace rootexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ng | cli | global executable |
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.
install metadata
| Package key | brew:angular-cli |
|---|---|
| Version | 22.0.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/angular-cli |
| Homepage | https://angular.dev/cli/ |
| Repository | https://github.com/angular/angular-cli |
| Upstream docs | https://angular.dev/cli |
| License | MIT |
| Source archive | https://registry.npmjs.org/@angular/cli/-/cli-22.0.5.tgz |
| Last updated | 2026-07-02T12:13:45Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | angular-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ng-cjk 1.5~beta1-13
Nihongo MicroGnuEmacs with CJK support
sudo apt install ng-cjkng-cjk-canna 1.5~beta1-13
Nihongo MicroGnuEmacs with CJK and Canna support
sudo apt install ng-cjk-cannang-common 1.5~beta1-13
Common files used by ng-* packages
sudo apt install ng-commonng-latin 1.5~beta1-13
Nihongo MicroGnuEmacs with Latin support
sudo apt install ng-latinng-cjk 1.5~beta1-10
Nihongo MicroGnuEmacs with CJK support
sudo apt install ng-cjkng-cjk-canna 1.5~beta1-10
Nihongo MicroGnuEmacs with CJK and Canna support
sudo apt install ng-cjk-cannang-common 1.5~beta1-10
Common files used by ng-* packages
sudo apt install ng-commonng-latin 1.5~beta1-10
Nihongo MicroGnuEmacs with Latin support
sudo apt install ng-latinsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.