Download

Latest Dida Code release

Version 1.128.0 is the first public release, for Windows ARM64/x64 and Linux x64.

PlatformInstallerArchiveVerify
Windows ARM64DidaSetup-arm64-1.128.0.exeDida-win32-arm64-1.128.0.zipChecksums
Windows x64DidaSetup-x64-1.128.0.exeDida-win32-x64-1.128.0.zipChecksums
Linux x64-Dida-linux-x64-1.128.0.zipChecksums

System requirements

  • Windows 11 (ARM64 or x64) or Linux x64.
  • Internet access is optional except for downloads, update checks, git remotes, and opened links.

Checksums

Every release publishes SHA-256 checksums beside the installers and archives so downloads can be verified.

View SHA256SUMS.txt

Release notes

Dida Code 1.128.0 is the first public release.

View notes

Update manifest contract

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" }
  }
}