Skip to content

refs/tags/v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 21:31
v0.1.1
a182ba3

Igloo v0.1.1

Downloads

Choose the appropriate file for your platform:

  • Windows:

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

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

    • igloo-0.1.1.AppImage - AppImage
    • igloo_0.1.1_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.1.1/igloo-signing-key.asc | gpg --import
  3. Verify the checksums signature:

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

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

For detailed verification instructions, see VERIFICATION.md