Get started with Neurodesk
Pick your setup and the matching instructions appear below.
Installation examples
Section titled “Installation examples”We show a couple of specific worked examples on Installations for systems including Bunya, Sherlock, Nectar, Great Lakes, and Ubuntu 24.04.
Releases
Section titled “Releases”Note the release date of the Neurodesktop container image during installation. It appears at the end of the image tag in the docker run command, highlighted below:
sudo docker run \ --shm-size=1gb -it --privileged --user=root --name neurodesktop \ -v ~/neurodesktop-storage:/neurodesktop-storage \ --add-host=host.docker.internal:host-gateway \ -e OLLAMA_HOST="http://host.docker.internal:11434" \ -e NB_UID="$(id -u)" -e NB_GID="$(id -g)" \ -p 8888:8888 \ -e NEURODESKTOP_VERSION=2026-07-11 \ ghcr.io/neurodesk/neurodesktop/neurodesktop:2026-07-11
The current stable release is 2026-07-11. We regularly update Neurodesktop for performance and software updates. Check the release history for past releases. To upgrade your container, replace the release number with your desired version. For replicable analyses, share the stable release number you used so others can recreate your environment.
For the actual command to run on your system, see the per-OS guides under Neurodesktop.
Video tutorial
Section titled “Video tutorial”A 14-minute walkthrough on getting started:
You can also view the Neurodesk overview slideshow (or the PDF version) with interactive navigation.