Enable WSL
In PowerShell, run as Administrator:Use Ubuntu 24.04 or newer. Claude Science’s sandbox requires bubblewrap 0.8.0 or later, and Ubuntu 22.04 ships an older version. WSL 2 is also required (WSL 1 can’t run the sandbox);
wsl --install sets up WSL 2 by default. If you have an older WSL setup, check with wsl -l -v and upgrade with wsl --set-version Ubuntu-24.04 2.Install dependencies
Inside the Ubuntu terminal:Install Claude Science
Run the installer inside Ubuntu. It downloads the current release, verifies its checksum, and installs theclaude-science command:
Install from inside Ubuntu rather than downloading the binary with a Windows browser and copying it across. The installer verifies the download and keeps you on the stable release channel.
Run it
localhost automatically, so the link works from Windows as-is. The URL contains a one-time sign-in token; to print a fresh one later, run:
First launch
On first launch, Claude Science sets up its starter Python and R environments and the bundled connectors for scientific databases and tools. On a fresh install this takes several minutes, and longer on a slow connection. While setup runs, some connectors can show a load error; most clear on their own once setup finishes. If a connector’s error says its automatic retries are paused, turn the connector off and on again in Settings > Connectors, or restart Claude Science (claude-science stop, then the serve command above), to retry it.
Keep it running
The app runs inside the WSL virtual machine, so it stops when WSL shuts down. Closing your last Ubuntu terminal shuts the VM down after a short idle period, andwsl --shutdown stops it immediately.
To start Claude Science again from PowerShell without opening an Ubuntu terminal: