System requirements
- Windows 11 (ARM64 or x64) or Linux x64.
- Internet access is optional except for downloads, update checks, git remotes, and opened links.
Version 1.128.0 is the first public release, for Windows ARM64/x64 and Linux x64.
| Platform | Installer | Archive | Verify |
|---|---|---|---|
| Windows ARM64 | DidaSetup-arm64-1.128.0.exe | Dida-win32-arm64-1.128.0.zip | Checksums |
| Windows x64 | DidaSetup-x64-1.128.0.exe | Dida-win32-x64-1.128.0.zip | Checksums |
| Linux x64 | - | Dida-linux-x64-1.128.0.zip | Checksums |
Every release publishes SHA-256 checksums beside the installers and archives so downloads can be verified.
Dida Code 1.128.0 is the first public release.
Dida Code fetches /releases.json at most daily and accepts either a single object or an array with the latest release first.
{
"version": "1.128.0",
"url": "https://code.didabit.com/download/",
"platforms": {
"win32-arm64": { "url": "https://code.didabit.com/download/#win32-arm64" }
}
}