github RoboSats/robosats v0.8.1-alpha

23 days ago

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.
Screenshot from 2025-07-29 16-17-26
  • Libraries security updates.
  • We have created a list of payment methods consistently reported by the community as doing reverts to their transactions.
Screenshot from 2025-07-28 17-44-02

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:

  1. Download the ascii armored signature

  2. 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

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 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:

  1. Download the ascii armored signature:
  1. 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

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 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

New Contributors

Full Changelog: v0.8.0-alpha...v0.8.1-alpha

Don't miss a new robosats release

NewReleases is sending notifications on new releases.