Installation
Seqera AI CLI is in beta
Seqera AI CLI is currently in beta. Features and commands may change as we continue to improve the product.
note
Seqera Cloud users receive $20 in free credits to get started with Seqera AI. Contact us for additional credits.
Requirements
- macOS (Apple Silicon or Intel) or Linux x64
- A Seqera Platform account (sign up for free)
- An internet connection
Install
- npm (recommended)
- Standalone binary
Install globally with npm:
npm install -g seqera
Verify your installation:
seqera --help
tip
You can also install with yarn, pnpm, or bun:
yarn global add seqera
# or
pnpm add -g seqera
# or
bun add -g seqera
Download the binary for your platform:
| Platform | Binary |
|---|---|
| macOS Apple Silicon | seqera-darwin-arm64.tar.gz |
| macOS Intel | seqera-darwin-x64.tar.gz |
| Linux x64 | seqera-linux-x64.tar.gz |
Extract and add to your PATH:
# Example: macOS Apple Silicon
tar -xzf seqera-darwin-arm64.tar.gz
chmod +x seqera
sudo mv seqera /usr/local/bin/
Verify your installation:
seqera --help
Upgrade
- npm
- Standalone binary
npm update -g seqera
Download the latest binary for your platform and replace the existing binary.
Developer configuration
If you are testing a development build of the CLI against the hosted production Seqera AI service, set SEQERA_AI_BACKEND_URL=https://ai-api.seqera.io before running seqera ai.
Uninstall
- npm
- Standalone binary
npm uninstall -g seqera
Remove the seqera binary from your PATH:
sudo rm /usr/local/bin/seqera
Learn more
- Seqera AI CLI: Seqera AI CLI overview
- Authentication: Login, logout, and session management
- Command approval: Control which commands run automatically
- Use cases: Seqera AI CLI use cases
- Troubleshooting: Troubleshoot common errors