Skip to main content

screenjson-export

Free, open-source reference CLI. FDX / Fountain / FadeIn → ScreenJSON.
Latest: v1.0.0.
curl -sL https://github.com/screenjson/screenjson-export/releases/download/v1.0.0/screenjson-export_$(uname -s)_$(uname -m).tar.gz | tar -xz
sudo mv screenjson-export /usr/local/bin/

screenjson-cli

Commercial, full-featured CLI.

screenjson-ui

Embeddable browser viewer.
npm install screenjson-ui

Greenlight

Batch microservice. See Greenlight → Deploy for the full instructions.
git clone https://github.com/screenjson/greenlight.git
cd greenlight
cp env.example backend/.env
docker build -f deployment/Dockerfile -t screenjson/greenlight:latest .
cd deployment && docker-compose up