Skip to content

v1.2.0 — one-click installer

Choose a tag to compare

@ba1lly ba1lly released this 11 Jun 09:22
· 12 commits to main since this release
a2e85b5

The release Mynah was missing: a one-click installer. No Python, no Git, no PowerShell — download, run, record.

⬇️ Installing

Download MynahSetup.exe below (~11 MB), run it, click Install.

  • Detects your NVIDIA driver and picks the CUDA build automatically (~2.5 GB download); falls back to a CPU build with a clear message otherwise
  • Installs everything self-contained into %LOCALAPPDATA%\Mynah with Start Menu + Desktop shortcuts
  • Interrupted? Run it again — it resumes from the last completed step
  • Verify the download against MynahSetup.exe.sha256 if you like

Then do the 2-minute Discord setup (create an application, enable Public Client, paste the Client ID).

Added

  • One-click installer (#9)MynahSetup.exe, built and attached automatically on every release from here on
  • Proper uninstall — the install registers in Windows Settings → Apps; uninstalling from there removes everything, with a prompt to keep or delete your recordings and settings
  • Update notifications — the app checks GitHub's releases API on launch (off-switchable in Settings; documented in the README privacy section as the app's only phone-home). A newer version shows an UPDATE badge with the release notes and a download link
  • App icon — title bar, taskbar, shortcuts, and both exes now wear the Mynah mark

Fixed

  • Fatal-error dialog falls back to a native Win32 message box when tkinter is unavailable
  • A review pass on this branch fixed several pre-release bugs, including a CPU→CUDA upgrade that silently no-opped and an uninstall self-delete race — details in the commit history

Notes for dev installs

git clone + .\start.ps1 works exactly as before. The installer is just a second door into the same app.

Full Changelog: v1.1.0...v1.2.0