In development VIONIZ Citizen is in active development — coming to you soon.
Home · Resources · System requirements & checksums

System requirements
& download integrity

What your machine needs to run VIONIZ — and how to verify that the file you downloaded is exactly what we published.

Updated July 31, 2026 · Version 1.0.0

Requirements

System requirements

VIONIZ is intentionally light. Any machine from the last several years will feel no impact during normal use.

macOS

Operating systemmacOS 12 Monterey or later
ProcessorApple Silicon or Intel (x64)
Memory2 GB RAM (256 MB available)
Disk space200 MB for the app + scan cache
InternetRequired for signature updates

Windows

Operating systemWindows 10 or 11 (64-bit)
Processor1 GHz or faster, 2+ cores (x64)
Memory2 GB RAM (256 MB available)
Disk space200 MB for the app + scan cache
InternetRequired for signature updates

Full system scans scale with your library size. Signature databases are signed and updated automatically every few hours.

Integrity

SHA-256 checksums — v1.0.0

Every release is signed. Verify the checksum of your download before you install — it takes seconds and guarantees the file wasn't modified in transit.

FilePlatformSizeSignatureSHA-256
vioniz-citizen-1.0.0.dmg
macOS installer
macOS 12+ 128 MB ✓ Notarized b0aa9be4dfe638b7884accc1cedaf30bdda3e7b08993836bc56f16e882606564
vioniz-citizen-1.0.0.dmg.sha256
Checksum manifest
macOS 1 KB ✓ Signed 93841389230e6aeb7590d2286be8fe17b102b6343ee1987b43c29d43bb887638
vioniz-citizen-1.0.0-setup.exe
Windows installer
Windows 10/11 118 MB ✓ Signed 0423b60a0404a4593e4ad9796f322846e916553e6073d4ddf4d01ca35981e45b
vioniz-citizen-1.0.0-setup.exe.sha256
Checksum manifest
Windows 1 KB ✓ Signed ccb71e51105e11c344787aa5147ff7c4a22187134343836a50966c54cbeb06be

How to verify

macOS — shasum

Open Terminal and run:

shasum -a 256 ~/Downloads/vioniz-citizen-1.0.0.dmg

Compare the output to the checksum above. Match = authentic.

Windows — PowerShell

Open PowerShell and run:

Get-FileHash ~\Downloads\vioniz-citizen-1.0.0-setup.exe -Algorithm SHA256

Compare the hash output with the value above.

Windows — certutil

In a Command Prompt:

certutil -hashfile vioniz-citizen-1.0.0-setup.exe SHA256

Works on all modern Windows builds.