Installing on Windows
Daisy ships two Windows builds — an NSIS installer (recommended for most people) and a portable zip that runs without installing. Pick whichever fits your setup; both are the same Daisy underneath. Both need the WebView2 runtime, which is preinstalled on Windows 11 and recent Windows 10.
Installer
- Go to www.daisylocal.app and click
Download. Choose Windows, and the installer
(
Daisy_<version>_x64-setup.exe) starts downloading. - Run it and follow the prompts. It installs for your user account only — no administrator rights needed.
- Launch Daisy from the Start menu when it finishes.
Portable build
Prefer not to install? On the download page choose the portable Windows
option to grab daisy-<version>.zip. Unzip it anywhere, open the
portable/ subfolder, and double-click daisy-app.exe. Your recordings
and settings still live in your user profile (not the app folder), so
you can move or delete the unzipped folder freely.
Verifying the download (optional)
If you want to confirm the file is intact:
On the download page, note the SHA-256 shown in the build details next to the version and release date.
In PowerShell, run
Get-FileHashagainst the file you downloaded, for example:Get-FileHash .\Daisy_<version>_x64-setup.exe -Algorithm SHA256Compare the hash to the value on the download page — they should match character-for-character. If they don't, redownload from www.daisylocal.app.