macOS
brew install kraken2local Homebrew formula metadata
brew
kraken2 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kraken2local Homebrew formula metadata
sudo apt install kraken2Debian stable package indexes · kraken2 · ソース: deb.debian.org
sudo apk add k2Alpine Linux edge package indexes · k2 · ソース: dl-cdn.alpinelinux.org
概要
Taxonomic sequence classification system
履歴
Kraken 2 is the second-generation Kraken taxonomic sequence classifier for DNA reads. It matters in bioinformatics packaging because it packages a high-performance, database-heavy scientific CLI into standard Unix package-manager workflows while still reflecting the research tool's unusually large external data requirements.
The original Kraken classifier was published in Genome Biology in 2014 as an ultrafast metagenomic sequence classification method based on exact k-mer alignments. Kraken 2 was created after Kraken 1's speed exposed a practical problem: large k-mer/LCA databases could demand enough RAM to make the tool hard to run on ordinary workstations.
Kraken 2's manual describes the key redesign: it stores minimizers instead of every k-mer, uses a probabilistic compact hash table, supports translated search against amino-acid databases, and adds spaced seeds and special database support. The Kraken 2 paper was published in Genome Biology on 2019-11-28 and reported lower memory use and faster classification while keeping Kraken-style exact-match taxonomy assignment.
Kraken 2 became part of the common metagenomics command-line toolkit because it preserved Kraken's CLI-centered workflow while reducing the memory barrier for large microbial reference databases. Its Homebrew, Debian, Ubuntu, Alpine, and source-build packaging reflects the way sequencing labs and HPC users install reproducible command-line tools across mixed Linux and macOS environments.
The project also kept compatibility with the surrounding Kraken ecosystem, including the original Kraken paper lineage and related abundance-estimation workflows such as Bracken, which helped make Kraken 2 an upgrade path rather than a disconnected replacement.
Users install the program, then build or download a taxonomy database before classifying reads with commands such as kraken2, kraken2-build, and kraken2-inspect. The manual emphasizes that database construction depends on external taxonomy and sequence downloads, disk space, RAM, OpenMP-capable builds, and Unix utilities.
For package managers, Kraken 2 is an example where the packaged executable is only part of the operational story: the large mutable reference database, network downloads, and local storage policy matter as much as the binary.
Kraken 2 is a package-nerd case study in scientific software distribution: a small CLI package fronts a large and evolving data dependency that cannot simply be vendored into the formula. It also shows why bioinformatics packages often need both upstream manuals and package-manager metadata to communicate runtime expectations.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
k2 | cli | グローバル実行可能ファイル | |
kraken2 | cli | グローバル実行可能ファイル | |
kraken2-build | cli | グローバル実行可能ファイル | |
kraken2-inspect | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/DerrickWood/kraken2
インストールメタデータ
| パッケージキー | brew:kraken2 |
|---|---|
| バージョン | 2.17.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kraken2 |
| ホームページ | https://github.com/DerrickWood/kraken2 |
| リポジトリ | https://github.com/DerrickWood/kraken2 |
| 上流ドキュメント | https://github.com/DerrickWood/kraken2/blob/master/docs/MANUAL.markdown |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.17.1.tar.gz |
| 依存関係 | gperftools, libomp, python@3.14, wget |
| macOS 提供ライブラリ | perl, rsync |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kraken2 |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
kraken2 2.1.3-1
taxonomic classification system using exact k-mer matches
https://www.ccb.jhu.edu/software/kraken2/
sudo apt install kraken2kraken2 2.1.3-1
taxonomic classification system using exact k-mer matches
https://www.ccb.jhu.edu/software/kraken2/
sudo apt install kraken2k2 0_git20260430-r0
Chess engine with UCI and Xboard interface
https://github.com/serg-meus/k2
sudo apk add k2ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.