# Install nextflow with Homebrew, Nix

Reproducible scientific workflows. Version 26.04.4 via Homebrew; verified 2026-06-17.

## Install

```sh
sudo av install brew:nextflow
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install nextflow
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nextflow
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ne/nextflow/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:nextflow
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/nextflow>
- **Version:** 26.04.4
- **Source summary:** Reproducible scientific workflows
- **Homepage:** <https://nextflow.io>
- **Repository:** <https://github.com/nextflow-io/nextflow>
- **Upstream docs:** <https://www.nextflow.io/docs/latest/index.html>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/nextflow-io/nextflow/archive/refs/tags/v26.04.4.tar.gz>
- **Last updated:** 2026-06-17T19:03:42Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- nextflow (cli)
- nextflow (alias)

## Dependencies

- openjdk

## Build dependencies

- gradle

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 26.04.4
- Package-manager updated: 2026-06-17
- Local data: ok
- Upstream repository: https://github.com/nextflow-io/nextflow
- Upstream latest detected: v26.04.4 (current)
## Project history and usage

Nextflow is a workflow system and DSL for scalable, portable, reproducible scientific and data-intensive pipelines. It uses a dataflow programming model, supports containers and environment managers, and can run the same workflow on laptops, HPC schedulers, AWS Batch, Azure Batch, Google Cloud Batch, Kubernetes, and other executors.

### Project history

Nextflow was created by Paolo Di Tommaso and collaborators in the computational biology community, then formalized in the 2017 Nature Biotechnology correspondence 'Nextflow enables reproducible computational workflows'. The GitHub README positions it around parallel and distributed pipelines, software dependency isolation, and moving the same pipeline across execution backends.

The project later became closely associated with Seqera and nf-core. nf-core, started in 2018, gave Nextflow a high-quality shared pipeline ecosystem with standards, templates, modules, subworkflows, CI, and community governance. That ecosystem changed Nextflow from a workflow engine into a de facto collaboration format for many bioinformatics groups.

### Adoption history

Nextflow adoption is strongest in bioinformatics, genomics, and research computing, where users need to rerun pipelines across laptops, clusters, and cloud batches without rewriting orchestration. The 2017 Nature Biotechnology article has thousands of citations, and nf-core's 2025 Genome Biology writeup reported 124 pipelines, over 1,400 modules, around 80 subworkflows, 2,600 GitHub contributors, about 1,200 nf-core organization members, and over 10,000 Slack users at publication time.

Homebrew is only one install path; many scientific users install via the bootstrap script, Bioconda, containers, managed HPC modules, or Seqera tooling. Homebrew analytics reported 81 installs in 30 days, 322 in 90 days, and 845 in 365 days for the formula when queried on July 1, 2026.

### How it is used

Package nerds use nextflow to launch a pipeline repository, pin parameters and profiles in nextflow.config, select an executor, and let Nextflow submit each process to the local machine, a scheduler, cloud batch service, or Kubernetes. The important package behavior is not a single executable doing one task, but a runner that downloads pipeline code, manages work directories, tracks process hashes, resolves containers/environments, and resumes partial runs.

In practice, users often run nf-core pipelines, institutional pipelines, or lab-specific workflows with profiles for Docker, Singularity/Apptainer, Conda, AWS Batch, Slurm, and other environments. The package is a small launcher with a large ecosystem around reproducibility, provenance, workflow sharing, and scientific support.

### Why package nerds care

Nextflow is one of the major modern scientific workflow engines. In av.db it deserves richer history because package usage often implies access to repositories, tokens, cloud/HPC credentials, container registries, work directories, and config files, not just local command invocation.

### Timeline

- 2013: Nextflow first appeared as an open source workflow project in the early public tag/release history.
- 2017-04-11: Nature Biotechnology published 'Nextflow enables reproducible computational workflows'.
- 2018: nf-core began building a community-curated Nextflow pipeline ecosystem.
- 2025-08-06: nf-core published a Genome Biology community-impact summary covering 2018 through mid-2025.
- 2026-06-17: GitHub page listed Nextflow 26.04.4 as latest stable release.
- 2026-07-01: Homebrew formula version observed as 26.04.4, with 845 formula installs over the preceding 365-day analytics window.

### Related projects

- nf-core
- Seqera Platform
- Bioconda
- Docker
- Singularity/Apptainer
- Conda
- Slurm
- AWS Batch
- Kubernetes

### Sources

- <https://docs.seqera.io/nextflow/executor>
- <https://formulae.brew.sh/api/formula/nextflow.json>
- <https://github.com/nextflow-io/nextflow>
- <https://nf-co.re/blog/2025/paper-v2>
- <https://www.nature.com/articles/nbt.3820>
- <https://www.nextflow.io/about-us.html>


## Security Notes

No matching local secret-handling manifest was found for nextflow. Nucleus package metadata is still published here so future coverage has a stable package URL.



## Configuration and credential file locations

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.


## Configuration files

- Unix: nextflow.config, ~/.nextflow/config

## Credential files

- Unix: ~/.nextflow/scm
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nextflow
- **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

## Other Package-Manager Records

- Nix - nextflow: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/nextflow/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [Productivity CLI packages](https://www.automicvault.com/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [openjdk](https://www.automicvault.com/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [gradle](https://www.automicvault.com/pkg/brew/gradle/) - Build dependency declared by Homebrew.
- [snakemake](https://www.automicvault.com/pkg/brew/snakemake/) - Shares av.db curated category or tags: cli, reproducibility, science, workflow.
- [calceph](https://www.automicvault.com/pkg/brew/calceph/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [gnuplot](https://www.automicvault.com/pkg/brew/gnuplot/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [gsl](https://www.automicvault.com/pkg/brew/gsl/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [healpix](https://www.automicvault.com/pkg/brew/healpix/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [itk](https://www.automicvault.com/pkg/brew/itk/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [libxc](https://www.automicvault.com/pkg/brew/libxc/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [metis](https://www.automicvault.com/pkg/brew/metis/) - Shares av.db curated category or tags: cli, science, scientific-computing.
- [cromwell](https://www.automicvault.com/pkg/brew/cromwell/) - Local package facts share a topical domain. Shared terms: cli, openjdk, science, scientific, workflow.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
