Document Support
Reads .txt, .docx, and .pdf files through dedicated text extraction handlers.
Local text-to-speech and MP3 conversion for everyday documents.
Chrona is a lightweight desktop text-to-speech utility that reads
local TXT, DOCX, and PDF files aloud, exports them as MP3, or does
both in one pass through a compact desktop interface.
Chrona is a desktop utility built around one simple workflow: choose a document, extract its text, and convert it into speech or an MP3 file.
It is designed for local use and keeps the entire text-to-speech pipeline on the user’s machine instead of relying on a web service or cloud API.
The goal is not to be a giant accessibility suite. It is a focused tool for turning documents into spoken output quickly, with a small interface and a predictable workflow.
Reads .txt, .docx, and .pdf files through dedicated text extraction handlers.
Supports three output modes: speak only, MP3 only, or a combined mode that performs both in one run.
Exposes available system voices through a dropdown so playback can be adjusted without touching the code.
Includes a speed slider for tuning playback rate directly inside the application.
Converts spoken output into MP3 files and stores them in a dedicated Chrona folder inside the user’s Documents directory.
Reports conversion progress, output paths, and errors directly inside the application UI.
Chrona was built around a very straightforward need: turning written material into spoken output without depending on an online service or bloated software stack.
Instead of stretching into a full productivity suite, Chrona keeps the scope narrow and focuses on making that workflow easy.
Select the installation method appropriate for your platform.
yay -S chrona-bin
curl -fsSL https://github.com/Cypher-Monarch/Chrona/releases/download/v1.0.0/install.sh | sudo bash
Document File
↓
TXT / DOCX / PDF Reader
↓
Extracted Text
↓
Voice + Speed Selection
↓
TTS Engine
↓
Speech / MP3 / Both
Chrona loads a supported document, extracts its text using the appropriate parser, applies the selected voice and speech rate, and then either speaks the result aloud, exports it as MP3, or performs both operations in sequence.
~/Documents/Chrona
Simple on purpose.