# PrivateVoice Dictation 2.2.0 Build 20260702.0303 ## Release Scope - Type: real-user test candidate - Version: 2.2.0 - Build: 20260702.0303 - Branch: codex/x-asr-experiment-2.1.29 - Commit: 0ffbf1935c9d091cce22a5583275ac0902f7a693 - Tag: v2.2.0-build20260702.0303-real-user-test - Generated: 2026-07-02 03:09:18 CST - Operator: Codex 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. ## Artifacts | 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 | ## SHA256 ```text 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 ``` ## Build Commands ```bash 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 ``` ## Validation - `go test ./... -count=1`: passed - `npm --prefix frontend run build`: passed with existing Svelte accessibility warnings - Windows cross-compile smoke test: passed - `git diff --check`: passed - `hdiutil verify` for all three DMGs: passed - `unzip -t` for Windows ZIP: passed - `shasum -a 256 -c SHA256SUMS.txt`: passed - macOS binary architectures: - arm64 DMG app: `arm64` - x86_64 DMG app: `x86_64` - universal DMG app: `x86_64 arm64` - `codesign --verify --deep --strict --verbose=2` for all three local macOS apps: passed - `com.apple.quarantine`: not present on release artifacts ## Notes - This build includes Round 6 Cantonese language/model option work and prior Windows overlay/P1 download workflow changes from the current branch. - Real Windows machine QA is still required before calling the Windows package stable. - Monterey compatibility has not been revalidated in this package set. - The release directory also contains `SHA256SUMS.txt` for independent checksum verification.