macOS
brew install kallistolocal Homebrew formula metadata
brew
kallisto のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kallistolocal Homebrew formula metadata
sudo apt install kallistoDebian stable package indexes · kallisto · ソース: deb.debian.org
nix profile install nixpkgs#kallistonixpkgs package indexes · pkgs/by-name/ka/kallisto/package.nix · ソース: api.github.com
概要
Quantify abundances of transcripts from RNA-Seq data
履歴
kallisto is a bioinformatics command-line program for quantifying transcript abundances from RNA-seq and related high-throughput sequencing data. Its significance comes from pseudoalignment: a faster compatibility test between reads and targets that avoids full alignment while retaining the information needed for quantification.
The public GitHub repository was created on 2014-11-13, and GitHub releases show v0.42 labeled as the first release on 2015-05-06. The 2016 Nature Biotechnology paper by Bray, Pimentel, Melsted, and Pachter introduced kallisto as a near-optimal probabilistic RNA-seq quantification program and described it as much faster than earlier approaches.
The README and manual place the tool in a reproducible scientific workflow: build an index from a transcriptome, run quantification on paired-end or single-end reads, optionally bootstrap estimates, and analyze bulk RNA-seq output with sleuth. The repository also points to scripts for reproducing the paper results, reinforcing its role as both software and a published method.
Later development extended kallisto's neighborhood beyond bulk RNA-seq. The README links kallisto with bustools and the kallisto-bustools ecosystem for preprocessing single-cell RNA-seq data, and releases in the 0.50.x and 0.51.x era reference long-read kallisto work before v0.52.0 restored genomebam and pseudobam functionality in 2026.
kallisto became widely packaged because it occupies a high-value scientific niche: a single executable that made transcript quantification fast enough for routine laptop and cluster workflows. The batch metadata lists Homebrew, Debian, Ubuntu, and Nix packages, while upstream releases provide binaries and source for research environments that pin methods by version.
Its adoption is also tied to downstream method ecosystems. sleuth gave users a statistical analysis path for kallisto-quantified bulk RNA-seq, while bustools and kallisto-bustools made the pseudoalignment idea part of single-cell preprocessing workflows.
A typical kallisto workflow builds a transcriptome index and then runs `kallisto quant` on sequencing reads to produce abundance estimates. The manual documents related commands such as `index`, `quant`, `bus`, `pseudo`, `merge`, and `h5dump`, making the package useful both for direct quantification and for integration into larger pipelines.
Because kallisto is method software as much as a utility, users often cite the paper, pin the executable version, and keep index-building inputs alongside analysis scripts.
kallisto is a classic example of research software crossing into general package managers: it is small enough to install like a normal CLI, but scientifically important enough that packaging, versioning, and binary reproducibility matter.
For package indexes, it also demonstrates the challenge of scientific CLI metadata: the package name is simple, but the real provenance includes a paper, a lab website, release binaries, and companion tools such as sleuth and bustools.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
kallisto | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/pachterlab/kallisto
インストールメタデータ
| パッケージキー | brew:kallisto |
|---|---|
| バージョン | 0.52.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kallisto |
| ホームページ | https://pachterlab.github.io/kallisto/ |
| リポジトリ | https://github.com/pachterlab/kallisto |
| 上流ドキュメント | https://github.com/pachterlab/kallisto#readme |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/pachterlab/kallisto/archive/refs/tags/v0.52.0.tar.gz |
| 依存関係 | hdf5 |
| ビルド依存関係 | cmake |
| 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 | kallisto |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
kallisto 0.48.0+dfsg-4+b1
near-optimal RNA-Seq quantification
https://pachterlab.github.io/kallisto
sudo apt install kallistokallisto-examples 0.48.0+dfsg-4
near-optimal RNA-Seq quantification (example data)
https://pachterlab.github.io/kallisto
sudo apt install kallisto-exampleskallisto
nix profile install nixpkgs#kallistokallisto 0.48.0+dfsg-4build1
near-optimal RNA-Seq quantification
https://pachterlab.github.io/kallisto
sudo apt install kallistokallisto-examples 0.48.0+dfsg-4build1
near-optimal RNA-Seq quantification (example data)
https://pachterlab.github.io/kallisto
sudo apt install kallisto-examplesソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.