Releases: BoltzmannEntropy/Mayari
Releases · BoltzmannEntropy/Mayari
Mayari 1.0.6
Mayari v1.0.6 Release Notes
Release Date: February 26, 2026
Highlights
- Added long-form audiobook generation flow from public-domain history text.
- Added reproducible long-text test runner with British Kokoro voices.
- Synchronized website demo audio samples into app assets for exact sample parity between code and website.
- Website now includes multilingual language demo cards with generated sample audio.
Long-Form Audiobooks
- Added bundled public-domain source text:
assets/examples/texts/public_domain_history_wells_excerpt.txt
- Added long audiobook runner:
tool/long_history_audiobook_runner.dartscripts/generate-long-history-audiobooks.sh
- Generated long audiobook examples in app assets:
long_history_bf_emma_*.wavlong_history_bm_george_*.wavlong_history_manifest_*.json
Audio Sample Sync
- Mirrored all website
sample-*.mp3demos into:assets/examples/audiobooks/
- Verified hash parity between
MayariWEB/audioandMayariCODE/assets/examples/audiobooks.
Validation
- Full Flutter test suite passes.
dart analyzepasses on modified long-audiobook files.- macOS debug/release builds complete.
- Long-form generation completed successfully for British voices.
Distribution
- Version:
1.0.6+7 - Primary Artifact:
Mayari-1.0.6.dmg - Platform: macOS 15.0+ (Apple Silicon)
Unsigned DMG (Apple Gatekeeper)
As of February 26, 2026, this DMG is not signed/notarized by Apple.
- Open the DMG and drag
Mayari.apptoApplications. - In
Applications, right-clickMayari.appand chooseOpen. - Click
Openin the warning dialog. - If launch is still blocked, go to
System Settings -> Privacy & Security. - Click
Open Anywayfor Mayari and confirm with password/Touch ID. - Relaunch Mayari from
Applications.
Mayari 1.0.5
Mayari 1.0.5
Features
- PDF document viewing with smooth navigation
- Native text-to-speech using KokoroSwift (no Python required)
- 8 British English voices
- Dual-provider licensing (BSL + Binary License)
Installation
- Download the DMG file
- Open it and drag Mayari to Applications
- On first launch, right-click and select Open (macOS Gatekeeper)
- TTS model (~340MB) downloads automatically on first use
System Requirements
- macOS 15.0+ (Sequoia) - required for MLX framework
- Apple Silicon (M1/M2/M3/M4)
- ~400MB disk space (app + TTS model)
Checksums
ea5a4075db5048971caa782df8532eb6afa001b155c01ff8202002a367fdbb5a Mayari-1.0.5.dmg
Release Assets
- Mayari-1.0.5.dmg
- Mayari-1.0.5.dmg.sha256
- Mayari-1.0.5-source.zip
- Mayari-1.0.5-source.zip.sha256
- Mayari-1.0.5-RELEASE_NOTES.md
- Mayari-1.0.5-RELEASE_NOTES.md.sha256
Generated with Claude Code
Mayari 1.0.4
Mayari v1.0.4 Release Notes
Release Date: February 21, 2026
Highlights
- Added EPUB and DOCX read-aloud support alongside PDF.
- Added bundled Examples with ready-made sample documents and audiobooks for PDF, DOCX, and EPUB.
- Added voice cards and language cards with language-based voice filtering.
- Added repository demo video (
assets/mayari-video.mov) and replaced the MayariWEB hero image with the demo video.
Read-Aloud and Audiobooks
- Unified extraction pipeline now supports
.pdf,.docx, and.epub. - Audiobook creation is available for extracted text across supported document formats.
- Included non-placeholder example audiobook WAV files for all three sample formats.
Voice UX
- Voice cards now expose language metadata in the UI.
- Language cards allow selecting one or multiple languages to filter visible voices.
- Added queue test action to pre-generate language test audiobook jobs.
Validation
dart analyzereports no issues.- Full Flutter test suite passes.
- Service tests validate document extraction (PDF/DOCX/EPUB), examples loading, and voice catalog behavior.
- macOS debug and release builds complete successfully.
Distribution
- Version:
1.0.4+5 - Primary Artifact:
Mayari-1.0.4.dmg - Platform: macOS 15.0+ (Apple Silicon)