The txio web app, wrapped as a desktop binary. Same API client, same visual transaction builder for Sui — just outside the browser.
Built on Electron, packaged for Linux/macOS/Windows via electron-builder.
From the repo root:
npm run buildThat runs the frontend build, copies the output into desktop/dist/, and hands off to electron-builder to package the executables.
MIT. See LICENSE.