Latest Release

  • Repository: Robosats/robosats
  • Published on: 2025-12-14 17:05:31 UTC
  • Version Tag: v0.8.3-alpha
  • By: github-actions[bot]
  • On GitHub: Robosats/robosats/releases

RoboSats v0.8.3-alpha is now out! :rocket:

Changes

What's new

TL;DR

2 new coordinators, some bug fixing and security updates.

For Users

  • 2 new coordinators: WhitEyeSats (https://github.com/RoboSats/robosats/issues/2295) and Alice (https://github.com/RoboSats/robosats/issues/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:

  2. Windows

  3. Mac
  4. Linux

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

  6. Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

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

bash docker pull recksato/robosats:v0.8.3-alpha

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

bash 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

  • Remove telegram links by @KoalaSat in https://github.com/RoboSats/robosats/pull/2264
  • Update 02-payment-methods.md by @Gravity2106 in https://github.com/RoboSats/robosats/pull/2279
  • Update 02-payment-methods.md by @Gravity2106 in https://github.com/RoboSats/robosats/pull/2280
  • chore(deps): bump path-to-regexp and express in /desktopApp by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2266
  • chore(deps): bump django from 5.1.9 to 5.1.13 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2265
  • chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2283
  • Include description in nostr note by @KoalaSat in https://github.com/RoboSats/robosats/pull/2282
  • Update 02-payment-methods.md by @Gravity2106 in https://github.com/RoboSats/robosats/pull/2284
  • Potential fix for code scanning alert no. 21: Workflow does not contain permissions by @KoalaSat in https://github.com/RoboSats/robosats/pull/2285
  • chore(deps): bump django from 5.1.13 to 5.1.14 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2297
  • Update federation.json by @otmooon in https://github.com/RoboSats/robosats/pull/2296
  • docs: update Electrum wallet section by @f321x in https://github.com/RoboSats/robosats/pull/2286
  • fix tor error messaging when safer or safest mode is enabled in tor by @hbdc-BtcFixesThis in https://github.com/RoboSats/robosats/pull/2300
  • Fix external orders empty link by @KoalaSat in https://github.com/RoboSats/robosats/pull/2302
  • Add WhitEyeSats Coordinator by @KoalaSat in https://github.com/RoboSats/robosats/pull/2303
  • chore(deps): bump django from 5.1.14 to 5.1.15 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2311
  • feat: Improve 'Create Order' button disabled feedback by @FedericoLuque in https://github.com/RoboSats/robosats/pull/2314
  • v0.8.3-alpha by @KoalaSat in https://github.com/RoboSats/robosats/pull/2320
  • Use tor to resolve DNS by @alicecoordinator in https://github.com/RoboSats/robosats/pull/2321
  • feat: Add new feedback messages translations by @FedericoLuque in https://github.com/RoboSats/robosats/pull/2322
  • Correctly clear maker form by @KoalaSat in https://github.com/RoboSats/robosats/pull/2323
  • Add Alice Coordinator by @alicecoordinator in https://github.com/RoboSats/robosats/pull/2316

New Contributors

  • @otmooon made their first contribution in https://github.com/RoboSats/robosats/pull/2296
  • @hbdc-BtcFixesThis made their first contribution in https://github.com/RoboSats/robosats/pull/2300
  • @FedericoLuque made their first contribution in https://github.com/RoboSats/robosats/pull/2314
  • @alicecoordinator made their first contribution in https://github.com/RoboSats/robosats/pull/2321

Full Changelog: https://github.com/RoboSats/robosats/compare/v0.8.2-alpha...v0.8.3-alpha

Data updated on: 2026-01-09 11:19 UTC