Skip to main content
Version: 25.3

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

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

Upgrade

npm update -g seqera

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.

See Install Seqera AI for the complete environment variable reference and OAuth versus token-based examples.

Uninstall

npm uninstall -g seqera

Learn more