Latest Release
- Repository: Robosats/robosats
- Published on: 2026-01-14 14:15:10 UTC
- Version Tag: v0.8.4-alpha
- By: github-actions[bot]
- On GitHub: Robosats/robosats/releases
RoboSats v0.8.4-alpha is now out! :rocket:
This is probably the release with the most widely spread contributors in this project's history. Thank you all!
Changes
What's new
TL;DR
Multiple UI improvements and bugs fixed.
For Users
- Payment methods input clears when switched to Swap @aftermath2
- API errors are globally displayed in a toast message @keshav0479
- Bond displays bellow Premium in mobile view @keshav0479
- Orders are automatically sorted by premium when filtering by SELL / BUY type @FedericoLuque
- Bond amount in sats estimated prior to order creation @FedericoLuque
New payment methods
Bugs
- Typo in federation table @aftermath2
- Wrong swap calculation for "You receive..." @FedericoLuque
- Wrong calculation for "You receive..." in range orders @keshav0479
- WhiteEyeSats and Alice nodeapp and nostr values @Wizard079 @KoalaSat
- Pin colors are now static in map view @Wizard079
For Coordinators
- Alpine updated to allow SOCKS5 @MattDHill
- Security updates
- Update traditional scripts @jerryfletcher21
- Upstreams updated to 127.0.0.1 @Wizard079
- Nostr keys are now correctly stored from headers @KoalaSat
Android
Click to download universal RoboSats APK for Android Smaller bundles for each CPU architecture available in the attachments.
Verify the app using GPG:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.8.4.alpha-universal.apk.asc -
Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Additionally, you can download it from Izzysoft repository or ZapStore
Desktop
Download the Desktop App zip file Find the zip file that suits with your operative system:
Verify the app using GPG:
-
Download the ascii armored signature:
- Mac
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.8.4.alpha-....asc -
Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.8.4-alpha (Docker Hub)
bash
docker pull recksato/robosats:v0.8.4-alpha
Client App Image v0.8.4-alpha (Docker Hub)
bash
docker pull recksato/robosats-client:v0.8.4-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.
What's Changed
- update alpine for SOCKS5 support by @MattDHill in https://github.com/RoboSats/robosats/pull/2312
- Fix typo in federation table header by @aftermath2 in https://github.com/RoboSats/robosats/pull/2324
- Update nodeapp by @KoalaSat in https://github.com/RoboSats/robosats/pull/2328
- Add Binance and DANA payment methods by @KoalaSat in https://github.com/RoboSats/robosats/pull/2334
- Fix/2326 swap calculation UI by @FedericoLuque in https://github.com/RoboSats/robosats/pull/2329
- chore(deps): bump qs and express in /desktopApp by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2337
- Clear payment methods on mode change by @aftermath2 in https://github.com/RoboSats/robosats/pull/2339
- chore(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2305
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in /frontend by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2319
- update traditional scripts by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/2341
- fix: correct exchange rate calculation for taken range orders by @keshav0479 in https://github.com/RoboSats/robosats/pull/2344
- feat: display global notification on API request failures (fixes #2106) by @keshav0479 in https://github.com/RoboSats/robosats/pull/2340
- config: Replace the problematic location block with upstream in nginx… by @Wizard079 in https://github.com/RoboSats/robosats/pull/2347
- fix: use 127.0.0.1 instead of localhost to match socat bindings by @Wizard079 in https://github.com/RoboSats/robosats/pull/2348
- chore(deps): bump react-router and react-router-dom by @KoalaSat in https://github.com/RoboSats/robosats/pull/2352
- feat: display bond % stacked under premium on mobile by @keshav0479 in https://github.com/RoboSats/robosats/pull/2350
- feat: Implement dynamic default sorting for offer book by @FedericoLuque in https://github.com/RoboSats/robosats/pull/2315
- feat: add real-time bond estimation to order form by @FedericoLuque in https://github.com/RoboSats/robosats/pull/2333
- update whiteyes coordinator by @KoalaSat in https://github.com/RoboSats/robosats/pull/2355
- fix: correct SVG icon color rendering by @Wizard079 in https://github.com/RoboSats/robosats/pull/2354
- API header fixes by @KoalaSat in https://github.com/RoboSats/robosats/pull/2356
- v0.8.4-alpha by @KoalaSat in https://github.com/RoboSats/robosats/pull/2357
- Hide 404 api code errors by @KoalaSat in https://github.com/RoboSats/robosats/pull/2365
New Contributors
- @MattDHill made their first contribution in https://github.com/RoboSats/robosats/pull/2312
- @keshav0479 made their first contribution in https://github.com/RoboSats/robosats/pull/2344
- @Wizard079 made their first contribution in https://github.com/RoboSats/robosats/pull/2347
Full Changelog: https://github.com/RoboSats/robosats/compare/v0.8.3-alpha...v0.8.4-alpha
Data updated on: 2026-02-23 20:03 UTC