2021-10-28 23:10:01 +00:00
# Feather Wallet
2020-10-07 10:36:04 +00:00
2021-03-14 21:12:02 +00:00
Feather is a free, open-source Monero wallet for Linux, Tails, macOS and Windows. It is written in C++ with the Qt framework.
2020-10-07 10:36:04 +00:00
2023-01-02 19:30:11 +00:00
Copyright (c) 2020-2023, The Monero Project.
2020-10-07 10:36:04 +00:00
2021-03-14 21:12:02 +00:00
## Resources
2021-10-28 23:10:01 +00:00
2020-10-07 10:36:04 +00:00
* Web: [featherwallet.org ](https://featherwallet.org )
2021-10-28 23:10:01 +00:00
* Docs: [docs.featherwallet.org ](https://docs.featherwallet.org )
2022-02-03 14:19:50 +00:00
* Git: [github.com/feather-wallet/feather ](https://github.com/feather-wallet/feather )
2021-10-28 23:10:01 +00:00
* Reddit: [/r/FeatherWallet ](https://old.reddit.com/r/FeatherWallet )
2021-02-15 18:57:47 +00:00
* Mail: dev@featherwallet.org
2020-10-07 10:36:04 +00:00
* IRC: `#feather` on OFTC
2022-02-13 17:28:11 +00:00
* Matrix: `#feather:monero.social`
2021-10-28 23:10:01 +00:00
2022-05-26 16:58:54 +00:00
**Download** the latest release [here ](https://featherwallet.org/download ).
2020-10-07 10:36:04 +00:00
## Supporting the project
2021-10-28 23:10:01 +00:00
Feather is a 100% community-sponsored project. If you want to join our efforts, the easiest thing you can do is support the project financially.
2020-10-07 10:36:04 +00:00
2022-05-26 16:58:54 +00:00
Donations help pay for hosting, build servers, domain names, e-mail and other recurring costs. Any amount helps.
2020-10-07 10:36:04 +00:00
`47ntfT2Z5384zku39pTM6hGcnLnvpRYW2Azm87GiAAH2bcTidtq278TL6HmwyL8yjMeERqGEBs3cqC8vvHPJd1cWQrGC65f`
2022-06-02 12:50:33 +00:00
## Deterministic builds
2022-05-26 16:58:54 +00:00
2022-06-02 12:50:33 +00:00
See [contrib/guix/README.md ](https://github.com/feather-wallet/feather/blob/master/contrib/guix/README.md ) for more information.
2022-05-26 16:58:54 +00:00
2022-06-02 12:50:33 +00:00
## Development
2020-10-07 10:36:04 +00:00
2022-05-26 16:58:54 +00:00
If you are looking to set up a development environment for Feather, see [HACKING.md ](https://github.com/feather-wallet/feather/blob/master/HACKING.md ).
2020-10-07 10:36:04 +00:00
2022-05-26 16:58:54 +00:00
It is highly recommended that you join the `#feather` IRC channel on OFTC or `#feather:monero.social` on Matrix if you
are hacking on Feather. Due to the nature of this open source software project, idling in this channel is the best
way to stay updated on best practices and new developments.