https://github.com/trypsynth/fedra
An open-source, accessible, blazing fast Mastodon client
https://github.com/trypsynth/fedra
fediverse mastodon rust wxdragon
Last synced: about 2 months ago
JSON representation
An open-source, accessible, blazing fast Mastodon client
- Host: GitHub
- URL: https://github.com/trypsynth/fedra
- Owner: trypsynth
- License: mit
- Created: 2026-01-15T18:26:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T00:25:15.000Z (3 months ago)
- Last Synced: 2026-04-03T06:38:19.145Z (3 months ago)
- Topics: fediverse, mastodon, rust, wxdragon
- Language: Rust
- Homepage:
- Size: 830 KB
- Stars: 34
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Fedra
Fedra is a lightweight, fast, and accessible Mastodon client for Windows. It is designed to be completely usable with screen readers and keyboard navigation, providing a seamless social media experience without the bloat.
## Documentation
For a comprehensive user guide, including a full list of features and hotkeys, please see the [User Manual](doc/readme.md).
## Building
To build, you'll need cargo, as well as CMake and Ninja for building wxDragon. In addition, you also need LLVM, from LLVM.org.
```batch
cargo build --release
```
This will generate the executable at `target/release/fedra.exe`.
### Optional Tools
The following tools aren't required to build a functioning Fedra on a basic level, but will help you make a complete release build.
* `pandoc` on your `PATH` to generate the HTML readme.
* InnoSetup installed to create the installer.
## License
This project is licensed under the [MIT License](LICENSE).