jwinterm 11e8e3241c ci(gitea): move the Linux AppImage off GitHub, and ship both Windows archives
Linux: the x86_64 AppImage now builds on the Gitea runner. Unlike the Windows
lane, which builds a static toolchain of its own through contrib/depends, it
links against the host's Qt6 -- so those dependencies are owned by such-fleet
(roles/wowlet_build_host) and the job asserts them rather than apt-installing.
A workflow that installs needs sudo on a shared runner and makes the build
host's contents a property of whichever job ran last.

Windows: the lane now publishes two archives instead of one. Authenticode
mutates the exe, so a signed binary can never byte-match a build someone
reproduces from source. Shipping only the signed one quietly costs the project
its reproducibility story; shipping only the unsigned one costs every normal
user a SmartScreen warning. Both, with both hashes in the PGP-signed
hashes.txt, costs neither -- and keeps one canonical download page rather than
splitting the project across a fork.

The AppImage lane carries the packaging knowledge that a plain linuxdeploy run
does not: qmlimportscanner does not follow a module's own qmldir dependency
chain, so the QtQuick and QtQml trees are copied wholesale and each copied
plugin's Qt libraries resolved by hand, and a guard fails the build if
mining.qml ever imports QtQuick.Controls again rather than shipping a white
mining tab.
2026-08-31 18:23:46 -04:00
2025-08-03 19:27:12 +02:00
2026-08-31 18:13:05 -04:00
2025-02-20 18:52:03 +01:00
2024-10-09 15:46:51 +02:00
2025-02-20 18:38:56 +01:00
2025-08-03 19:27:12 +02:00
2026-02-05 18:57:26 +01:00

Feather Wallet

Feather is a free Monero desktop wallet for Linux, Tails, macOS and Windows. It is written in C++ with the Qt framework.

  • easy-to-use, small and fast - Feather runs well on any modern hardware, including virtual machines and live operating systems.
  • beginner friendly, but also caters to advanced Monero users by providing a feature set that is on par with the official CLI.
  • ships with sane defaults that suit most users, but can also be configured for high or uncommon threat models.
  • serves as a testing grounds for experimental features that may later be adopted in the reference wallets.

Download

You can download Feather from featherwallet.org or GitHub.

If you need help installing Feather, check the installation documentation.

We recommend that you verify downloads with GPG. Releases are signed with our release signing key. The fingerprint is:

8185 E158 A333 30C7 FD61 BC0D 1F76 E155 CEFB A71C

Windows releases are code-signed for free by SignPath.io, certificate by SignPath Foundation.

Resources

If you need help with your wallet, please contact us via Matrix or IRC. If you don't have an IRC client, you can join the room via webchat. If you dont receive a response immediately please idle in the room.

Release Builds

To learn how to run a bootstrappable release build, see: contrib/guix/README.md

For release attestations, see the feather-sigs repo.

For release policy, see: RELEASE.md

Development

If you are looking to set up a development environment for Feather, see HACKING.md.

It is highly recommended that you join our Matrix or IRC channel if you are hacking on Feather. Idling in this channel is the best way to stay updated on best practices and new developments.

For information on how Feather is maintained, see: MAINTENANCE.md

To report a security vulnerability, see: SECURITY.md

License

Feather is free and open-source software, licensed under BSD-3.

Copyright (c) 2020-2025, The Monero Project

S
Description
Mirror of github.com/wownero/wowlet
Readme BSD-3-Clause
46 MiB
Languages
C++ 73.9%
C 7.4%
Makefile 7%
Shell 3.9%
CMake 3.4%
Other 4.4%