Skip to Content
Quickstart

Quickstart

Install once in your cluster environment and initialize config:

npm i -g labgate labgate init

labgate ui requires host tmux. If your login node is missing it, use your module system first:

module avail tmux module load tmux tmux -V

If modules are unavailable, install with conda-forge only (no defaults channel):

conda config --remove channels defaults conda config --add channels conda-forge conda config --set channel_priority strict conda install -n base --override-channels -c conda-forge tmux

Then run the two-node flow:

  1. Login node:
labgate ui
  1. Compute node:
srun --pty bash cd /path/to/project labgate claude
Last updated on