Microphone
Records your voice while dictating or using voice features.
Clabrate downloads as a macOS DMG. The app is Developer ID signed, Apple-notarized, stapled, Gatekeeper checked, and published with public release metadata for people who want to verify the install.
Developer ID signed, Apple-notarized, stapled, and Gatekeeper checked before upload.
curl -L -o Clabrate-latest-aarch64.dmg https://updates.clabrate.com/Clabrate-latest-aarch64.dmg
curl -L -o Clabrate-latest-aarch64.dmg.sha256 https://updates.clabrate.com/Clabrate-latest-aarch64.dmg.sha256
shasum -a 256 -c Clabrate-latest-aarch64.dmg.sha256
codesign --verify --verbose=2 Clabrate-latest-aarch64.dmg
xcrun stapler validate Clabrate-latest-aarch64.dmg
spctl -a -vvv -t open --context context:primary-signature Clabrate-latest-aarch64.dmg hdiutil attach Clabrate-latest-aarch64.dmg
codesign -dvvv /Volumes/Clabrate/Clabrate.app
spctl -a -vvv -t exec /Volumes/Clabrate/Clabrate.app
hdiutil detach /Volumes/Clabrate curl -L https://updates.clabrate.com/releases.json | jq .
curl -L https://updates.clabrate.com/releases.json.sig App updates use a separate signed updater manifest read only by installed copies of Clabrate.