explaingit

fa387/claude-science-wsl-setup

Analysis updated 2026-05-18

5Audience · developerComplexity · 2/5LicenseSetup · moderate

TLDR

Community scripts that automate installing and sandboxing Anthropic's Claude Science operon daemon on Windows via WSL2, with one-command setup inside Claude Code.

Mindmap

mindmap
  root((claude-science-wsl-setup))
    What it does
      Installs operon daemon
      Configures WSL2 sandbox
      Builds bubblewrap
      Starts Claude Science
    Prerequisites
      WSL2 version 2
      Ubuntu 20.04 or newer
      Official operon binary
    Tech Stack
      Bash scripts
      bubblewrap sandbox
      socat
      Claude Code
    Security
      Sandbox required
      No dangerously no sandbox
      Official binary only
    Audience
      Windows developers
      Claude Science users
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Set up the Claude Science operon daemon on a Windows machine using WSL2 without manually configuring the sandbox.

USE CASE 2

Create a one-click Windows launcher that starts the operon daemon from the correct WSL distro without opening a terminal.

What is it built with?

BashWSL2bubblewrapsocatClaude Code

How does it compare?

fa387/claude-science-wsl-setup1ncendium/aibusteraaronmayeux/ha-hurricane-tracker
Stars555
LanguagePythonPython
Setup difficultymoderatemoderateeasy
Complexity2/53/52/5
Audiencedeveloperops devopsgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires WSL2 already installed and the official operon binary downloaded separately from Anthropic's website before running the setup command.

MIT, free to use, modify, and distribute for any purpose. The operon binary has its own separate license from Anthropic.

In plain English

Claude Science is an Anthropic product that lets an AI agent run code and execute tasks on your computer. It uses a daemon program called operon. This community-maintained repository is not from Anthropic. It provides setup scripts that automate the installation of the operon daemon on Windows machines via WSL2, which is Windows Subsystem for Linux version 2, a feature built into modern versions of Windows that lets you run a Linux environment inside Windows. The setup process has a few manual steps you do yourself first: download the official operon binary from the Anthropic website (not from this repo), confirm your WSL2 environment is version 2 and not version 1, and install a handful of build dependencies using the apt package manager. After those prerequisites, the main setup runs as a Claude Code slash command. Running it in a Claude Code session handles the rest automatically: it installs the binary to your PATH, builds a sandboxing tool called bubblewrap from source if your Ubuntu version ships with an older version, starts the daemon, and prints a login URL. The sandboxing is the security-critical part. The operon daemon can spawn Python and execute code, so it needs to be contained. The sandbox is provided by bubblewrap and socat together. The README is explicit: never run the daemon with the flag that disables the sandbox. If you hit a sandbox error, the correct fix is to address the underlying dependency, not to turn off the containment. An optional step generates a Windows batch file launcher so you can start the daemon with a double-click instead of opening a terminal each time. The README explains that the batch file is generated by Claude Code rather than shipped in the repository, because a generated file can be tailored to your specific WSL distro name and verified binary path, avoiding a class of problems a generic pre-made script would cause. The setup scripts are MIT licensed. The operon binary itself is not included and is not covered by that license.

Copy-paste prompts

Prompt 1
I want to install the Claude Science operon daemon on Windows via WSL2. Walk me through the prerequisite steps and then running the /install-claude-science command in Claude Code.
Prompt 2
The bubblewrap sandbox install is failing during Claude Science setup. What does the README say about building it from source and what manual step do I need to run myself?
Prompt 3
How do I generate a Windows .bat launcher for the operon daemon so I can start it without opening a WSL2 terminal each time?

Frequently asked questions

What is claude-science-wsl-setup?

Community scripts that automate installing and sandboxing Anthropic's Claude Science operon daemon on Windows via WSL2, with one-command setup inside Claude Code.

What license does claude-science-wsl-setup use?

MIT, free to use, modify, and distribute for any purpose. The operon binary has its own separate license from Anthropic.

How hard is claude-science-wsl-setup to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is claude-science-wsl-setup for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub fa387 on gitmyhub

Verify against the repo before relying on details.