This repository hosts pre-built binaries for the Seqera CLI (Co-Scientist). Binaries are published here as GitHub releases so they can be downloaded without authentication.
# One-liner (recommended)
curl -fsSL https://ai.seqera.io/install | bash
# npm
npm install -g seqeraDownload the latest stable release from the cli-latest tag:
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | seqera-darwin-arm64.tar.gz |
| macOS (Intel) | seqera-darwin-x64.tar.gz |
| Linux (x64) | seqera-linux-x64.tar.gz |
For the dev channel (internal testing), use the cli-dev tag or npm install -g seqera@dev.
Each release includes a checksums.txt with SHA-256 hashes for verification:
curl -fsSL https://github.com/seqeralabs/seqera-cli/releases/download/cli-latest/checksums.txt| Channel | Tag | Install |
|---|---|---|
| Stable | cli-latest |
curl -fsSL https://ai.seqera.io/install | bash |
| Dev | cli-dev |
curl -fsSL https://ai.dev-seqera.io/install | bash |
Seqera is the company behind Nextflow and Seqera Platform, providing solutions for data analysis and workflow orchestration in life sciences and beyond.