This package set contains three macOS DMGs and one Windows preview ZIP for real-user testing. It is not an App Store package set. macOS DMGs are locally signed and not notarized. The Windows ZIP is an unsigned preview package.
| Platform | Artifact | Size |
|---|---|---|
| macOS Apple Silicon | PrivateVoice-Dictation-2.2.0-build20260702.0303-macos-arm64.dmg |
19M |
| macOS Intel | PrivateVoice-Dictation-2.2.0-build20260702.0303-macos-x86_64.dmg |
19M |
| macOS Universal | PrivateVoice-Dictation-2.2.0-build20260702.0303-macos-universal.dmg |
37M |
| Windows amd64 preview | PrivateVoice-Dictation-2.2.0-build20260702.0303-windows-amd64-preview.zip |
20M |
db7b7a0c5ac14dd664c8430f9033ce7adb227ee1f30cc3cd38b6ce0bf44eb784 PrivateVoice-Dictation-2.2.0-build20260702.0303-macos-arm64.dmg
f72aca7f0c6a41ba15e8d618a924eda59c1238e6cd780844bf1bfad5ca75b539 PrivateVoice-Dictation-2.2.0-build20260702.0303-macos-universal.dmg
4ef0fc8afe40a9a2a843bc320a940b4f29d536da918dafaf5b0e0407c831703b PrivateVoice-Dictation-2.2.0-build20260702.0303-macos-x86_64.dmg
82118105340a187bdc954eff01ef0ac2824e86037342e0606821dbf86d9a6b42 PrivateVoice-Dictation-2.2.0-build20260702.0303-windows-amd64-preview.zip
cd /Users/ar/Projects/PrivateVoice/privatevoice.src
go test ./... -count=1
npm --prefix frontend run build
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go test -exec=/usr/bin/true ./...
./scripts/build-local-macos-universal.sh
./scripts/build-windows-preview.sh
go test ./... -count=1: passednpm --prefix frontend run build: passed with existing Svelte accessibility warningsgit diff --check: passedhdiutil verify for all three DMGs: passedunzip -t for Windows ZIP: passedshasum -a 256 -c SHA256SUMS.txt: passedarm64x86_64x86_64 arm64codesign --verify --deep --strict --verbose=2 for all three local macOS apps: passedcom.apple.quarantine: not present on release artifactsSHA256SUMS.txt for independent checksum verification.