RoboSats v0.8.1-alpha is now out! 🚀
Changes
What's new
TL;DR
- Brand new mobile app and mobile view
- New in-app private notifications system using nostr
- Revertible payments warning
Important
The new app version might remove your garage, make sure you backup your tokens before upgrading
For Users
- Nostr notifications following NIP-17. Coordinators now send nostr anonymous encrypted messages to robots. The client fetches federation's relays for this notifications and display them on a new notifications center.
Note
New notifications won't work until Coordinators upgrade to this version
- New mobile app written from scratch. Improving performance, security and usability.
- New mobile view (App and Web). Improving user experience and using nostr for App notifications. No more 5 minutes queries, notifications are now instant.
- Improved Robot profile window.

- Libraries security updates.
- We have created a list of payment methods consistently reported by the community as doing reverts to their transactions.

Payment methods marked as reversible
- PIX
New payment methods
- USDC
- Paysend
Bugs
- Order matching view now displays relevant order data.
- Fixed some visual bugs caused by previous UI update.
- F2F orders are again created with coordinates.
- armeabi-v7a and arm64-v8a architectures signatures and versions fixed.
- Order view showing wrong amount definitively fixed
For Coordinators
- Password checks now always takes a fixed amount of time #2120
- Coordinators now publish to nostr a copy of notifications sent to Telegram.
- Libraries security updates.
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.1.alpha-universal.apk.asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 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:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.8.1.alpha-....asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.8.1-alpha (Docker Hub)
docker pull recksato/robosats:v0.8.1-alpha
Client App Image v0.8.1-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.8.1-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- chore(deps): bump pillow from 11.2.1 to 11.3.0 by @dependabot[bot] in #2081
- New mobile app by @KoalaSat in #2080
- New mobile views by @KoalaSat in #2082
- Bump frontend libraries by @KoalaSat in #2089
- Remove old anroid app by @KoalaSat in #2090
- Development docs by @KoalaSat in #2029
- Update 03-liquidity.md by @Gravity2106 in #2092
- chore(deps): bump asgiref from 3.9.0 to 3.9.1 by @dependabot[bot] in #2096
- chore(deps): bump pygeohash from 3.0.1 to 3.1.3 by @dependabot[bot] in #2095
- chore(deps): bump drf-spectacular-sidecar from 2025.5.1 to 2025.7.1 by @dependabot[bot] in #2098
- New mobile release by @KoalaSat in #2091
- Fix order match by @KoalaSat in #2099
- Coordinators privacy by @KoalaSat in #2100
- Nostr notifications by @KoalaSat in #2101
- New mobile app fixes by @KoalaSat in #2102
- Refactor android app messages by @KoalaSat in #2103
- loan robot profile if created in NavBar by @KoalaSat in #2104
- Bump frontend libraries by @KoalaSat in #2111
- Update token warning message by @aftermath2 in #2112
- Mobile nostr notifications by @KoalaSat in #2105
- Use Orbot button by @KoalaSat in #2118
- chore(deps-dev): bump coverage from 7.9.2 to 7.10.0 by @dependabot[bot] in #2114
- chore(deps-dev): bump ruff from 0.12.3 to 0.12.5 by @dependabot[bot] in #2115
- chore(deps): bump pygeohash from 3.1.3 to 3.2.0 by @dependabot[bot] in #2116
- Revertible payments warning by @KoalaSat in #2121
- Mobile multi-language by @KoalaSat in #2122
- Constant time password comparison by @aftermath2 in #2120
- Fix dark theme by @KoalaSat in #2123
- V0.8.1 alpha by @KoalaSat in #2124
- Notifications filters by @KoalaSat in #2125
- Add random expiration to notifications by @KoalaSat in #2126
- Small UI tweaks by @KoalaSat in #2128
- Show alwasy the price line on Maker Form by @KoalaSat in #2129
- Ignore case differences during payment methods icon matching by @aftermath2 in #2131
- chore(deps-dev): bump coverage from 7.10.0 to 7.10.1 by @dependabot[bot] in #2142
- chore(deps-dev): bump ruff from 0.12.5 to 0.12.7 by @dependabot[bot] in #2143
- Add USDC as payment method by @thiagorb in #2144
- Fix swap icons color by @aftermath2 in #2151
- Fix clipboard safe string regular expression by @aftermath2 in #2153
- Pre release fixes v0.8.1 by @KoalaSat in #2154
- Escape characters using two backslashes by @aftermath2 in #2155
- Update android architecture versioning strategy by @KoalaSat in #2156
- Fix payment methods icon by @KoalaSat in #2159
- Pre release fixes v0.8.1 2 by @KoalaSat in #2160
- Fix orbot button by @KoalaSat in #2163
- Desktop app fix by @KoalaSat in #2166
- Desktop app fix 2 by @KoalaSat in #2167
- Webpack fix by @KoalaSat in #2168
New Contributors
Full Changelog: v0.8.0-alpha...v0.8.1-alpha