Releases: screenjson/screenjson-export
Releases · screenjson/screenjson-export
v1.0.0
screenjson-export v1.0.0 — initial public release
Free, open-source CLI that converts writer-format screenplays into ScreenJSON.
- Final Draft —
.fdx - Fountain —
.fountain,.spmd - FadeIn —
.fadein
Output is a valid ScreenJSON document on stdout or to a file.
Install
Pick the build for your platform below, or:
docker pull screenjson/export:latest
docker run --rm -v "$PWD:/data" screenjson/export -i /data/screenplay.fdxUse
screenjson-export -i screenplay.fdx -o screenplay.json
screenjson-export -i screenplay.fountain | jq '.title.en'See the README for the full flag list.
Verify downloads
shasum -a 256 -c checksums.txtFor the full toolchain — PDF import, all exports, validation, encryption, REST API, storage drivers, MCP mode — see screenjson-cli.