Skip to content

Releases: TomGranot/daber

Daber v0.1.0-alpha.8

Daber v0.1.0-alpha.8 Pre-release
Pre-release

Choose a tag to compare

@TomGranot TomGranot released this 17 Jul 22:30

Daber v0.1.0-alpha.8

Community-test alpha for macOS, Windows 11, and desktop Linux. Daber is free, open source, and runs Ivrit.ai transcription on your computer. No account is required.

Downloads

  • macOS 13 or newer: Universal DMG for Apple silicon and Intel. Signed with Tom Granot's Developer ID, hardened, notarized, and stapled by Apple.
  • Windows 11 x64: Unsigned NSIS installer. An unknown-publisher message and Microsoft Defender SmartScreen warning are expected. Verify the published SHA-256 before choosing More info → Run anyway. Do not install a certificate.
  • Linux x86_64: AppImage and DEB with detached OpenPGP signatures. The packages use an Ubuntu 22.04 build baseline.

The first launch downloads and verifies the pinned local transcription model, about 1.62 GB. Daber does not include an automatic updater in this alpha.

Verify macOS

Run this from the folder containing the DMG:

shasum -a 256 Daber_0.1.0-alpha.8_universal.dmg

Expected SHA-256:

b61f0bdfdbc65393be004bf92aa87ef8a2219e07eee2793ec486ddbbba49e9ab

Native Intel launch verification for this exact DMG: GitHub Actions run 29619344228.

Verify Windows before installing

Run this in PowerShell from the Downloads folder:

Get-FileHash .\Daber_0.1.0-alpha.8_windows-x64-unsigned-setup.exe -Algorithm SHA256

Expected SHA-256:

51295f81e8fd375028a498fea784d4001372e203ea6f8ee725a84378145ec8b4

Verify Linux

Check both package hashes:

sha256sum Daber_0.1.0-alpha.8_linux-x86_64.AppImage
sha256sum Daber_0.1.0-alpha.8_linux-x86_64.deb

Expected SHA-256 values:

eabc6c5bf98eb09b8480feb2c6538600124fe95f9fd5586002e683d2a9789fab  Daber_0.1.0-alpha.8_linux-x86_64.AppImage
65f34d0bd182d42984d8f76c989b19ffda14048b37b3b8a50241e61f37d0dfa3  Daber_0.1.0-alpha.8_linux-x86_64.deb

Verify the detached signatures:

gpg --import daber-linux-release-key.asc
gpg --fingerprint C349A083EF73CAD5
gpg --verify Daber_0.1.0-alpha.8_linux-x86_64.AppImage.asc Daber_0.1.0-alpha.8_linux-x86_64.AppImage
gpg --verify Daber_0.1.0-alpha.8_linux-x86_64.deb.asc Daber_0.1.0-alpha.8_linux-x86_64.deb

Expected fingerprint:

DB72 4241 7C0D FA69 0425 C0AB C349 A083 EF73 CAD5

Run chmod +x Daber_0.1.0-alpha.8_linux-x86_64.AppImage before opening the AppImage.

Alpha limits

  • The Windows installer is unsigned. A physical Windows install and uninstall test remains open for community validation.
  • Linux requires AT-SPI for editable-control discovery and Secret Service for local key storage. Wayland may require the explicit Copy action when automatic insertion is unavailable.
  • Linux packages target x86_64 and use Ubuntu 22.04 as their build baseline. Broader distribution and desktop-environment testing continues with the community.

Download files only from this GitHub release or daber.withmultiples.ai. Match the filename, size, version, and checksum before installing.

Source and feedback

The desktop binaries were built from commit 6af0cf8640157873a77b6180b9b1ad7c0e863807. Later commits on main update the website, release validation, and documentation without changing the packaged desktop source.

Report problems through GitHub Issues or tom+daber@withmultiples.ai. Include your operating system, version, desktop environment where relevant, and the application in which you tried to dictate. Do not attach private recordings or transcripts.