Skip to content

Releases: screenjson/screenjson-export

v1.0.0

19 Apr 00:58

Choose a tag to compare

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.fdx

Use

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.txt

For the full toolchain — PDF import, all exports, validation, encryption, REST API, storage drivers, MCP mode — see screenjson-cli.