Skip to Content
Getting StartedOverview

Getting Started

Everything you need to go from zero to a running SeqDesk instance.

Install

Guided installer
curl -fsSLo /tmp/seqdesk-install.sh https://seqdesk.org/install.sh && bash /tmp/seqdesk-install.sh --interactive --dir "$HOME/seqdesk"

Downloading the installer first keeps the guided prompts and avoids a global npm install. You do not need to set up a database: SeqDesk reuses a local PostgreSQL you already own, or creates its own socket-only cluster under ~/.seqdesk/postgres (override with SEQDESK_PG_HOME) and starts it from the install directory's start.sh. Fresh installs set up the core application only; add --with-pipelines when the host should also provision Conda and Nextflow.

Then open the exact URL printed by the installer and sign in with the administrator account created by the guided wizard. Installed instances use port 8000 by default; http://localhost:3000 is only the website/app development-server convention.

For release history and version notes, see the Changelog.