Transcriptase is A Github Electron app for creating and editing transcripts of media files. It supports a Markdown-inspired plain text syntax. That means you're not locked into a proprietary format, and your files are human-readable.
Transcriptase runs on macOS, Windows, and Linux.
- Install NodeJS for your platform.
- Install Git for your platform
- Clone the repository
- In your cloned directory, run:
# This might take a bit
npm install
# Starts the app in development mode
npm start