Video to SOP Builder · © 2026 Narratus · All rights reserved.
Narratus turns a screen-recorded workflow video into a professional Standard Operating Procedure complete with reviewed screenshots and a polished Word document export. Narratus uses a managed subscription service — no API key setup required. Purchase a plan at getnarratus.com and receive an activation key by email. The AI (OpenAI Whisper transcription and GPT SOP writing) is handled entirely through Narratus's managed service.
pip install -r requirements.txt
export PYTHONPATH=src
python main.py
cd "D:\Narratus\v22_windows"
$env:PYTHONPATH = "src"
python main.py
pip install -e .
python main.py
ffmpeg.exe in the vendor/ folder at the project root, or install ffmpeg on your system PATH.Narratus uses a subscription model — no external API key setup is required. All AI is managed through your subscription.
Purchase a subscription at getnarratus.com. Your activation key is emailed to you after purchase. The key format is: NRTS-XXXX-XXXX-XXXX-XXXX.
Open File → Settings in Narratus, enter your activation key in the Activation Key field, and click Verify.
Your plan, seats used, runs remaining, and reset date appear in the Settings window and in the status strip at the bottom of the main window.
All AI — including OpenAI Whisper transcription and GPT SOP generation — is managed through your Narratus subscription. You do not need to obtain or configure any external API keys.
Each activation key is tied to one device. To move to a new computer, click Deregister This Device in Settings on the old computer first. Then open Settings on the new computer, enter the same key, and click Verify. If you no longer have access to the old computer, contact Narratus support.
click, open, select, save, submit, next, settings
Output is saved in your chosen output folder as sop.docx and/or sop.pdf. The editable Markdown draft is saved as sop.md.
Go to File → Load Project and choose a folder previously created by Narratus. The app skips the pipeline entirely and reopens the SOP editor with the saved screenshots and text. All changes are saved back to the same folder.
Your five most recently opened projects are listed under File → Recent Projects for quick access without browsing.
Narratus looks for screenshot placeholders in the SOP text:
[Screenshot 1]
Place these anywhere in the SOP editor using the Insert button in the screenshot panel. Any kept screenshots not referenced in the text are automatically added to a Screenshot Appendix at the end of the Word document.
If PDF export fails on Windows with a pywin32 error:
pip install pywin32
Then restart VS Code and try again.
From the project root on Windows:
pyinstaller "Narratus.spec"
The distributable folder will be at dist/Narratus/.