Installation
Install SeqDesk with a guided flow first, then move to unattended deployment as your environment standards solidify.
Use the npm launcher (npm i -g seqdesk && seqdesk) as the supported install
entry point. It downloads and runs the public shell installer internally, so
operators normally do not need to call install.sh directly.
PrerequisitesNode.js, PostgreSQL, filesystem, and optional pipeline requirements.QuickstartFastest path for first deployment.Infrastructure JSONComplete field-by-field setup reference.Unattended + ReconfigureAutomate installs and update existing nodes safely.Hosted install profileInstall with a pre-configured profile resolved from seqdesk.com.seqdesk doctorRun health checks against an installed SeqDesk instance.Vercel + Neon DemoDeploy the hosted demo with managed PostgreSQL.Private Setup AccessRetrieve secure environment-specific setup JSON.
Recommended Path
Check prerequisites
Confirm Node.js/npm, PostgreSQL access, and writable install/data directories.
Guided bootstrap
Run the installer interactively using the quickstart command.
Formalize config
Create and review infrastructure-setup.json, then store it with your
deployment automation.
Repeatable operations
Use unattended mode for new hosts and --reconfigure for existing
installations.