Releases: wassermanproductions/scriptbreak
Release list
ScriptBreak v1.0.0
First public release of ScriptBreak — screenplay breakdown & AI prompt-pack studio. Import a script, get scenes, elements, bibles, shot lists & a timeline, then export self-executing prompt packs for any LLM and any video/image generator. No API keys.
macOS — easiest install (recommended)
Open Terminal (⌘-Space, type "Terminal") and paste this one line — it detects your Mac, downloads the right build, installs it to Applications, and opens it, with no security warnings:
curl -fsSL https://raw.githubusercontent.com/wassermanproductions/scriptbreak/master/install.sh | bash
Which file do I download?
| Your computer | Download | After downloading |
|---|---|---|
| Mac (either kind) | use the one-line installer above | — |
| Windows | ScriptBreak_1.0.0_x64-setup.exe (or the .msi) |
If SmartScreen appears: More info → Run anyway |
| Linux | .AppImage, .deb, or .rpm |
AppImage: chmod +x it first |
macOS: "ScriptBreak is damaged and can't be opened"
If you downloaded a .dmg in your browser instead of using the installer above, macOS quarantines it and shows this misleading message. The app is not damaged — these builds just aren't Apple-notarized yet. Fix in 10 seconds:
- Open the DMG and drag ScriptBreak into Applications.
- In Terminal, paste:
xattr -cr /Applications/ScriptBreak.app - Open ScriptBreak from Applications — it launches normally from now on.
(ScriptBreak_1.0.0_aarch64.dmg = Apple Silicon M1–M4, ScriptBreak_1.0.0_x64.dmg = Intel. → About This Mac tells you which you have.)
Prefer not to install anything?
The entire app is a single HTML file: download src/index.html from the repo and open it in any browser.