Skip to content

Releases: BoltzmannEntropy/Mayari

Mayari 1.0.6

26 Feb 19:08

Choose a tag to compare

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.dart
    • scripts/generate-long-history-audiobooks.sh
  • Generated long audiobook examples in app assets:
    • long_history_bf_emma_*.wav
    • long_history_bm_george_*.wav
    • long_history_manifest_*.json

Audio Sample Sync

  • Mirrored all website sample-*.mp3 demos into:
    • assets/examples/audiobooks/
  • Verified hash parity between MayariWEB/audio and MayariCODE/assets/examples/audiobooks.

Validation

  • Full Flutter test suite passes.
  • dart analyze passes 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.

  1. Open the DMG and drag Mayari.app to Applications.
  2. In Applications, right-click Mayari.app and choose Open.
  3. Click Open in the warning dialog.
  4. If launch is still blocked, go to System Settings -> Privacy & Security.
  5. Click Open Anyway for Mayari and confirm with password/Touch ID.
  6. Relaunch Mayari from Applications.

Mayari 1.0.5

21 Feb 17:50

Choose a tag to compare

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

  1. Download the DMG file
  2. Open it and drag Mayari to Applications
  3. On first launch, right-click and select Open (macOS Gatekeeper)
  4. 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

21 Feb 15:26

Choose a tag to compare

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 analyze reports 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)