mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 09:17:36 +00:00
68 lines
3.4 KiB
Markdown
68 lines
3.4 KiB
Markdown
# 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](https://docs.featherwallet.org/guides/features) 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](https://featherwallet.org/download/)** or **[GitHub](https://github.com/feather-wallet/feather/releases)**.
|
||
|
||
If you need help installing Feather, check the [installation documentation](https://docs.featherwallet.org/).
|
||
|
||
We recommend that you verify downloads with GPG. Releases are signed with our [release signing key](https://docs.featherwallet.org/guides/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](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).
|
||
|
||
## Resources
|
||
|
||
* [Official Site](https://featherwallet.org)
|
||
* [Documentation](https://docs.featherwallet.org)
|
||
* [Git Repository](https://github.com/feather-wallet/feather)
|
||
* [Matrix](https://matrix.to/#/#feather:monero.social)
|
||
* IRC: `#feather` on [OFTC](https://www.oftc.net/)
|
||
* Mail: dev@featherwallet.org
|
||
|
||
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](https://webchat.oftc.net/?randomnick=1&channels=feather).
|
||
If you don’t 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](https://github.com/feather-wallet/feather/blob/master/contrib/guix/README.md)
|
||
|
||
For release attestations, see the [feather-sigs](http://github.com/feather-wallet/feather-sigs) repo.
|
||
|
||
For release policy, see: [RELEASE.md](https://github.com/feather-wallet/feather/blob/master/RELEASE.md)
|
||
|
||
## Development
|
||
|
||
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).
|
||
|
||
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](https://github.com/feather-wallet/feather/blob/master/MAINTENANCE.md)
|
||
|
||
To report a security vulnerability, see: [SECURITY.md](https://github.com/feather-wallet/feather/blob/master/SECURITY.md)
|
||
|
||
## Support
|
||
|
||
Feather is funded entirely through donations. We don't take a cut from transaction fees and make no money from exchange integrations.
|
||
|
||
Donations help pay for hosting, build servers, domain names, e-mail and other recurring costs. Any amount helps.
|
||
|
||
`47ntfT2Z5384zku39pTM6hGcnLnvpRYW2Azm87GiAAH2bcTidtq278TL6HmwyL8yjMeERqGEBs3cqC8vvHPJd1cWQrGC65f`
|
||
|
||
## License
|
||
|
||
Feather is free and open-source software, [licensed under BSD-3](https://raw.githubusercontent.com/feather-wallet/feather/master/LICENSE).
|
||
|
||
Copyright (c) 2020-2024, The Monero Project
|