# Install spoa with Homebrew, apt

SIMD partial order alignment tool/library. Version 4.1.5 via Homebrew; verified 2026-06-21. Also installable with debian: sudo apt install libspoa-dev.

## Install

```sh
sudo av install brew:spoa
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install spoa
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install spoa
```

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

## Package facts

- **Package key:** brew:spoa
- **Package manager:** Homebrew
- **Version:** 4.1.5
- **Source summary:** SIMD partial order alignment tool/library
- **Homepage:** <https://github.com/rvaser/spoa>
- **Repository:** <https://github.com/rvaser/spoa>
- **Last updated:** 2026-06-21T00:20:16Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- spoa (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 4.1.5
## Project history and usage

Spoa is a C++ SIMD implementation of partial order alignment, packaged as both a command-line tool and library for generating consensus sequences from biological sequence reads.

### Project history

The official README defines Spoa as `SIMD POA`, an implementation of the partial order alignment algorithm used to generate consensus sequences. It supports local, global, and semi-global alignment modes, linear, affine, and convex gap modes, and SIMD acceleration through SSE4.1+, AVX2, SIMDe, and dispatching.

Spoa is tied to the long-read sequencing era: the README points to the original POA and consensus-sequence literature, while the project is also marked as published in Genome Research. In package form, it gives bioinformatics pipelines a small native executable and a linkable library rather than a large workflow framework.

### Adoption history

The supplied package-manager data lists Spoa in Homebrew and as `libspoa-dev` in Debian and Ubuntu. That packaging split reflects its dual role: command for direct FASTA/FASTQ processing and development library for other genomics tools.

### How it is used

The `spoa` command reads FASTA or FASTQ sequences, including gzip-compressed input, and writes consensus or multiple-sequence-alignment FASTA output. Options select scoring, gap penalties, alignment mode, and result mode.

### Why package nerds care

Spoa matters to package maintainers because it is a compact, performance-sensitive C++ bioinformatics dependency. Its optional SIMD/SIMDe paths and library install targets are exactly the kind of details that determine whether a formula or distro package is useful beyond a single architecture.

### Timeline

- 2002: Partial order alignment is published in Bioinformatics, the algorithmic foundation cited by the Spoa README.
- 2003: Consensus sequence generation with partial order graphs is published, also cited by the Spoa README.
- 2017: Spoa is associated with a Genome Research publication badge in the official repository.
- Ongoing: The README documents CMake and Meson builds plus SIMD and portability options.

### Related projects

- The original POA algorithm and consensus-sequence papers are cited by the official Spoa README.
- SIMDe is listed as a portability option for SIMD support.
- bioparser and biosoup are listed as dependencies for the executable and tests.

### Sources

- <https://github.com/rvaser/spoa#readme>
- source_facts.package-manager


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Other Package-Manager Records

- Debian apt - libspoa-dev - 4.1.4-2+b1: normalized package name match | Debian stable package indexes: libspoa-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SIMD partial order alignment library (development files) | https://github.com/rvaser/spoa
- Debian apt - libspoa7.0.0 - 4.1.4-2+b1: normalized package name match | Debian stable package indexes: libspoa7.0.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SIMD partial order alignment library | https://github.com/rvaser/spoa
- Debian apt - spoa - 4.1.4-2+b1: normalized package name match | Debian stable package indexes: spoa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SIMD partial order alignment tool | https://github.com/rvaser/spoa
- Ubuntu apt - libspoa-dev - 4.0.8-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libspoa-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SIMD partial order alignment library (development files) | https://github.com/rvaser/spoa
- Ubuntu apt - libspoa7.0.0 - 4.0.8-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libspoa7.0.0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SIMD partial order alignment library | https://github.com/rvaser/spoa
- Ubuntu apt - spoa - 4.0.8-1: normalized package name match | Ubuntu 24.04 LTS package indexes: spoa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SIMD partial order alignment tool | https://github.com/rvaser/spoa


## Combined YAML source

View the package source record on GitHub. [combined/spoa.yml](https://github.com/mxcl/pkgdb/blob/main/combined/spoa.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
