# newman を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:newman
```

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

### macOS

- Homebrew (100%):

```sh
brew install newman
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#newman
```

  証拠: nixpkgs package indexes: pkgs/by-name/ne/newman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:newman
- **パッケージマネージャ:** Homebrew
- **バージョン:** 6.2.2
- **ソース概要:** Command-line collection runner for Postman
- **ホームページ:** <https://www.getpostman.com>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- newman (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Newman is Postman's command-line collection runner. It turns Postman collections into repeatable CLI, CI, Docker, and Node.js library workflows, making Postman tests usable outside the desktop app.

### プロジェクトの歴史

The npm package was created on 2014-04-29 and had 172 published versions with latest 6.2.2 when researched on 2026-07-01. GitHub's release feed shows v6.0.0 on 2023-09-14, v6.2.0 on 2024-08-16, v6.2.1 on 2024-08-20, and v6.2.2 on 2026-01-16. The repository and docs are maintained under postmanlabs.

### 採用の歴史

Newman is the largest-adoption package in this batch by a wide margin. npm reported 37,462,167 downloads for the year ending 2026-06-28, reflecting its role as the standard way to run Postman collections in automated environments. Homebrew adoption is smaller because many users install via npm or Docker, but Homebrew still reported 2,541 install-on-request events over 365 days.

### 使われ方

The normal workflow is `newman run <collection>`, optionally with environment files, globals, iteration data, folder selection, timeouts, reporters, export flags, and SSL/proxy settings. The README and Postman docs also describe using Newman as a Node.js module and running collections fetched from the Postman API.

In CI, package nerds use Newman to keep API smoke tests and contract-ish Postman collections under version control, emit JUnit/JSON/HTML reports, fail builds on request/test failures, and integrate community reporters such as htmlextra, CSV, Allure, statsd, Confluence, or InfluxDB.

### パッケージ好きにとっての重要性

Newman is significant because it made Postman collections portable. Instead of keeping API checks trapped in a GUI workspace, teams can run the same collection in GitHub Actions, Jenkins, Docker, local scripts, or a Node process.

### タイムライン

- 2014-04-29: npm registry shows the newman package creation date.
- 2023-09-14: GitHub release feed shows v6.0.0.
- 2024-08-16: GitHub release feed shows v6.2.0.
- 2026-01-16: GitHub release feed shows v6.2.2.
- 2026-06-28: npm download endpoint reported 37,462,167 downloads for the previous year.
- 2026-07-01: Homebrew formula API reported stable 6.2.2 and 2,541 install-on-request events over 365 days.

### Related projects

- Postman collections, environments, and the Postman API are the main ecosystem inputs.
- Community reporter packages using the `newman-reporter-*` naming pattern extend output for CI dashboards and reporting tools.

### ソース

- <https://api.npmjs.org/downloads/point/last-year/newman>
- <https://formulae.brew.sh/api/formula/newman.json>
- <https://formulae.brew.sh/formula/newman>
- <https://github.com/postmanlabs/newman>
- <https://github.com/postmanlabs/newman/releases.atom>
- <https://learning.postman.com/docs/reference/newman-cli/command-line-integration-with-newman>
- <https://raw.githubusercontent.com/postmanlabs/newman/develop/README.md>
- <https://registry.npmjs.org/newman>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - newman: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/newman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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