KingDownloads

alt-sendme version history

11 releases tracked, newest first.

v0.5.0

Jul 9, 2026
- Web version available at app.altsendme.com - Improved security and test coverage - Added disarm mechanism for partial downloads - Bug fixes and minor improvements

15 downloads

v0.4.2

Jun 27, 2026
- Added modern Debian & Ubuntu support with updated .deb package dependencies - Fixed settings sidebar header being covered by custom title bar on Linux - Addressed issues #172 and #168 - Various minor fixes and improvements

15 downloads

v0.4.1

Jun 26, 2026
## Release Highlights - **Self-hosted relays:** Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in [`deploy/relay/`](https://github.com/tonyantony300/alt-sendme/tree/main/deploy/relay) with Docker Compose for a VPS and configuration examples for production use. - **Fly.io support:** One-click deploy template for Fly.io, including a quick-start config (`fly.dev.toml`) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. - **Relay settings UI:** New **Settings → Network** panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. - **Disable relays:** Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. - **Android graduates from beta:** Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). ### Other improvements - Private relay access

15 downloads

v0.4.0

Jun 24, 2026
## Release Highlights - Networking: Upgraded to Iroh 1.0, the first stable release underlying peer-to-peer networking stack, featuring stable APIs, wire compatibility across v1 releases, QUIC multipath support, and improved direct connectivity - Releases: Added support for additional platform targets - Stability: Multiple bug fixes and refinements to improve overall application reliability Note: Android releases will be included in the next patch. ## What's Changed * feat: Cleanup orphan folders on startup (09aa03f) * feat: Add UI for copy-to-cache progress and cancellation (f12d978) * feat: Notify of progress in copy to cache (509c858) * chore(deps): upgrade Iroh to 1.0 and align ecosystem dependencies (39ea7ed) * chore(bump): upgrade to Iroh 1.0 (3480e8f) * fix(tray): harden icon loading with resolve path and safe fallback (3b355bd) * fix(tray): correct InvalidIcon fallback for 128x128 tray icon (7b38ca7) * fix(tray): remove helper fn to fix Image lifetime mismatch (32ffd6f) * fix: use larger 128x128 icon for system tray instead of default small icon (d06575b) * fix: handle resource_dir and icon errors properly (1ea6df8) * fix(ui): forward refs in Scrol

12 downloads

v0.3.6-beta.1

Pre-releaseMay 1, 2026
After months of development, we are thrilled to share the first look at our Android version. This is an early-stage prototype, and your insights are vital to helping us shape the final experience. ### What is possible now - Android to Android transfers - Send between Android to Windows, Linux or MacOS - Send from Android to CLI (using Iroh's sendme) - Send stuff outside of your local network to anywhere you want ### How you can help: - Report any performance issues or bugs. - Share your thoughts on the overall navigation. Join discord to discuss the issues you might find [Discord](https://discord.gg/xwb7z22Eve) A huge thank you to @Rubensei ❤️ for the incredible contributions to this build. Special Thanks to @blackmouse572 for his contributions on the frontend ❤️ This is incomplete without expressing our gratitude to the folks at n0-computer for their work on Iroh 🙌 - Thank you!! #### Known Issues - Android system navigation overlapping the app footer - Cache cleanup after transfer might fail silently - The process of copying to cache is not synchronous currently, so the UI has no info about when the files are actually ready to be sent. This should

1 download

v0.3.5

Apr 7, 2026
## What's Changed - Preview feature - See what you are about to download when pasting a ticket - Mobile version - Build android version locally. - Introducing Settings page for future customization capabilities. - Receive notification on receiving end when a transfer is complete **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.4...v0.3.5 --- See the assets below to download and install this version. ## What's Changed * feat: Android receive support by @Rubensei in https://github.com/tonyantony300/alt-sendme/pull/122 * Feat/setting by @blackmouse572 in https://github.com/tonyantony300/alt-sendme/pull/121 * fix: Add missing android native files by @Rubensei in https://github.com/tonyantony300/alt-sendme/pull/123 * Fix external links/buttons by using opener plugin by @Avazbek22 in https://github.com/tonyantony300/alt-sendme/pull/127 * Mobile version by @tonyantony300 in https://github.com/tonyantony300/alt-sendme/pull/132 * ci: add WinGet publish workflow for release-based MSI submissions by @tonyantony300 in https://github.com/tonyantony300/alt-sendme/pull/135 * feat: Persist android download folder by @Rubensei in https://github.

6 downloads

v0.3.4

Feb 11, 2026
## What's Changed - release version 0.3.4 (9d23f13) **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.3...v0.3.4 --- See the assets below to download and install this version. ## What's Changed * Bumped iroh version by @Rubensei in https://github.com/tonyantony300/alt-sendme/pull/110 - this PR advancing work for future version bumps * Added tabs animation to ui by @blackmouse572 in https://github.com/tonyantony300/alt-sendme/pull/115 * Security fixes - skip problematic paths, hardening against various attack vectors @Retengart in https://github.com/tonyantony300/alt-sendme/pull/113 * fix(progress): clamp transferred bytes to prevent >100% display by @Retengart in https://github.com/tonyantony300/alt-sendme/pull/116 * fix(theme): resolve light mode color inconsistencies by @Retengart in https://github.com/tonyantony300/alt-sendme/pull/117 * Added functionality to clear selected file by @tonyantony300 in https://github.com/tonyantony300/alt-sendme/pull/119 * Add Hungarian language support by @hcodename47 in https://github.com/tonyantony300/alt-sendme/pull/112 ## New Contributors * @hcodename47 made their first contribution in h

6 downloads

v0.3.3

Feb 1, 2026
- chore: bump version to 0.3.3 (3234244) **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.2...v0.3.3 --- See the assets below to download and install this version. ## What's Changed * chore: remove old NPM scripts by @gotnoklu in https://github.com/tonyantony300/alt-sendme/pull/101 * fix(linux): prevent AppImage crashes by disabling DMABUF by @lordaimer in https://github.com/tonyantony300/alt-sendme/pull/105 * fix(web-app): move AppProviders to main.tsx to fix appTitle translation in titlebar failing on linux by @lordaimer in https://github.com/tonyantony300/alt-sendme/pull/106 ## Fixing window not appearing issue on Linux binaries adding fix for #47 #59 #71 #96 **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.2...v0.3.3

6 downloads

v0.3.2

Jan 29, 2026
## What's Changed ### chore: bump version to 0.3.2 (77169e5) - Includes Hotfix for missing auto updater change **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.1...v0.3.2 --- See the assets below to download and install this version. **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.1...v0.3.2

6 downloads

v0.3.1

Jan 28, 2026
## What's Changed - chore: bump version to 0.3.1 (da0dc8c) **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.0...v0.3.1 --- See the assets below to download and install this version. ## What's Changed * Release/v0.3.0 by @tonyantony300 in https://github.com/tonyantony300/alt-sendme/pull/92 * feat(single-instance): enforce app to run only one instance at a time by @lordaimer in https://github.com/tonyantony300/alt-sendme/pull/94 * feat(windows): implement context menu integration by @ManasayJoseph in https://github.com/tonyantony300/alt-sendme/pull/93 * feat(updater): add updater system via tauri-plugin-updater by @lordaimer in https://github.com/tonyantony300/alt-sendme/pull/97 ## New Contributors * @ManasayJoseph made their first contribution in https://github.com/tonyantony300/alt-sendme/pull/93 **Full Changelog**: https://github.com/tonyantony300/alt-sendme/compare/v0.3.0...v0.3.1

6 downloads

v0.3.0

Jan 25, 2026
# What’s New in v0.3.0 🎉 ### ✨ New Features * **Multi-transfer / Broadcast mode** - Send files and folders to multiple recipients at once using a single ticket, with concurrent transfers. (#80) * **Quick “Open” button on receive** - Jump straight to the downloaded files in your file explorer. (#78) * **Design system introduced** - A more accessible, scalable, and maintainable UI powered by **cossui**. *(Thanks @blackmouse572)* (#83) * **System tray support** - Close the app while transfer in progress, transfer will continue to system tray. *(Thanks @lordaimer)* (#76) * **Tailwind CSS upgraded to v4** *(Thanks @blackmouse572)* (#83) * **Light & Dark mode support** *(Thanks @blackmouse572)* * **Transfer ETA display** — See estimated time remaining during transfers. (#81) --- ### 🛠️ Improvements & Maintenance * Improved development workflow and code organization *(Thanks @gotnoklu)* (#74) * Integrated **Biome** for consistent code quality checks *(Thanks @gotnoklu)* (#77) * Formatting checks added to CI for more reliable builds *(Thanks @gotnoklu)* (#86) --- ### 🌍 New Translations * **Bengali** — @arg387 (#72) * **Hindi, Poli

6 downloads