Skip to Content
InstallationQuickstart

Quickstart

Use the npm launcher for guided setup when Node.js/npm is already available.

npm i -g seqdesk seqdesk

Manual fallback (same installer flow):

curl -fsSL https://seqdesk.com/install.sh | bash

Install location depends on where you run the command. The default target is ./seqdesk relative to your current directory.

For predictable installs, set an explicit absolute path with --dir:

curl -fsSL https://seqdesk.com/install.sh | bash -s -- -y --dir /opt/seqdesk # Same through npm launcher seqdesk -y --dir /opt/seqdesk

What this gives you

  • Core SeqDesk platform on your own infrastructure
  • Interactive prompts for runtime and pipeline settings
  • A baseline setup you can later convert into unattended automation