# witr を Homebrew, MacPorts, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:witr
```

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

### macOS

- Homebrew (100%):

```sh
brew install witr
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install witr
```

  証拠: MacPorts ports tree: sysutils/witr/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#witr
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/witr
```

  証拠: Scoop official bucket manifest trees: bucket/witr.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id PranshuParmar.witr -e
```

  証拠: Windows Package Manager source index: PranshuParmar.witr from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:witr
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/witr>
- **バージョン:** 0.3.3
- **ソース概要:** Why is this running?
- **ホームページ:** <https://github.com/pranshuparmar/witr>
- **リポジトリ:** <https://github.com/pranshuparmar/witr>
- **上流ドキュメント:** <https://github.com/pranshuparmar/witr#readme>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/pranshuparmar/witr/archive/refs/tags/v0.3.3.tar.gz>
- **最終更新:** 2026-07-25T22:40:21+02:00
- **生成日時:** 2026-07-26T07:20:29+00:00

## 実行可能ファイル

- witr (cli)
- witr (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-26
- マネージャ版: 0.3.3
- マネージャ更新日: 2026-07-25
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/pranshuparmar/witr
- 検出された最新: v0.3.3 (最新)
## プロジェクトの歴史と使われ方

witr, short for the question 'Why is this running?', is a Go system-inspection CLI focused on explaining the cause behind running processes, open ports, containers, and file locks. The public repository was created in December 2025, and its README positions it as a causality layer above tools such as ps, top, lsof, ss, systemctl, and docker ps.

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

The project appeared as a small single-purpose diagnostics tool and quickly acquired a broader interactive mode. Its README emphasizes both direct human-readable output and an interactive terminal dashboard with tabs for processes, ports, containers, and locks, reflecting a shift from one-shot inspection toward an operator-facing TUI.

### 採用の歴史

Although new, witr shows unusually strong early adoption signals for a system utility: the GitHub API showed more than 18,000 stars during this enrichment run, and the latest GitHub release at the time checked was v0.3.3, published on June 24, 2026. The README also points to packaging across multiple ecosystems, including Unix, macOS, Windows, FreeBSD, and several package managers, which is notable for a young CLI.

### 使われ方

witr is used when an operator sees a process, listening port, container, or lock and wants the chain of responsibility rather than another flat listing. It correlates process metadata, services, containers, shells, repositories, and related system state to explain where a running thing came from and how it was started.

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

Its package-nerd appeal is the tidy premise: most Unix inspection tools expose facts, while witr tries to narrate cause. That makes it a modern companion to classic observability commands, especially for developers moving between local machines, containers, service managers, and language-specific dev servers.

### ソース

- <https://api.github.com/repos/pranshuparmar/witr>
- <https://api.github.com/repos/pranshuparmar/witr/releases/latest>
- <https://github.com/pranshuparmar/witr>
- <https://news.ycombinator.com/item?id=46392910>


## セキュリティノート

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


## ソースデータベース詳細

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

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

- Nix - witr: normalized package name match | nixpkgs package indexes: pkgs/by-name/wi/witr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - witr: normalized package name match | MacPorts ports tree: sysutils/witr/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/witr: normalized package name match | Scoop official bucket manifest trees: bucket/witr.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - PranshuParmar.witr: normalized package name match | Windows Package Manager source index: PranshuParmar.witr from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [gops](https://www.automicvault.com/ja/pkg/brew/gops/) - Shares av.db curated category or tags: cli, diagnostics, go, system.
- [bpftop](https://www.automicvault.com/ja/pkg/brew/bpftop/) - Shares av.db curated category or tags: cli, observability, system.
- [clinfo](https://www.automicvault.com/ja/pkg/brew/clinfo/) - Shares av.db curated category or tags: cli, diagnostics, system.
- [confd](https://www.automicvault.com/ja/pkg/brew/confd/) - Shares av.db curated category or tags: cli, go, system.
- [cpuid](https://www.automicvault.com/ja/pkg/brew/cpuid/) - Shares av.db curated category or tags: cli, go, system.
- [diskwatch](https://www.automicvault.com/ja/pkg/brew/diskwatch/) - Shares av.db curated category or tags: cli, diagnostics, system.
- [eatmemory](https://www.automicvault.com/ja/pkg/brew/eatmemory/) - Shares av.db curated category or tags: cli, diagnostics, system.
- [g-ls](https://www.automicvault.com/ja/pkg/brew/g-ls/) - Shares av.db curated category or tags: cli, go, system.
- [is-docker](https://www.automicvault.com/ja/pkg/npm/is-docker/) - Local package facts share a topical domain. Shared terms: cli, is, process, running, system.

## Combined YAML source

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


## ソース

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