Release v0.1.22
This release includes Qoder editor packages for multiple platforms:
Available Platforms
macOS Apple Silicon (ARM64)
- File: qoder-0.1.22-darwin-arm64.dmg (180M)
- MD5 File: qoder-0.1.22-darwin-arm64.dmg.md5
- Official Download: https://download.qoder.com/release/0.1.22/Qoder-darwin-arm64.dmg
macOS Intel (x64)
- File: qoder-0.1.22-darwin-x64.dmg (187M)
- MD5 File: qoder-0.1.22-darwin-x64.dmg.md5
- Official Download: https://download.qoder.com/release/0.1.22/Qoder-darwin-x64.dmg
Windows x64
- File: qoder-0.1.22-windows-x64.exe (135M)
- MD5 File: qoder-0.1.22-windows-x64.exe.md5
- Official Download: https://download.qoder.com/release/0.1.22/QoderUserSetup-x64.exe
File Verification
Each file has a corresponding .md5
file for integrity verification. Download both the main file and its .md5
file, then verify:
# macOS/Linux
md5 qoder-0.1.22-darwin-arm64.dmg
cat qoder-0.1.22-darwin-arm64.dmg.md5
# Windows (PowerShell)
Get-FileHash -Algorithm MD5 qoder-0.1.22-windows-x64.exe
Get-Content qoder-0.1.22-windows-x64.exe.md5