Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

v0.0.8

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:25
· 48 commits to dev since this release

ZuraAI v0.0.8

Added

  • npx zuraai now installs the matching desktop release from GitHub when ZuraAI is not already installed, then opens the app.
  • Added an explicit zuraai install command for reinstalling the matching desktop version.

Security and reliability

  • Installer downloads use fixed ZuraAI GitHub release assets and must match the SHA-256 checksum published with that release before execution or extraction.
  • Windows installation remains visible and user-controlled; macOS installs the verified universal app under the current user's Applications directory.
  • Marked the Electron workspace package as private so running npm publish from the repository root cannot accidentally target the unrelated zura registry package.

SHA-256 Checksums

aa86a3bf99ef4d30b609c715f557294bc35cc9860db824570bfba9cce2195e71  ZuraAI-0.0.8-mac-universal.dmg
5095e9ec150981a2a08b73a45ce17206e7fa5e62dd185b37552cb09bca9a86dc  ZuraAI-0.0.8-mac-universal.dmg.blockmap
8616c39def91debaf100c67c9c6bdbe8aa219c7fd41aa222e4e2eacfeb1f23cd  ZuraAI-0.0.8-mac-universal.zip
758eb54f5f767a4f2f27dfd806475066df936cc16ac0738af0e438d18203f6df  ZuraAI-0.0.8-mac-universal.zip.blockmap
aa15407f5815183a208c6dc2c18fa8d87050f45aad0319336c7bc63c03243592  ZuraAI-Portable-0.0.8-x64.exe
9860cf1d5167a0d08f3a6c20fdfddbb731db51dac3942949c6b33111d0f55b50  ZuraAI-Setup-0.0.8.exe
e9b34cb37ec70cf967470851ddc82c8ddb2b230a50a93035b52479a9957c26ac  ZuraAI-Setup-0.0.8.exe.blockmap
d102d6631471b56ce0d80af666599e74b3b1e635f9be83b763856193e422040e  latest-mac.yml
3fd9a91d509b6f8e64c2916567d95859e6b04b21fe56a968498be609d245b8ff  latest.yml

Known limitations

  • macOS auto-update is not available yet. The macOS build is currently unsigned and un-notarized, so in-app Check for Updates will fail Gatekeeper on macOS. Please download the latest .dmg from this release page when a new version is published. Tracked in docs/MAINTENANCE.md.