macOS
brew install bowtie2local Homebrew formula metadata
sudo port install bowtie2MacPorts ports tree · science/bowtie2/Portfile · source: api.github.com
brew
Fast and sensitive gapped read aligner. Version 2.5.5 via Homebrew; verified from local package data.
install
brew install bowtie2local Homebrew formula metadata
sudo port install bowtie2MacPorts ports tree · science/bowtie2/Portfile · source: api.github.com
sudo apt install bowtie2Debian stable package indexes · bowtie2 · source: deb.debian.org
sudo dnf install bowtie2Fedora Rawhide package metadata · bowtie2 · source: dl.fedoraproject.org
nix profile install nixpkgs#bowtie2nixpkgs package indexes · pkgs/by-name/bo/bowtie2/package.nix · source: api.github.com
sudo zypper install bowtie2openSUSE Tumbleweed package metadata · bowtie2 · source: download.opensuse.org
overview
Fast and sensitive gapped read aligner
history
Bowtie 2 is a fast, memory-efficient DNA sequencing read aligner and one of the canonical command-line tools in genomics packaging. It aligns sequencing reads to long reference genomes and emits SAM for downstream tools.
Bowtie 2 followed Bowtie 1, which the manual says was released in 2009 for the shorter reads common at the time. Bowtie 2 was introduced for longer reads and newer sequencing workloads, adding gapped alignment, local alignment, flexible paired-end handling, richer mapping qualities, and a different command-line and index format.
The Bowtie 2 news archive shows beta releases in 2011. The main Bowtie 2 paper, 'Fast gapped-read alignment with Bowtie 2,' appeared in Nature Methods in 2012. The public GitHub repository was created in December 2012, and the official news archive notes that the source moved to GitHub in February 2014.
Bowtie 2 became a standard first-stage aligner for short-read sequencing pipelines, including variation calling, ChIP-seq, RNA-seq, bisulfite sequencing, and comparative genomics. The manual explicitly names SAMtools and GATK as downstream SAM consumers and says Bowtie 2 is tightly integrated into many other tools.
Distribution is broad: the supplied package facts list Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, and openSUSE, while the official manual highlights Bioconda and SourceForge binaries. Prebuilt genome indexes on the official site further cement it as a practical packaged tool rather than just a paper artifact.
Users build or download a Bowtie 2 index for a reference genome, run `bowtie2` against FASTQ reads, and feed SAM output into downstream genomics tools. Companion commands include `bowtie2-build` for index construction and `bowtie2-inspect` for index inspection.
Bowtie 2 is optimized for typical Illumina-style reads aligned to long genomes, while still handling local, end-to-end, paired-end, and very long read cases with different performance tradeoffs.
Bowtie 2 is significant because it is both research software and production infrastructure. Package maintainers care about CPU threading, index formats, bundled or external compression libraries, reproducible versions for scientific workflows, and compatibility with SAM/BAM pipelines.
It is also a good example of bioinformatics packaging culture: official SourceForge releases, GitHub development, Bioconda-first scientific distribution, system packages, downloadable reference indexes, and citation-driven adoption all coexist.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bowtie2 | cli | global executable | |
bowtie2-align-l | cli | global executable | |
bowtie2-align-s | cli | global executable | |
bowtie2-build | cli | global executable | |
bowtie2-build-l | cli | global executable | |
bowtie2-build-s | cli | global executable | |
bowtie2-inspect | cli | global executable | |
bowtie2-inspect-l | cli | global executable | |
bowtie2-inspect-s | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/BenLangmead/bowtie2
install metadata
| Package key | brew:bowtie2 |
|---|---|
| Version | 2.5.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bowtie2 |
| Homepage | https://bowtie-bio.sourceforge.net/bowtie2/index.shtml |
| Repository | https://github.com/BenLangmead/bowtie2 |
| Upstream docs | https://bowtie-bio.sourceforge.net/bowtie2/index.shtml |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/BenLangmead/bowtie2/archive/refs/tags/v2.5.5.tar.gz |
| Build dependencies | simde |
| Uses from macOS | perl, python |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bowtie2 |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bowtie2 2.5.4-1+b2
ultrafast memory-efficient short read aligner
https://bowtie-bio.sourceforge.net/bowtie2
sudo apt install bowtie2bowtie2-examples 2.5.4-1
Examples for bowtie2
https://bowtie-bio.sourceforge.net/bowtie2
sudo apt install bowtie2-examplesbowtie2
nix profile install nixpkgs#bowtie2bowtie2 2.5.2-1
ultrafast memory-efficient short read aligner
https://bowtie-bio.sourceforge.net/bowtie2
sudo apt install bowtie2bowtie2-examples 2.5.2-1
Examples for bowtie2
https://bowtie-bio.sourceforge.net/bowtie2
sudo apt install bowtie2-examplesbowtie2 2.5.4-1.fc45
An ultra fast and memory-efficient read aligner
http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
sudo dnf install bowtie2bowtie2 2.5.4-2.4
Fast and memory-efficient short read aligner
http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
sudo zypper install bowtie2bowtie2
sudo port install bowtie2source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.