Download
Pick the method that fits your setup. Every path boots the same app and is exercised end to end in continuous integration.
npm i -g seqdesk
seqdeskWhen to use: Almost everyone. The supported install and upgrade path: the launcher downloads and runs the public installer for you, so you never call the shell script directly.
Requires Node.js 18+ and a reachable PostgreSQL database.
Detailed guide →admin@example.com / admin) and change it immediately.Prefer a fully file-based install? Put your settings in a JSON file and run an unattended install. This is the same configuration the admin config builder produces, so you can write it by hand.
{
"nextAuthUrl": "https://seqdesk.example.org",
"databaseUrl": "postgresql://seqdesk:PASSWORD@127.0.0.1:5432/seqdesk?schema=public",
"sequencingDataDir": "/data/sequencing",
"pipelinesEnabled": true
}seqdesk -y --config ./infrastructure-setup.jsonFull installation, configuration, and unattended options live in the documentation.