# Installer vsearch avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vsearch pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vsearch
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vsearch
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install vsearch
```

  Preuve: Debian stable package indexes: vsearch from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:vsearch
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/vsearch>
- **Version:** 2.31.0
- **Résumé source:** Versatile open-source tool for microbiome analysis
- **Page d'accueil:** <https://github.com/torognes/vsearch>
- **Dépôt:** <https://github.com/torognes/vsearch>
- **Docs amont:** <https://github.com/torognes/vsearch#readme>
- **Licence:** BSD-2-Clause OR GPL-3.0-or-later
- **Archive source:** <https://github.com/torognes/vsearch/archive/refs/tags/v2.31.0.tar.gz>
- **Dernière mise à jour:** 2026-06-14T15:13:53+02:00
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- vsearch (cli)
- vsearch (alias)

## Dépendances de compilation

- autoconf
- automake

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.31.0
- gestionnaire mis à jour: 2026-06-14
- données locales: OK
- dépôt amont: https://github.com/torognes/vsearch
- dernière version détectée: v2.31.0 (à jour)
## Historique du projet et usages

VSEARCH is a free, open-source, multithreaded 64-bit tool for microbiome and metagenomics sequence analysis. It was created as an open alternative to USEARCH, with project goals that explicitly include open source licensing, no charge to users, support for databases larger than 4 GB, and performance and accuracy comparable to or better than USEARCH.

### Historique du projet

The first public VSEARCH release was version 1.0.0 on 2014-11-28. The authors and maintainers subsequently expanded it from a USEARCH-compatible sequence-searching and clustering tool into a broad toolkit covering chimera detection, clustering, dereplication, rereplication, reverse complementation, masking, all-vs-all pairwise global alignment, exact and global alignment search, shuffling, subsampling, sorting, and FASTQ processing.

The project was described formally in the 2016 PeerJ article by Torbjorn Rognes, Tomas Flouri, Ben Nichols, Christopher Quince, and Frederic Mahe. Its manual and citation material continue to point users to that paper, and the official documentation records continued releases through VSEARCH 2.31.0 on 2026-04-29.

### Historique d'adoption

VSEARCH gained its role in bioinformatics partly by tracking familiar USEARCH workflows while removing licensing and memory-size barriers. The documentation also records ecosystem-oriented changes, such as Debian compatibility patches in 2015, pipe-friendly behavior in the 2.0.0 series, and OTU table output options in 2.2.0 for BIOM, mothur shared files, and classic OTU tables.

The official wiki positions VSEARCH as a tool with its own documentation ecosystem, including examples, pipeline pages, feature background, and a web forum. That matters in microbiome analysis because command-line reproducibility and transparent algorithms are central to how pipelines are shared, reviewed, and rerun.

### Modes d'utilisation

VSEARCH is typically used as a pipeline component for amplicon and metagenomic sequence processing: filtering reads, dereplicating sequences, merging paired-end reads, detecting chimeras, clustering sequences, searching against reference databases, and producing downstream tables. Its command reference is organized around these biological workflow stages rather than a single monolithic command.

For package and workflow maintainers, VSEARCH is significant because it provides a scriptable, redistributable substitute for USEARCH-like operations. The combination of open licensing, 64-bit operation, multithreading, compressed-input handling, pipe support, and mature manual pages made it easier to place in reproducible Unix-style analysis workflows.

### Pourquoi les passionnés de paquets s'y intéressent

VSEARCH is the kind of scientific CLI that package managers preserve because it turns a research-method dependency into a normal, inspectable Unix executable. Its value is not just the algorithms, but the fact that microbiome pipelines can depend on a freely redistributable command with documented options and a citable upstream paper.

### Chronologie

- 2014-11-28: VSEARCH 1.0.0 was released as the first public release.
- 2015-02-19: Version 1.0.16 integrated Debian patches for compatibility across architectures.
- 2016: The VSEARCH paper was published in PeerJ as 'VSEARCH: a versatile open source tool for metagenomics.'
- 2016-06-24: Version 2.0.0 added pipe-oriented behavior and compressed input handling changes.
- 2016-10-07: Version 2.2.0 added OTU table output options for clustering and searching.
- 2026-04-29: Version 2.31.0 appeared in the official version history.

### Related projects

- USEARCH is the proprietary tool VSEARCH was designed to replace or emulate for many workflows.
- The official VSEARCH documentation also points users toward related tools such as Swarm and SWIPE.

### Sources

- GitHub README: https://github.com/torognes/vsearch
- Official manual and command reference: https://torognes.github.io/vsearch/
- Official wiki: https://github.com/torognes/vsearch/wiki
- PeerJ citation DOI listed by upstream: https://doi.org/10.7717/peerj.2584


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** vsearch
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - vsearch - 2.30.0-1: normalized package name match | Debian stable package indexes: vsearch from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool for processing metagenomic sequences | https://github.com/torognes/vsearch/
- Debian apt - vsearch-examples - 2.30.0-1: normalized package name match | Debian stable package indexes: vsearch-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Test Data for vsearch tool for processing metagenomic sequences | https://github.com/torognes/vsearch/
- Ubuntu apt - vsearch - 2.27.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: vsearch from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool for processing metagenomic sequences | https://github.com/torognes/vsearch/
- Ubuntu apt - vsearch-examples - 2.27.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: vsearch-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Test Data for vsearch tool for processing metagenomic sequences | https://github.com/torognes/vsearch/


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/fr/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [kraken2](https://www.automicvault.com/fr/pkg/brew/kraken2/) - Shares av.db curated category or tags: bioinformatics, cli, metagenomics, science.
- [mmseqs2](https://www.automicvault.com/fr/pkg/brew/mmseqs2/) - Shares av.db curated category or tags: bioinformatics, cli, metagenomics, science.
- [skani](https://www.automicvault.com/fr/pkg/brew/skani/) - Shares av.db curated category or tags: bioinformatics, cli, metagenomics, science.
- [spades](https://www.automicvault.com/fr/pkg/brew/spades/) - Shares av.db curated category or tags: bioinformatics, cli, metagenomics, science.
- [sylph](https://www.automicvault.com/fr/pkg/brew/sylph/) - Shares av.db curated category or tags: bioinformatics, cli, metagenomics, science.
- [abpoa](https://www.automicvault.com/fr/pkg/brew/abpoa/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [abricate](https://www.automicvault.com/fr/pkg/brew/abricate/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [abyss](https://www.automicvault.com/fr/pkg/brew/abyss/) - Shares av.db curated category or tags: bioinformatics, cli, science.

## Combined YAML source

View the package source record on GitHub. [combined/vsearch.yml](https://github.com/automic-vault/db/blob/main/combined/vsearch.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
