Download Viola
Viola for Windows is available now. Download the signed installer, then verify the SHA-256 hash and signing certificate before you run it.
Download for WindowsViolaSetup-1.0.0.exe · ~586 MB · Windows 11
Viola for Windows is available now. Download the signed installer, then verify the SHA-256 hash and signing certificate before you run it.
Download for WindowsViolaSetup-1.0.0.exe · ~586 MB · Windows 11
Verify signature, open the installer
Connect your music and, optionally, Google for Gmail, Calendar, and YouTube
Say "Viola" and start talking. Add rooms by opening a browser on any device. Turn on phone later if you want her to take calls.
Every release is code-signed and published with a SHA-256 checksum. Don't install any build that doesn't match both values here.
ViolaSigning, profile ViolaReleaseHow to verify on Windows (PowerShell):
# 1. Check the Authenticode signature and thumbprint
Get-AuthenticodeSignature .\ViolaSetup-1.0.0.exe
# 2. Check the SHA-256
Get-FileHash .\ViolaSetup-1.0.0.exe -Algorithm SHA256
The Thumbprint field of the SignerCertificate must match the value above. The Hash from Get-FileHash must match the SHA-256. If either differs, do not install; instead email [email protected].
Note on cert lifecycle: Authenticode signatures remain valid after the signing certificate's own expiry date, provided the signature was produced while the cert was active (PKIX § 4.1). A future release will carry a fresh certificate; that release's values will appear here. Historical values are preserved in network-flows release notes when they change.
Not sure how it works? See how easy it is