# angular-cli を Homebrew, apt でインストール

angular-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:angular-cli
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install angular-cli
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install ng-cjk
```

  証拠: Debian stable package indexes: ng-cjk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:angular-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 22.1.2
- **ソース概要:** CLI tool for Angular
- **ホームページ:** <https://angular.dev/cli/>
- **最終更新:** 2026-07-31T17:39:45Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ng (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 22.1.2
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2015: The angular-cli GitHub repository is created.
- 2016: Angular 2 reaches general availability, with CLI tooling becoming central to the framework workflow.
- 2017: Angular 4 era documentation and releases continue the CLI as the standard project tooling surface.
- 2020s: Angular CLI releases remain aligned with Angular major versions and the Angular DevKit ecosystem.
- 2026: GitHub releases show active Angular CLI 20, 21, and 22 release trains.

### Related projects

- Angular framework packages are the main runtime companion to the CLI.
- Angular DevKit, schematics, architect, build-angular, and Angular SSR are sibling packages in the same official CLI repository.
- Node.js and npm are prerequisites for the default installation path documented by the repository README.

### ソース

- <https://angular.dev/reference/configs/workspace-config>
- <https://angular.dev/tools/cli>
- <https://api.github.com/repos/angular/angular-cli>
- <https://api.github.com/repos/angular/angular-cli/releases>
- <https://raw.githubusercontent.com/angular/angular-cli/main/README.md>
- source_facts.package-manager


## セキュリティノート

angular-cli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



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

- Unix: angular.json at the Angular workspace root
## 他のパッケージマネージャ記録

- Debian apt - ng-cjk - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-cjk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Nihongo MicroGnuEmacs with CJK support
- Debian apt - ng-cjk-canna - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-cjk-canna from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Nihongo MicroGnuEmacs with CJK and Canna support
- Debian apt - ng-common - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Common files used by ng-* packages
- Debian apt - ng-latin - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-latin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Nihongo MicroGnuEmacs with Latin support
- Ubuntu apt - ng-cjk - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-cjk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Nihongo MicroGnuEmacs with CJK support
- Ubuntu apt - ng-cjk-canna - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-cjk-canna from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Nihongo MicroGnuEmacs with CJK and Canna support
- Ubuntu apt - ng-common - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Common files used by ng-* packages
- Ubuntu apt - ng-latin - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-latin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Nihongo MicroGnuEmacs with Latin support


## Combined YAML source

View the package source record on GitHub. [combined/angular-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/angular-cli.yml)


## ソース

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