⚡ Native Zig + GTK4 & Kotlin Android

Universal Biblical Corpus
& AI Voice Platform

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.

81+
Indexed Canon Books
4
Textual Traditions (Hebrew, Greek, Ge'ez, NT)
100%
Offline Native Execution
0.0
Canonical Hiding / Filtering

Engine Architecture

Designed for speed, modularity, and empirical validation across Linux, macOS, Windows, and Android.

Native Zig Engine

Built with Zig 0.17+ for zero-overhead performance, instant startup, and memory safety. Interoperates directly with GTK4, SQLite3, and native C runtimes.

Zig 0.17+ GTK4 SQLite3

Android App & Deep Links

Full Kotlin Android app featuring native intent handling, custom URI scheme registration, and seamless verse navigation matching the desktop engine.

Kotlin Android App Links Intent API

Native AI Voice & STT

Integrated PyTorch & native aikit support running Qwen3-TTS (12Hz models) with real-time Faster-Whisper audio transcription and verification.

Qwen3-TTS Whisper STT PyTorch / CUDA

Universal Biblical Corpus Indexing

Empirical, historical transparency across all manuscript traditions without canonical concealment.

Core Indexing Principles

1. No Hiding

Search returns ALL matching books across Protestant, Catholic, Orthodox, and Ethiopian canons without silent filters.

2. Tradition-First

Organized by original textual tradition: Hebrew/Masoretic → Greek/Septuagint → Ge'ez/Ethiopic → Greek NT.

3. Historical Transparency

Explicitly surface books missing from the Protestant canon (1 Enoch, Jubilees, Tobit, Wisdom, Maccabees, Meqabyan).

Masoretic Tradition

39 Books of the Hebrew Canon (Torah, Nevi'im, Ketuvim). Full Hebrew interlinear data and verse mapping.

Hebrew / AramaicProtestant OT

Septuagint (LXX)

Greek Old Testament canon containing the Deuterocanonical books (Wisdom, Sirach, Tobit, Judith, Baruch, Maccabees).

Greek LXXCatholic & Orthodox

Ethiopic Canon

The broadest biblical canon in Christendom, preserving 1 Enoch, Jubilees, and 1-3 Meqabyan in Ge'ez textual history.

Ge'ezEthiopian Orthodox

TTS + Whisper Voice Engine

Benchmarked voice synthesis with real-time speech-to-text verification.

TTS + Whisper Audio Accuracy Benchmarks

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

💡 Recommended Audio Configuration

Use the "tommy" voice with the base Whisper model for 100% transcription accuracy on scripture passages over 7 words.

Developer Deep Linking Portal

Link directly to Bible verses in Metanoia from Android apps, websites, or external applications.

GitHub Pages App Link

Official GitHub Pages URLs

Standard GitHub Pages deep links verified for Android App Link auto-opening and browser navigation.

https://4cecoder.github.io/metanoia/bible/John/3/16
Custom Scheme

Direct Intent Scheme

Use the metanoia:// scheme for direct, immediate deep linking without domain verification.

metanoia://bible/John/3/16
Flexible

Smart Abbreviation Resolution

Supports common abbreviations ("jn", "rom", "1sam") and automatic canonical chapter/verse resolution.

https://4cecoder.github.io/metanoia/bible/jn/3/16

Integration Snippets

Kotlin / Android Intent

val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://4cecoder.github.io/metanoia/bible/John/3/16")) startActivity(intent)

HTML / Web Link

<a href="https://4cecoder.github.io/metanoia/bible/Romans/8/28">Read Romans 8:28 in Metanoia</a>

ADB Shell Testing Command

adb shell am start -W -a android.intent.action.VIEW -d "metanoia://bible/John/3/16" com.bytecats.metanoia

Verified Deep Link Patterns

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

Report an Issue or Feature Request

Intuitively submit bug reports, feature requests, or translations directly to GitHub without token risks.

Secure Submission: Direct pre-filled link to 4cecoder/metanoia GitHub Issues.