Skip to content

Installation

salmon 2.0 is a single self-contained binary. Pick whichever method fits your environment.

The release install script downloads the right prebuilt binary for your OS/architecture and puts it on your PATH:

Terminal window
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/COMBINE-lab/salmon/releases/latest/download/salmon-cli-installer.sh | sh

Prebuilt binaries are provided for Linux and macOS on both x86-64 and aarch64. The x86-64 build targets a broad SIMD floor (SSE4.2-era) and selects AVX2 at runtime where available, so one binary runs on essentially any modern CPU.

Terminal window
salmon --version
salmon --help