Skip to content

Releases: vibe-coding-labs/qoder-downloader

v0.1.0

08 Sep 21:11
63660c0

Choose a tag to compare

Release v0.1.0

This release includes Qoder editor packages for multiple platforms:

Available Platforms

macOS Apple Silicon (ARM64)

macOS Intel (x64)

Windows x64

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.0-darwin-arm64.dmg
cat qoder-0.1.0-darwin-arm64.dmg.md5

# Windows (PowerShell)
Get-FileHash -Algorithm MD5 qoder-0.1.0-windows-x64.exe
Get-Content qoder-0.1.0-windows-x64.exe.md5

v0.0.1

08 Sep 21:08
63660c0

Choose a tag to compare

Release v0.0.1

This release includes Qoder editor packages for multiple platforms:

Available Platforms

macOS Apple Silicon (ARM64)

macOS Intel (x64)

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.0.1-darwin-arm64.dmg
cat qoder-0.0.1-darwin-arm64.dmg.md5

# Windows (PowerShell)
Get-FileHash -Algorithm MD5 qoder-0.0.1-windows-x64.exe
Get-Content qoder-0.0.1-windows-x64.exe.md5