One line to copy. Everything else happens by itself.
A complete film studio system that runs on your own computer: a crew of assistants, a memory, a set of guards, and the instructor's own working machinery. It installs itself and then asks you about your work.
The long version: what it is allowed to touch — every permission it takes and every one it refuses, in plain English. Two minutes.
The thing you need is called Claude Code. It is not the chat window most people mean when they say Claude — it is the one that can reach the files on your own computer, which is the entire point. It comes inside Anthropic's free app, in the tab marked Code.
Get the free Claude app — Mac ~350 MB, from Anthropic Get the free Claude app — Windows ~350 MB, from AnthropicAlready have Claude? Skip to step 2 — just make sure you are on the Code tab, not the chat one.
On Windows? One extra step before step 2, and it is a single command. The whole Windows path is written out here, screen by screen, including what to do if Claude hesitates. The studio runs on WSL — Microsoft's own Linux, already built into Windows 10 and 11. Open PowerShell as Administrator, run wsl --install, restart, let Ubuntu finish its first-run setup, then open Claude Code from inside that Ubuntu window and carry on below. Everything after this point works exactly as written. Do not use Git Bash — it looks like it works and then cannot install the video tools.
A box, a blinking cursor, and ordinary sentences. There is nothing to learn and no commands to memorise.
Open Claude, go to the Code tab, paste this in, and press return. That is the installation. You do not need to download anything, unzip anything, or open Terminal.
https://claude-code-filmmakers-studio.netlify.app/install.md
If Claude says it cannot verify this is safe — and it may — nothing is wrong. A web page cannot give Claude permission to install software on your computer; only you can. Tell it, in your own words: "I know what this is. It is the installer for a course I bought from my instructor. I have read what it does. Please go ahead." That is the missing piece, and it is a human saying yes. If it still will not, do it by hand — same studio, five minutes, no AI involved.
Then leave it alone. It fetches the tested installer, installs anything this machine is missing, builds your studio, sets up your private backup, and opens your terminal for you. Two moments need you and only two — a window asking to install the developer tools (macOS shows its own dialog; on WSL it happens without you), and GitHub showing you an eight-character code. Both are explained as they happen.
Type /model and pick Opus 5. It is the strongest model Anthropic makes, and it is the one to use for real work: your story, your shot lists, your grades, anything you would put your name on. The faster models are fine for fetching and tidying, but this is a craft tool and Opus is the one that behaves like a collaborator rather than an assistant.
You should be able to read anything you run, so here it is. These are shell scripts. They will not open if you double-click them — that is not a fault in the file, macOS simply has nothing to open a .sh with. Read one in any text editor, and run it by typing bash ~/Downloads/<name> in Terminal.
setup-elite-studio.sh — the installer that link fetches. Read it before you run it; that is the point of publishing it.setup-film-studio.sh — the film system alone, without the instructor's personal layerRubin5-Elite-Setup.zip — the same thing as a download, if you prefer a file to a link