Latest Release

  • Repository: Robosats/robosats
  • Published on: 2025-05-27 18:48:47 UTC
  • Version Tag: v0.7.8-alpha
  • By: github-actions[bot]
  • On GitHub: Robosats/robosats/releases

RoboSats v0.7.8 is now out! :rocket:

Changes

What's new

For Users

  • New coordinator: LibreBazaar https://github.com/RoboSats/robosats/issues/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:

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

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

Docker Images

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

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

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

bash 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

  • Update it.json by @BitcoinVeneto in https://github.com/RoboSats/robosats/pull/1900
  • Validate ratign tokens by @KoalaSat in https://github.com/RoboSats/robosats/pull/1904
  • Filter network order events by @KoalaSat in https://github.com/RoboSats/robosats/pull/1905
  • Include Peach orders by @KoalaSat in https://github.com/RoboSats/robosats/pull/1810
  • Send nip17 encrypted messages by @KoalaSat in https://github.com/RoboSats/robosats/pull/1910
  • chore(deps): bump django-cors-headers from 4.6.0 to 4.7.0 by @dependabot in https://github.com/RoboSats/robosats/pull/1886
  • chore(deps): bump pygeohash from 1.2.0 to 3.0.1 by @dependabot in https://github.com/RoboSats/robosats/pull/1885
  • chore(deps): bump django-celery-results from 2.5.1 to 2.6.0 by @dependabot in https://github.com/RoboSats/robosats/pull/1884
  • chore(deps): bump googleapis-common-protos from 1.66.0 to 1.70.0 by @dependabot in https://github.com/RoboSats/robosats/pull/1883
  • chore(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.3 in /frontend by @dependabot in https://github.com/RoboSats/robosats/pull/1899
  • chore(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.4.0 in /frontend by @dependabot in https://github.com/RoboSats/robosats/pull/1907
  • fix REDIS_URL config instead of environment variable by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1913
  • cast DEVELOPMENT config to bool by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1912
  • Upgrade all frontend libraries by @KoalaSat in https://github.com/RoboSats/robosats/pull/1911
  • Revert "fix REDIS_URL config instead of environment variable" by @KoalaSat in https://github.com/RoboSats/robosats/pull/1921
  • Android: Add Adaptive Icons support by @dennisreimann in https://github.com/RoboSats/robosats/pull/1922
  • LibreBazaar coordinator by @KoalaSat in https://github.com/RoboSats/robosats/pull/1909
  • LibreBazaar nostr by @KoalaSat in https://github.com/RoboSats/robosats/pull/1923
  • Fix nodeapp nostr relay by @KoalaSat in https://github.com/RoboSats/robosats/pull/1925
  • fix typo in nodeapp/robosats-client.sh by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1927
  • Add Nomad payment method by @p-manoel in https://github.com/RoboSats/robosats/pull/1928
  • fix result not present in telegram api response by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1929
  • fix ruff warning in telegram_watcher by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1936
  • read REDIS_URL with decouple by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1939
  • fix typo in tests and update api-latest.yaml by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1938
  • increase tests trade range by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1937
  • Run tests in PRs by @KoalaSat in https://github.com/RoboSats/robosats/pull/1944
  • Bump frontend by @KoalaSat in https://github.com/RoboSats/robosats/pull/1945
  • chore(deps-dev): bump ruff from 0.11.6 to 0.11.10 by @dependabot in https://github.com/RoboSats/robosats/pull/1941
  • Fix relay connection by @KoalaSat in https://github.com/RoboSats/robosats/pull/1946
  • chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.1.21 in /mobile/android by @dependabot in https://github.com/RoboSats/robosats/pull/1942
  • v0.7.8-alpha by @KoalaSat in https://github.com/RoboSats/robosats/pull/1947
  • Bump open pgp by @KoalaSat in https://github.com/RoboSats/robosats/pull/1948
  • Revert openPGP version by @KoalaSat in https://github.com/RoboSats/robosats/pull/1950
  • Revert "Android: Add Adaptive Icons support" by @KoalaSat in https://github.com/RoboSats/robosats/pull/1951
  • Fix rating counter by @KoalaSat in https://github.com/RoboSats/robosats/pull/1952
  • Fix testnet connections by @KoalaSat in https://github.com/RoboSats/robosats/pull/1958
  • Remove local coordinator by @KoalaSat in https://github.com/RoboSats/robosats/pull/1959

New Contributors

  • @p-manoel made their first contribution in https://github.com/RoboSats/robosats/pull/1928

Full Changelog: https://github.com/RoboSats/robosats/compare/v0.7.7-alpha...v0.7.8-alpha

Data updated on: 2025-06-09 08:04 UTC