In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:
curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/negrunch.asc | gpg --import
curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/arkanoider.asc | gpg --importOnce you have the required PGP keys, you can verify the release (assuming manifest.txt.sig.negrunch, manifest.txt.sig.arkanoider and manifest.txt are in the current directory) with:
gpg --verify manifest.txt.sig.negrunch manifest.txt
gpg --verify manifest.txt.sig.arkanoider manifest.txt
gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg: using RSA key 1E41631D137BA2ADE55344F73852B843679AD6F0
gpg: Good signature from "Francisco Calderón <fjcalderon@gmail.com>" [ultimate]
gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg: using RSA key 2E986CA1C5E7EA1635CD059C4989CC7415A43AEC
gpg: Good signature from "Arkanoider <github.913zc@simplelogin.com>" [ultimate]
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with shasum -a 256 <filename>, compare it with the corresponding one in the manifest file, and ensure they match exactly.
- Settings mode switch, Shift+H help, My Trades UX by @arkanoider
- added mostro alias name in status bar by @arkanoider
- Add rich MyTrades footer and Shift-based order actions by @arkanoider
- improved logic of peer-to-peer chat in users orders flow by @arkanoider
- starting users chat in my trades tab by @arkanoider
- rabbit rants and niptick by @arkanoider
- rabbit rants fix by @arkanoider
- unify My Trades chat selection by @arkanoider
- improved footer and aligned docs by @arkanoider
- aligned showed orders state in left colum or chat tab by @arkanoider
- fix on chat input box that was not accepting chars after first order by @arkanoider
- feat(ui): Settings mode switch, Shift+H help, My Trades UX by @arkanoider in #53
- chore: update aws-lc-sys to fix security vulnerabilities by @grunch in #45
- Improve My Trades chat and refactor UI helpers by @grunch in #52
- split helpers into focused modules and update docs by @arkanoider
- improved popup style by @arkanoider
- updated deps in cargo.toml by @arkanoider
- update aws-lc-sys to fix security vulnerabilities by @mostronatorcoder[bot]
- fix order id in orders chat by @arkanoider
- fix typos by @arkanoider
- @arkanoider made their contribution in #53
- @grunch made their contribution in #45
- @mostronatorcoder[bot] made their contribution
Full Changelog: https://github.com/MostroP2P/mostrix/compare/v0.1.8...0.1.9