Skip to content

refs/tags/v0.0.7

Choose a tag to compare

@github-actions github-actions released this 06 May 21:05
· 233 commits to main since this release
v0.0.7
6e73e4b

Igloo v0.0.7

Downloads

Choose the appropriate file for your platform:

  • Windows:

    • Igloo-Setup-0.0.7.exe - Installer
    • Igloo-0.0.7-portable.exe - Portable
  • macOS:

    • Igloo-0.0.7-x64.dmg - Intel Mac Disk Image
    • Igloo-0.0.7-arm64.dmg - Apple Silicon Mac Disk Image
    • Igloo-0.0.7-x64.zip - Intel Mac ZIP Archive
    • Igloo-0.0.7-arm64.zip - Apple Silicon Mac ZIP Archive
  • Linux:

    • igloo-0.0.7.AppImage - AppImage
    • igloo_0.0.7_amd64.deb - Debian Package

Verification

All releases are signed with GPG. To verify this release:

  1. Download the verification files:

    • igloo-signing-key.asc - Developer's public key
    • SHA256SUMS - File checksums
    • SHA256SUMS.asc - Signature for checksums
  2. Import the public key:

    curl -sL https://github.com/FROSTR-ORG/igloo/releases/download/v0.0.7/igloo-signing-key.asc | gpg --import
  3. Verify the checksums signature:

    curl -sL https://github.com/FROSTR-ORG/igloo/releases/download/v0.0.7/SHA256SUMS.asc | gpg --verify
  4. Verify file checksums:

    curl -sL https://github.com/FROSTR-ORG/igloo/releases/download/v0.0.7/SHA256SUMS | shasum -a 256 -c

For detailed verification instructions, see VERIFICATION.md