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.
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
Then leave it alone. It fetches the tested installer, installs anything this Mac is missing, builds your studio, sets up your private backup, and opens your terminal for you. Two moments need you and only two — a macOS window asking to install Apple's developer tools, 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