# Install cutadapt with Homebrew, apt

Removes adapter sequences from sequencing reads. Version 5.2 via Homebrew; verified 2026-05-04. Also installable with debian: sudo apt install cutadapt.

## Install

```sh
sudo av install brew:cutadapt
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install cutadapt
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install cutadapt
```

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

## Package facts

- **Package key:** brew:cutadapt
- **Package manager:** Homebrew
- **Version:** 5.2
- **Source summary:** Removes adapter sequences from sequencing reads
- **Homepage:** <https://cutadapt.readthedocs.io>
- **Repository:** <https://github.com/marcelm/cutadapt>
- **Last updated:** 2026-05-04T20:29:09Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- cutadapt (alias)

## Install behavior

- Bottle: not available

## Freshness

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

Cutadapt is a bioinformatics command-line tool for finding and removing adapter sequences, primers, poly-A tails, and other unwanted sequence from high-throughput sequencing reads. Its documentation presents trimming as a routine cleanup step for small-RNA, amplicon, and other sequencing workflows.

### Project history

The project documentation says Cutadapt development began at TU Dortmund University in Prof. Sven Rahmann's group and is now developed within NBIS, the National Bioinformatics Infrastructure Sweden. The documentation copyright begins in 2010, and the changelog records early public releases starting with v0.1 in September 2010.

### Adoption history

Cutadapt became part of the standard sequencing-preprocessing toolbox because it solves a common, format-heavy cleanup problem with a scriptable CLI. The official README links to PyPI, source code, documentation, and a Galaxy platform wrapper, and its badges point to Python packaging and Bioconda distribution.

### How it is used

The tool is normally used in pipelines before alignment or downstream analysis: users provide FASTQ/FASTA reads and adapter or primer patterns, then ask Cutadapt to trim, filter, modify, demultiplex, and report results. Its changelog shows long-running attention to paired-end reads, JSON reports, demultiplexing, compression speed, Python version support, and reproducible output.

### Why package nerds care

Cutadapt is package-manager significant because it bridges Python packaging, bioinformatics channels, and Unix CLI workflows. It is both a Python package and a command-line executable, with stable documentation, a citation, and a long changelog that makes downstream packaging and reproducibility work tractable.

### Timeline

- 2010: v0.1 appears in the official changelog.
- 2011: v1.0 released, according to the changelog.
- 2012: Public GitHub repository created.
- 2019: v2.0 released with documented backward-incompatible changes.
- 2024: v5.0 released with demultiplexing behavior changes and performance-related defaults.
- 2025: v5.2 documented in the stable changelog.

### Related projects

- The official README links Cutadapt to PyPI, Bioconda packaging, Galaxy's tools-iuc wrapper, and its Read the Docs documentation.

### Sources

- <https://cutadapt.readthedocs.io/>
- <https://cutadapt.readthedocs.io/en/stable/changes.html>
- <https://raw.githubusercontent.com/marcelm/cutadapt/main/README.rst>
- <https://api.github.com/repos/marcelm/cutadapt>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Other Package-Manager Records

- Debian apt - cutadapt - 4.7-2: normalized package name match | Debian stable package indexes: cutadapt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Clean biological sequences from high-throughput sequencing reads | https://cutadapt.readthedocs.io/
- Ubuntu apt - cutadapt - 4.4-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: cutadapt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Clean biological sequences from high-throughput sequencing reads | https://cutadapt.readthedocs.io/


## Combined YAML source

View the package source record on GitHub. [combined/cutadapt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cutadapt.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
