EXE
WinGet
Dyad
Will Chen · 0.45.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
dyad-0.45.0.Setup.exe --silent
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\dyad
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.45.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
dyad-0.45.0.Setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Dyad.Dyad
Version
0.45.0
Description
Dyad is a free, local, open-source AI app builder
License
Apache-2.0
↗
Homepage
https://www.dyad.sh/
Upgrade Behavior
install(Install over existing)
Release Notes
Full release notes:
https://www.dyad.sh/docs/releases/0.45.0
What's Changed
- Upgrade the tagger to support vite v8 by @azizmejri1 in #3302
- Adding nitro server layer support for vite apps by @azizmejri1 in #3251
- Deflake CI E2E failures by @keppo-bot[bot] in #3311
- test: deflake setup and context E2E flows by @keppo-bot[bot] in #3319
- Fix settings write recovery by @keppo-bot[bot] in #3320
- test: deflake custom apps folder e2e by @keppo-bot[bot] in #3321
- Fix step limit pauses queue by @w…