Metanoia is a high-performance cross-platform Bible reader built for discovering unedited ancient texts. Featuring complete multi-canonical indexing across Masoretic, Septuagint, and Ethiopic traditions, native local AI voice generation, and deep-linking integration.
Designed for speed, modularity, and empirical validation across Linux, macOS, Windows, and Android.
Built with Zig 0.17+ for zero-overhead performance, instant startup, and memory safety. Interoperates directly with GTK4, SQLite3, and native C runtimes.
Full Kotlin Android app featuring native intent handling, custom URI scheme registration, and seamless verse navigation matching the desktop engine.
Integrated PyTorch & native aikit support running Qwen3-TTS (12Hz models) with real-time Faster-Whisper audio transcription and verification.
Empirical, historical transparency across all manuscript traditions without canonical concealment.
Search returns ALL matching books across Protestant, Catholic, Orthodox, and Ethiopian canons without silent filters.
Organized by original textual tradition: Hebrew/Masoretic → Greek/Septuagint → Ge'ez/Ethiopic → Greek NT.
Explicitly surface books missing from the Protestant canon (1 Enoch, Jubilees, Tobit, Wisdom, Maccabees, Meqabyan).
39 Books of the Hebrew Canon (Torah, Nevi'im, Ketuvim). Full Hebrew interlinear data and verse mapping.
Greek Old Testament canon containing the Deuterocanonical books (Wisdom, Sirach, Tobit, Judith, Baruch, Maccabees).
The broadest biblical canon in Christendom, preserving 1 Enoch, Jubilees, and 1-3 Meqabyan in Ge'ez textual history.
Benchmarked voice synthesis with real-time speech-to-text verification.
Tested on CUDA (GTX 1070) with Qwen3-TTS voice models and Faster-Whisper transcription backends.
| Scripture Passage | Voice Model | Whisper Model | Accuracy | Status |
|---|---|---|---|---|
"In the beginning God created the heavens and the earth." |
tommy | base | 100.0% | EXCELLENT |
"The Lord is my shepherd, I shall not want." |
tommy | base | 100.0% | EXCELLENT |
"For God so loved the world." |
tommy | tiny | 83.3% | GOOD |
Use the "tommy" voice with the base Whisper model for 100% transcription accuracy on scripture passages over 7 words.
Link directly to Bible verses in Metanoia from Android apps, websites, or external applications.
Standard GitHub Pages deep links verified for Android App Link auto-opening and browser navigation.
https://4cecoder.github.io/metanoia/bible/John/3/16
Use the metanoia:// scheme for direct, immediate deep linking without domain verification.
metanoia://bible/John/3/16
Supports common abbreviations ("jn", "rom", "1sam") and automatic canonical chapter/verse resolution.
https://4cecoder.github.io/metanoia/bible/jn/3/16
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://4cecoder.github.io/metanoia/bible/John/3/16"))
startActivity(intent)
<a href="https://4cecoder.github.io/metanoia/bible/Romans/8/28">Read Romans 8:28 in Metanoia</a>
adb shell am start -W -a android.intent.action.VIEW -d "metanoia://bible/John/3/16" com.bytecats.metanoia
| Link Format | Target Book / Passage | Scheme Type |
|---|---|---|
metanoia://bible/John/3/16 |
John 3:16 | Custom |
https://4cecoder.github.io/metanoia/bible/Genesis/1 |
Genesis 1 (Full Chapter) | GitHub Pages |
https://4cecoder.github.io/metanoia/bible/1Samuel/17/45 |
1 Samuel 17:45 | GitHub Pages |
metanoia://bible/Enoch/1/1 |
1 Enoch 1:1 (Ethiopic Canon) | Custom |
https://4cecoder.github.io/metanoia/bible/Wisdom/2/1 |
Wisdom of Solomon 2:1 (Septuagint) | GitHub Pages |
Intuitively submit bug reports, feature requests, or translations directly to GitHub without token risks.