Quickstart
Use the npm launcher for guided setup when Node.js/npm is already available.
npm i -g seqdesk
seqdeskManual fallback (same installer flow):
curl -fsSL https://seqdesk.com/install.sh | bashInstall 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/seqdeskWhat 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