SwarmMobile is a bee client built with fyne using bee-lite. It can run on multiple platforms supported by fyne.
By default, it will run in testnet (goerli), It needs few modification to run on mainnet.
To Build from source you will need fyne
go install fyne.io/fyne/v2/cmd/fyne@latest
fyne package -os darwin
fyne package -os linux
fyne package -os windows
fyne package -os android -appID com.plur.beemobile
fyne package -os ios -appID com.plur.beemobile
- release for testnet and mainnet
- host binaries
- code review