macOS
brew install blastlocal Homebrew formula metadata
brew
Basic Local Alignment Search Tool. Version 2.17.0 via Homebrew; verified 2026-06-22.
install
brew install blastlocal Homebrew formula metadata
nix profile install nixpkgs#blastnixpkgs package indexes · pkgs/by-name/bl/blast/package.nix · source: api.github.com
overview
Basic Local Alignment Search Tool
history
BLAST, the Basic Local Alignment Search Tool, is one of the defining command-line programs of computational biology. It became the everyday sequence-search utility for comparing DNA and protein sequences against large databases, first through NCBI services and then through local command-line installations.
NCBI's BLAST help references the 1990 Altschul, Gish, Miller, Myers, and Lipman paper that introduced the Basic Local Alignment Search Tool. The same NCBI reference list traces later BLAST-family milestones including gapped BLAST and PSI-BLAST in 1997, MegaBLAST indexing work in 2008, BLAST+ architecture in 2008, DELTA-BLAST in 2012, Magic-BLAST in 2019, and ElasticBLAST in 2023.
The command-line package distributed today is BLAST+, documented by NCBI's BLAST Command Line Applications User Manual. The developer information page identifies BLAST as public-domain software and points developers to the NCBI C++ Toolkit implementation, matching the public GitHub toolkit repository used for source distribution.
BLAST became a standard because it joined a fast heuristic alignment algorithm with NCBI's growing public sequence databases. Web BLAST made ad hoc searches accessible, while the command-line applications let labs, sequencing centers, and pipelines run repeatable local searches against custom databases.
Package-manager adoption reflects that role: even when the upstream distribution is from NCBI rather than a typical single-purpose GitHub project, package managers keep `blastn`, `blastp`, `blastx`, `makeblastdb`, `blastdbcmd`, and related executables available as system tools for bioinformatics workflows.
Common local workflows build a database with `makeblastdb`, search it with tools such as `blastn` or `blastp`, inspect databases with `blastdbcmd`, and format results with `blast_formatter`. NCBI also documents REST access for programmatic searches against hosted services.
The package contains a family of executables rather than one command. That matters for reproducible science because database construction, masking, protein-vs-nucleotide search modes, profile searches, and output formatting are split into scriptable tools.
For package nerds, BLAST is a canonical example of scientific infrastructure as a Unix package: many binaries, public-domain licensing, local database files, environment/config conventions, and a manual that is closer to laboratory protocol than app documentation.
It is also a reminder that the most important command-line tools are not always developer tools. BLAST made local compute a practical front end to public biological databases, so packaging it well directly affected how biology labs automated sequence analysis.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
.ncbirc~/.ncbirc$NCBI/.ncbirc/etc/.ncbircncbi.ini%USERPROFILE%\ncbi.ini%NCBI%\ncbi.ini%SYSTEMROOT%\ncbi.iniexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
blast_formatter | cli | global executable | |
blastdb_aliastool | cli | global executable | |
blastdb_convert | cli | global executable | |
blastdb_path | cli | global executable | |
blastdbcheck | cli | global executable | |
blastdbcmd | cli | global executable | |
blastdbcp | cli | global executable | |
blastn | cli | global executable | |
blastp | cli | global executable | |
blastx | cli | global executable | |
cleanup-blastdb-volumes.py | cli | global executable | |
convert2blastmask | cli | global executable | |
datatool | cli | global executable | |
deltablast | cli | global executable | |
dustmasker | cli | global executable | |
gc_cli | cli | global executable | |
get_species_taxids.sh | cli | global executable | |
legacy_blast.pl | cli | global executable | |
lmdbxx_sample | cli | global executable | |
makeblastdb | cli | global executable | |
makeclusterdb | cli | global executable | |
makembindex | cli | global executable | |
makeprofiledb | cli | global executable | |
project_tree_builder | cli | global executable | |
psiblast | cli | global executable | |
rpsblast | cli | global executable | |
rpstblastn | cli | global executable | |
run_with_lock | cli | global executable | |
seedtop | cli | global executable | |
segmasker | cli | global executable | |
seqdb_demo | cli | global executable | |
seqdb_perf | cli | global executable | |
tax4blast | cli | global executable | |
tblastn | cli | global executable | |
tblastx | cli | global executable | |
update_blastdb.pl | cli | global executable | |
windowmasker | cli | global executable | |
windowmasker_2.2.22_adapter.py | 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://blast.ncbi.nlm.nih.gov/
install metadata
| Package key | brew:blast |
|---|---|
| Version | 2.17.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/blast |
| Homepage | https://blast.ncbi.nlm.nih.gov/ |
| Repository | https://github.com/ncbi/ncbi-cxx-toolkit-public |
| Upstream docs | https://blast.ncbi.nlm.nih.gov/doc/blast-help |
| License | LicenseRef-Homebrew-public-domain |
| Source archive | https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.17.0/ncbi-blast-2.17.0+-src.tar.gz |
| Last updated | 2026-06-22T14:02:53-07:00 |
| Pulse | updated |
| Dependencies | libomp, lmdb, mbedtls@3, pcre2 |
| Uses from macOS | bzip2, sqlite |
| 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 | blast |
| Version Scheme | 0 |
| Revision | 1 |
| Conflicts With |
|
| 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.
blast
nix profile install nixpkgs#blastsource 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.