Releases: mondaylabsltd/vela-wallet
Release list
Vela Wallet 0.9.4
Built from 3383b8d — the head of release/v0.9.4. Every app's About page says 0.9.4 (3383b8d).
Installing
Every package on this page has been built from the tagged source and is meant to be usable as downloaded. SHA256SUMS* files list the checksum of each one.
Windows — VelaWallet-Setup-<version>-x64.exe for most PCs, -arm64.exe for Snapdragon / Surface Pro X class machines.
The installer is not code-signed, so Windows SmartScreen stops it once with "Windows protected your PC". Click More info, then Run anyway. This is expected for this release; it is the same file the checksum describes.
macOS — if a .dmg is attached, it is signed with our Developer ID and notarized by Apple: open it and drag Vela Wallet to Applications. universal runs on every Mac; arm64 (Apple silicon) and x86_64 (Intel) are smaller.
If no .dmg is attached, this version's macOS build has not been published — we only attach one that opens without warnings. Use the web wallet in the meantime.
Linux — x86_64/amd64 for most PCs, aarch64/arm64 for ARM.
- Debian, Ubuntu, Mint, Pop!_OS:
sudo apt install ./vela-wallet_<version>_amd64.deb - Fedora, RHEL, openSUSE:
sudo dnf install ./vela-wallet-<version>-1.fc*.x86_64.rpm - Anything else:
flatpak install --user ./app.getvela.VelaWallet-<version>-x86_64.flatpak
Your wallet is not in the app: it is the passkey you sign in with. Installing, reinstalling or switching platforms never moves or risks funds.
Phones — the iOS and Android apps are distributed through the App Store and Google Play, not here. They can also be built from this source; see the repository README for what differs in a self-built app.
Browser extension
What's Changed
- fix(release): commit self-check failed when it succeeded early (SIGPIPE); Flatpak gets one by @atshelchin in #252
- release: 0.9.3 back into main by @atshelchin in #253
- feat(site): direct downloads — three systems, one button each; R2 mirror; release-attach.sh (065) by @atshelchin in #254
- feat(release): calendar versioning — YY.M.REVISION, enforced by the gate (066) by @atshelchin in #255
- fix(flatpak): the bundle's name carries the version by @atshelchin in #256
- 067: sign-in proves the index's answer against the registry contract (three layers, one rule in vela-core) by @atshelchin in #257
- fix(android,web): dead passkey selector no longer spins; RPC pool no longer serial by @atshelchin in #258
- fix(android): the send flow's quote wait could sleep through its answer by @atshelchin in #259
- fix(web): desktop rows, settings nav, dropdown menus and the account name — fixed widths holding text that grows (#195, #198) by @atshelchin in #260
- fix(web): send receipt — one group on desktop, and a wait that moves (#199) by @atshelchin in #261
- fix(send): the multi-recipient send went dark without saying why (#204, #205, #206) by @atshelchin in #265
- fix(web): an honest send screen — fee refresh and speed, the amount's unit, passkey rows (068, #207, #231) by @atshelchin in #274
Full Changelog: v0.9.3...v0.9.4
Vela Wallet 0.9.3
Built from 8366943 — the head of release/v0.9.3. Every app's About page says 0.9.3 (8366943).
Installing
Every package on this page has been built from the tagged source and is meant to be usable as downloaded. SHA256SUMS* files list the checksum of each one.
Windows — VelaWallet-Setup-<version>-x64.exe for most PCs, -arm64.exe for Snapdragon / Surface Pro X class machines.
The installer is not code-signed, so Windows SmartScreen stops it once with "Windows protected your PC". Click More info, then Run anyway. This is expected for this release; it is the same file the checksum describes.
macOS — if a .dmg is attached, it is signed with our Developer ID and notarized by Apple: open it and drag Vela Wallet to Applications. universal runs on every Mac; arm64 (Apple silicon) and x86_64 (Intel) are smaller.
If no .dmg is attached, this version's macOS build has not been published — we only attach one that opens without warnings. Use the web wallet in the meantime.
Linux — x86_64/amd64 for most PCs, aarch64/arm64 for ARM.
- Debian, Ubuntu, Mint, Pop!_OS:
sudo apt install ./vela-wallet_<version>_amd64.deb - Fedora, RHEL, openSUSE:
sudo dnf install ./vela-wallet-<version>-1.fc*.x86_64.rpm - Anything else:
flatpak install --user ./app.getvela.VelaWallet-x86_64.flatpak
Your wallet is not in the app: it is the passkey you sign in with. Installing, reinstalling or switching platforms never moves or risks funds.
Phones — the iOS and Android apps are distributed through the App Store and Google Play, not here. They can also be built from this source; see the repository README for what differs in a self-built app.
Browser extension
What's Changed
- fix(android): 进入钱包 works when a wallet is already held by @atshelchin in #242
- spec 063: release channels — nothing unusable on GitHub Releases by @atshelchin in #243
- spec 063 §3a: sign the macOS release locally, upload by hand by @atshelchin in #245
- fix(desktop): three things the first notarized macOS build showed its first user by @atshelchin in #246
- fix(android): events reach the core in the order they were dispatched by @atshelchin in #247
- spec 064: pushing release/vX.Y.Z is the release, and every shell says which build it is by @atshelchin in #248
- spec 065 (DRAFT, not started): direct downloads, and one command to attach a signed package by @atshelchin in #249
- fix(core): rebuild the committed wasm artifact — main is red because of #246 by @atshelchin in #250
- feat: back up wallet keys to Ethereum, and sign in from the registry contract — four shells (062) by @atshelchin in #244
Full Changelog: extension-v0.9.2...v0.9.3