# katana を Homebrew, apk, MacPorts, Nix, winget でインストール

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

## インストール

```sh
sudo av install brew:katana
```

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

### macOS

- Homebrew (100%):

```sh
brew install katana
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install katana
```

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

### Linux

- apk (92%):

```sh
sudo apk add katana
```

  証拠: Alpine Linux edge package indexes: katana from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#katana
```

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

### Windows

- winget (92%):

```sh
winget install --id HiroyukiFuruno.katana-desktop -e
```

  証拠: Windows Package Manager source index: HiroyukiFuruno.katana-desktop from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:katana
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.6.1
- **ソース概要:** Crawling and spidering framework
- **ホームページ:** <https://github.com/projectdiscovery/katana>
- **リポジトリ:** <https://github.com/projectdiscovery/katana>
- **最終更新:** 2026-07-27T21:58:37+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- katana (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

katana is ProjectDiscovery's Go-based crawling and spidering framework for security automation, designed for fast CLI crawling with both standard HTTP and headless-browser modes.

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

ProjectDiscovery introduced katana publicly in November 2022 as a crawler focused on automation pipelines. Its README emphasizes standard and headless crawling, JavaScript parsing, scope control, automatic form filling, and structured output.

The 1.0.0 release in March 2023 made a breaking change to the JSON output structure, a signal that katana had moved from early crawler prototype to a more stable automation surface for downstream tooling.

### 採用の歴史

katana fits the broader ProjectDiscovery ecosystem of small security CLIs used in bug bounty, reconnaissance, and continuous security workflows. Package-manager entries across Homebrew, Alpine, MacPorts, and Nix reflect that it is meant to be installed into shell pipelines and CI jobs.

### 使われ方

The documented usage accepts URLs from flags, files, or stdin and emits results to stdout, files, or JSON. Its headless mode targets JavaScript-heavy sites and single-page applications that plain HTTP crawlers can miss.

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

katana is notable as a security package because it packages browser-aware crawling as a single CLI with predictable output. That makes it easy to chain with URL collectors, template scanners, and other ProjectDiscovery tools.

### タイムライン

- 2022-11-07: Initial release commit
- 2023-03-20: v1.0.0 release changed the JSON output structure
- 2024-07-23: v1.2.0 release line continued the post-1.0 series
- 2026-01-06: v1.4.0 release appeared in the GitHub release list

### Related projects

- Related ProjectDiscovery tools include nuclei, httpx, subfinder, and naabu; adjacent crawler concepts include headless-browser crawling, JavaScript endpoint extraction, and web reconnaissance pipelines.

### ソース

- <https://docs.projectdiscovery.io/opensource/katana/overview>
- <https://formulae.brew.sh/formula/katana>
- <https://github.com/projectdiscovery/katana>
- <https://github.com/projectdiscovery/katana/commit/eed0e33049830e3c917c5ab5baeeea3cfec740b0.patch>
- <https://github.com/projectdiscovery/katana/releases/tag/v1.0.0>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## 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: ~/.config/katana/form-config.yaml, ~/.config/katana/field-config.yaml
## 他のパッケージマネージャ記録

- Nix - katana: normalized package name match | nixpkgs package indexes: pkgs/by-name/ka/katana/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - katana - 1.6.1-r2: normalized package name match | Alpine Linux edge package indexes: katana from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Next-generation crawling and spidering framework | https://github.com/projectdiscovery/katana
- apk - katana-doc - 1.6.1-r2: normalized package name match | Alpine Linux edge package indexes: katana-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Next-generation crawling and spidering framework (documentation) | https://github.com/projectdiscovery/katana
- MacPorts - katana: normalized package name match | MacPorts ports tree: www/katana/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - HiroyukiFuruno.katana-desktop: normalized package name match | Windows Package Manager source index: HiroyukiFuruno.katana-desktop from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/katana.yml](https://github.com/mxcl/pkgdb/blob/main/combined/katana.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
