Skip to content

Releases: RoboSats/robosats

v0.8.4-alpha

14 Jan 14:15
fb0f138

Choose a tag to compare

RoboSats v0.8.4-alpha is now out! 🚀

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

For Coordinators

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.4.alpha-universal.apk.asc

  3. 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:

  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.4.alpha-....asc

  2. Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.8.4-alpha (Docker Hub)

docker pull recksato/robosats:v0.8.4-alpha

Client App Image v0.8.4-alpha (Docker Hub)

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

New Contributors

Full Changelog: v0.8.3-alpha...v0.8.4-alpha

v0.8.3-alpha

14 Dec 17:05
e0550f9

Choose a tag to compare

RoboSats v0.8.3-alpha is now out! 🚀

Changes

What's new

TL;DR

2 new coordinators, some bug fixing and security updates.

For Users

  • 2 new coordinators: WhitEyeSats (#2295) and Alice (#2309)
  • Telegram links removed
  • Nostr events now includes order descriptions
  • When the user tries to load the app in Tor Browser with incompatible browsing configuration, a warning message is now displayed.
  • Better error messages for Order form

Bugs

  • External orders with no available links now don´t display any link button
  • In maker form, clear button now fully clears all inputs

For Coordinators

  • 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.3.alpha-universal.apk.asc

  3. 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:

  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.3.alpha-....asc

  2. Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.8.3-alpha (Docker Hub)

docker pull recksato/robosats:v0.8.3-alpha

Client App Image v0.8.3-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.8.3-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.2-alpha...v0.8.3-alpha

v0.8.2-alpha

08 Oct 15:08
2503e6e

Choose a tag to compare

RoboSats v0.8.2-alpha is now out! 🚀

Changes

What's new

TL;DR

Order description added as optional attribute. Library updates and bugs fixing.

For Users

  • Orders can now include descriptions. Available in "Advanced Options".
  • Aggregated Order's meta data from Federation's book is now displayed in Order's view (Before it was only displaying data from the host).
  • New Search dialog to help on-boarding users
  • Currency is locked to BTC in Swaps form
  • Revision of the Czech translation

Payment methods marked as reversible

  • Revolut

New payment methods

  • Zeam

Bugs

  • Android app was not able to open Telegram app
  • The Active robot feature is not available in the orders book view when connection is set to Nostr, yet it always displayed red for all robots.
  • Refreshing the orders book is not necessary when connection is set to Nostr.
  • Renewing orders with password now requires to re-enter a password.
  • Sometimes orders were not found when adding a new robot with an active order
  • Coordinators overview sometimes didn't load
  • Order summary "Start Again" button wasn't working
  • Used robots were not able to create new orders
  • Advanced mode toggle sometimes didn't work
  • "you receive" sats amount sometimes showed up incorrect values
  • "Routing budget" amount showed sats instead of milisats
  • Map now displays at zoom 1 (entirely) by default
  • Sometimes the chat logs were not being sent on a dispute even if the user checked the option

For Coordinators

  • Small DB migration to accommodate the new "Description" attribute for orders
  • Better API error formatting

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.2.alpha-universal.apk.asc

  3. 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:

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

  2. Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.8.2-alpha (Docker Hub)

docker pull recksato/robosats:v0.8.2-alpha

Client App Image v0.8.2-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.8.2-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

What's Changed

New Contributors

Read more

v0.8.1-alpha

12 Aug 15:00
49924bd

Choose a tag to compare

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

Read more

v0.8.0-alpha

14 Jul 13:41
e9f9d01

Choose a tag to compare

RoboSats v0.8.0 is now out! 🚀

Changes

What's new

For 3rd parties

⚠️ Coordinators will now require a valid nostr pubkey on headers: https://github.com/RoboSats/robosats/blob/development-docs/development/docs.md#authentication

For Users

  • Better custom payment methods tool
Screenshot from 2025-07-14 14-44-42
  • To avoid performance issues, the coordinator ratings verification is now manual.
Screenshot from 2025-07-14 14-46-00
  • New trade breadcrumb
Screenshot from 2025-07-14 14-51-07
  • Mobile nav bar
Screenshot from 2025-07-14 14-55-16 Screenshot from 2025-07-14 14-55-21
  • WebLN payments (i.e. Alby extension) window now use Hold invoices
Screenshot from 2025-07-14 14-54-21
- All translations updated (via LLM)
Screenshot from 2025-07-14 15-00-18
  • New warning dialogs to help users understand the risks of each step
Screenshot from 2025-07-14 15-44-20
  • Improved general performance
  • Remember hidden self-hosted alert
  • Fixed silent failure for invalid invoices #2056
  • Coordinator onchain payments are now disabled for swaps. These payments are unnecessary on this scenario and cause user mistakes.
  • Libraries upgrades

For Coordinators

  • Badges updated
  • Nostr pubkeys are now mandatory on Authentication
  • Libraries upgrades

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.0.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.0.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.8.0-alpha (Docker Hub)

docker pull recksato/robosats:v0.8.0-alpha

Client App Image v0.8.0-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.8.0-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

What's Changed

Read more

v0.7.9-alpha

26 Jun 09:51
136a160

Choose a tag to compare

RoboSats v0.7.9 is now out! 🚀

Changes

What's new

For Users

  • Orders can be created now with a password (Advance settings). These orders won't appear in the public orders view and can be taken only if the robot inputs the same password.
  • Orders can be fetch now by URL in the Book view
  • New coordinator: FreedomSats #2004
  • Peach orders now available in Global orders book
  • Chat fix for Start9/Umbrel

For Coordinators

  • Traditional non-docker environment files updated

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.7.9.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.7.9.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.7.9-alpha (Docker Hub)

docker pull recksato/robosats:v0.7.9-alpha

Client App Image v0.7.9-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.7.9-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

What's Changed

Full Changelog: v0.7.8-alpha...v0.7.9-alpha

v0.7.8-alpha

27 May 18:48
2bed86e

Choose a tag to compare

RoboSats v0.7.8 is now out! 🚀

Changes

What's new

For Users

  • New coordinator: LibreBazaar #1903
  • New payment method: Nomad
  • Major libraries update
  • Coordinator ratings are now cryptographically verified
  • Private chat message are also sent as nip17 as part of the full migration of the chat to nostr
  • Fix Start9/Umbrel nostr relay connection
  • Fixed a situation where sometimes orders table loads in page 2
  • Android adaptive Icons support

For Coordinators

  • Nostr notes are now additionally published to port 7778

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.7.8.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.7.8.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.7.8-alpha (Docker Hub)

docker pull recksato/robosats:v0.7.8-alpha

Client App Image v0.7.8-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.7.8-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.7.7-alpha...v0.7.8-alpha

v0.7.7-alpha

30 Apr 15:20
272413f

Choose a tag to compare

RoboSats v0.7.7 is now out! 🚀

Changes

This version of clients is not compatible with older versions of coordinators. Coordinators must upgrade first, make sure you don't upgrade your client while this is marked as pre-release.

What's new

For Users

  • New coordinators view.
  • Available coordinator reviews signed by both the robot and the coordinator.
  • Coordinators now display in their profiles market price sources.
  • Users are now warned if they try to cancel a non taken order after a payment attempt.
  • Some bugs fixed
  • Uzbek so'm currency now available

For Coordinators

  • Library 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.7.7.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.7.7.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.7.7-alpha (Docker Hub)

docker pull recksato/robosats:v0.7.7-alpha

Client App Image v0.7.7-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.7.7-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.7.6-alpha...v0.7.7-alpha

v0.7.6-alpha

08 Apr 18:06
5b5841e

Choose a tag to compare

RoboSats v0.7.6 is now out! 🚀

Changes

What's new

For Users

  • Dispute statement now requires a contact method to be submitted.
  • Coordinator rating over nostr (BETA)
  • Token input now clears up blank spaces.
  • Added some messages to the trade workflow to answer the most common questions.

For Coordinators

  • Add cancel_status param to the cancel order action

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.7.6.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.7.6.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.7.6-alpha (Docker Hub)

docker pull recksato/robosats:v0.7.6-alpha

Client App Image v0.7.6-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.7.6-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

What's Changed

Full Changelog: v0.7.5-alpha...v0.7.6-alpha

v0.7.5-alpha

22 Mar 22:34
f5fa18e

Choose a tag to compare

RoboSats v0.7.5 is now out! 🚀

Changes

What's new

For Users

  • When Javascript is disabled a box appears to help the user to enable it @gitsofaryan
  • Users will now be advised when they select a coordinator not offering swamps in order creation @khadar1020

For Coordinators

  • Now orders stay public even if there is a non-confirmed Taker, allowing multiple robots to try to take the order @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:

  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.7.5.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.7.5.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.7.5-alpha (Docker Hub)

docker pull recksato/robosats:v0.7.5-alpha

Client App Image v0.7.5-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.7.5-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.7.4-alpha...v0.7.5-alpha