Skip to content

Neurodesk App

Download the Neurodesk App for your operating system, then follow the install instructions below.

Download:

Install: Double-click the downloaded .dmg file and drag NeurodeskApp into your Applications folder. To open it, right-click NeurodeskApp.app and select “Open”.

Alternatively, install with Homebrew:

Terminal window
brew install neurodesk/homebrew-neurodesk/neurodeskapp
  • At least 8 GB free disk space for the Neurodesktop base image
  • A container engine (see Step 2 below)

The Neurodesk App needs a container engine to run neuroimaging tools. Docker is recommended, and Podman is also supported. Both generally require admin/root access for installation.

Requires: admin/root access on your machine.

If you already have Docker installed, skip to Step 3. Otherwise, install Docker:

Verify your installation:

Terminal window
docker --version
docker run hello-world

Apple silicon users: enable Rosetta support in Docker Desktop settings for best performance.

If you cannot install a container engine, use NeurodeskAppX, the portable option that does not require Docker, Podman, or admin/root access.

Open the Neurodesk App from your operating system’s application menu, or run neurodeskapp from the command line.

On the Welcome Page you have two options:

  • Open Local Neurodesk starts a Neurodesk session on your machine.
  • Connect to remote Neurodesk server connects to an existing Neurodesk server running elsewhere.

Start session

Click “Open Local Neurodesk” to launch a local session. This opens a JupyterLab interface with two ways to use Neurodesk:

  • Click the NeurodeskApp icon to launch the full desktop interface in a new window.
  • Use the command line in JupyterLab and load tools via the module system in the left sidebar.

Connect to local

Click “Connect to remote Neurodesk server” to connect to a server running elsewhere.

Select one of the provided servers in the list, or enter the URL of the server and press Enter to connect.

Connect to server

For a full overview of how data storage works in Neurodesk (default paths, cloud storage, transferring files), see Data Storage.

In Settings, select “Additional Directory” in the sidebar, click “Change” to choose a local directory, then click “Apply & restart”. The directory will appear at /home/jovyan/data inside the app.

Additional Directory settings interface