
New BasicSwap Release (v0.15.1)
BasicSwap's 0.15.1 codebase is now available, which notably includes a mandatory Firo Core update ahead of their scheduled hardfork.
Firo users need to update their BasicSwap instance and upgrade their coins to version 0.14.15.0 to be able to continue using the coin.


This minor (but mandatory for Firo users) update includes a variety of dependency updates, and bug fixes such as the version update notifier system.
Install the Latest BasicSwap Update 🖥️
To install the new update, which includes both the codebase and user interface updates, simply update BasicSwap through the usual process and launch the DEX again.
Docker
If you've installed BasicSwap following the Docker method...
- Shutdown BasicSwap properly and stop the Docker image (
docker-compose stop), - From the basicswap folder, type the
git pullcommand, - In the
/dockerfolder, run thedocker-compose build --no-cachecommand, - Execute this commmand to update Firo:
basicswap-prepare --datadir=/coindata --upgradecores, - Once the process completes, launch BasicSwap again using the
docker-compose upcommand.
Note: Depending on your Docker version, adding a dash between docker and compose may not be necessary and may instead throw an error.
Non-Docker
If you've installed BasicSwap following the non-Docker method...
- Shutdown BasicSwap properly,
- From the
~/coinswaps/basicswapfolder, type thegit pullcommand, - Execute the following command:
pip install --require-hashes -r requirements.txt, - Execute the following command:
pip3 install ., - Execute the following command:
basicswap-prepare --datadir=$HOME/coinswaps --upgradecores, - Launch BasicSwap as usual.
Install Script
If you've installed BasicSwap using Nahuhh's Github installation script
- Execute the update command:
bsx-update.
Changelog 📝
Coin(s)
- Firo — Upgraded Firo Core to version 0.14.15.0 (hardfork release)
- Monero — Remove
--non-interactiveflag (doesn't have any functionality on wallet)
UI Code & Experience
- BasicSwap version update notification bug fix
- Updated Monero icon
- Uniform padding on coin icons
- Clarify
LOCK_TX_A_REFUNDevent descriptions
Dependencies
- Bumped
guixpacked version - Bumped
blackfrom 25.9.0 to 25.11.0 - Add
zeromqto Mac dependencies
Build
- Raise version to 0.15.1
- ci: Don't run on documentation updates
You can inspect all changes by verifying the 0.15.1 comparison page here.
Thank you to all our contributors, testers, and community members for your continued support. Together, we're building the future of decentralized exchange—one commit at a time. 🚀
Stay Connected
Stay connected with us on our social media channels for real-time updates, news, and more.
- Twitter: @basicswapdex
- Matrix: BasicSwap channel
- GitHub: BasicSwap repositories
- Support the project: Donation page

BasicSwap Team
The official team behind BasicSwap. We're a group of passionate contributors dedicated to making atomic swap technology ubiquitous by creating accessible, user-friendly solutions for everyone.
Related Posts
BasicSwap Integration on Litecoin's Nexus Mobile Wallet
By BasicSwap Team on April 14, 2026
BasicSwap DEX is coming to mobile! Learn more about the upcoming integration on Litecoin's Nexus wallet in this progress report.
Development Update (November 2025)
By BasicSwap Team on December 1, 2025
A summary of the recent developments and progress made by BasicSwap contributors since our last update

New BasicSwap Release (v0.15)
By BasicSwap Team on October 17, 2025
A new version of BasicSwap is now available for download.