Summary
Addy v2026.06.02-23 was built from 58164a0 and includes 2 commit(s).
Compare this release with v2026.06.02-22.
Changelog Highlights
Added
- Android ARM64 companion app with a Buildozer configuration for APK releases
- Native ARM64 release targets for Linux and Windows on Arm
- Packaged PNG icon assets in desktop binaries for faster startup icon rendering
- Detailed generated release notes with changelog highlights, grouped commits, compare links, and release asset sizes
Changed
- Android UI now matches the desktop Addy visual system with leaf-shaped cards, hard black shadows, compact header rhythm, and matching copy feedback
- Linux and macOS desktop builds now use the same Addy header sizing, GitHub action, font fallback order, and icon packaging as the Windows build
- Android header alignment now mirrors the desktop header and includes the GitHub action next to Refresh
- Android connected-network labels are now assigned per interface instead of reusing one global network label for every row
What Changed
Features
- feat: sign Android APK with consistent debug keystore (58164a0)
Other Changes
- Revert "feat: implement auto-update checking for desktop and Android" (e20c4b8)
Downloads
| Platform | File |
|---|---|
| 🐧 Linux (x86_64) | addy-linux-amd64 |
| 🐧 Linux (ARM64) | addy-linux-arm64 |
| 🪟 Windows (x86_64) | addy-windows-amd64.exe |
| 🪟 Windows (ARM64) | addy-windows-arm64.exe |
| 🍎 macOS (Apple Silicon) | addy-macos-arm64.zip |
| 🍎 macOS (Intel x86_64) | addy-macos-intel.zip |
| 🤖 Android (ARM64 APK) | addy-android-arm64.apk |
Release Assets
addy-android-arm64.apk(18M)addy-linux-amd64(34M)addy-linux-arm64(32M)addy-macos-arm64.zip(16M)addy-macos-intel.zip(18M)addy-windows-amd64.exe(20M)addy-windows-arm64.exe(15M)
Notes
macOS users: After downloading, unzip the file, run
chmod -R +x addy.appin Terminal (if it doesn't open), and then right-clickaddy.app→ Open to bypass Gatekeeper on first launch.Linux users: Run
chmod +x addy-linux-amd64orchmod +x addy-linux-arm64to make the binary executable.Android users: The APK is an unsigned debug build for direct testing. The Android app runs as a foreground companion because Android does not support desktop-style system tray apps.