When Claude will not do it for you, do it yourself. Same studio, ten minutes.
Nothing has gone wrong. Windows cannot run the studio directly — it is built out of shell scripts and Windows has no shell — so the first thing you do is switch on the Linux that Microsoft already put inside Windows. After that, everything works exactly as it does on a Mac.
You may have pasted the install link and been told that Claude cannot verify it is safe, or that it is not allowed to install software. That is Claude being careful, not Claude finding something wrong. A web page cannot give Claude permission to install things on your computer. Only you can, and you do it by saying so in your own words:
That usually settles it. If it does not — or if you would simply rather not argue with a machine — the four steps below install the identical studio with no AI involved at all. You type, it runs.
WSL is Microsoft's own Linux, already inside Windows 10 and 11. It is free, it is made by Microsoft, and turning it on is one command.
Click Start, type PowerShell, right-click Windows PowerShell and choose Run as administrator. Say yes to the blue box that appears. Then type this and press return:
wsl --install
It downloads for a few minutes and then tells you to restart. Restart.
After the restart a black window called Ubuntu opens on its own and says Installing, this may take a few minutes. Let it. Then it asks you to invent two things:
When you get a prompt that ends in $, Ubuntu is ready.
Into that Ubuntu window — the one ending in $, not PowerShell — paste this and press return. Right-click pastes in that window; Ctrl+V may not.
sudo apt-get update && sudo apt-get install -y curl unzip && cd "$(mktemp -d)" && curl -fsSL --retry 4 --retry-all-errors -o setup.zip https://claude-code-filmmakers-studio.netlify.app/downloads/Rubin5-Elite-Setup.zip && unzip -q setup.zip && cd */ && bash setup-elite-studio.sh --yes --install-missing --github
It asks for the Ubuntu password you invented in step 2 — that is the sudo at the front, and it is asking permission to install the two small tools it needs to unpack the download. Type it (again, the screen will not move) and press return.
From there it runs by itself for a few minutes. It installs Claude Code, git, the GitHub CLI and ffmpeg, then builds your studio. One moment needs you: GitHub shows an eight-character code and opens your browser. Paste the code, click Authorize. Twenty seconds, GitHub's own login, and it is what makes a lost laptop cost you nothing.
When it finishes it prints a list of every tool and whether it actually installed, so nothing can go quietly missing. Your studio is a folder called Elite-Studio in your Ubuntu home directory. To start working, type these two lines:
cd ~/Elite-Studio
claude
The first time you run claude it asks you to sign in — the same Claude account you already have. Then type /model and pick Opus 5. It is the strongest model Anthropic makes and it is the one to use for your story, your shot lists, your grades — anything you would put your name on.
Then say interview me and it takes over from there.
Ubuntu's home directory is a real place on your real disk, and Windows can see it. Open File Explorer and put this in the address bar:
\\wsl$\Ubuntu\home
Your folder is in there, and Elite-Studio is inside it. Drag it to Quick Access and it behaves like any other folder — you can open the files with Windows apps, drop footage in, and the studio sees it.
You should be able to read anything you run, so here it is.