Skip to main content

Installation

note

Seqera Cloud users receive $20 in free credits to get started with Seqera AI. Contact us for additional credits.

Requirements

  • Node.js 18 or later
  • macOS, Linux, or Windows with WSL
  • A Seqera Platform account (sign up for free)
  • An internet connection

npm install

npm install -g seqera

Verify your installation:

seqera --version

npm update

npm update -g seqera
info

If you use Seqera AI as a skill for a coding agent, run seqera skill check --update after updating the CLI to keep your installed skills in sync with the current version. By default, this scans both local and global installations. Use --global or --local to narrow the scope. See Working with Claude Code, Working with Codex, Working with GitHub Copilot, and Working with other coding agents.

seqera skill check --update

npm uninstall

npm uninstall -g seqera

Learn more