Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futrnostr/futr
nostr client app written in haskell and qt5
https://github.com/futrnostr/futr
haskell nostr qt5 qt5-qml
Last synced: 24 days ago
JSON representation
nostr client app written in haskell and qt5
- Host: GitHub
- URL: https://github.com/futrnostr/futr
- Owner: futrnostr
- License: gpl-3.0
- Created: 2022-02-01T19:41:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T00:25:16.000Z (about 2 months ago)
- Last Synced: 2024-10-30T01:53:16.305Z (about 2 months ago)
- Topics: haskell, nostr, qt5, qt5-qml
- Language: Haskell
- Homepage:
- Size: 1.39 MB
- Stars: 52
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - futr - nostr client desktop app written in Haskell (Clients / Relay lists)
README
# futr - nostr client
nostr client desktop app written in Haskell and Qt5.
The name 'futr' was chosen out of respect for the honorable Canadians.
## Installation
### Linux
Install via Flatpak:
#### Stable Release
Then add the repository and install:
```bash
flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable.flatpakrepo
flatpak install com.futrnostr.futr
```#### Development Builds
```bash
flatpak remote-add --if-not-exists futr-continuous https://flatpak.futrnostr.com/futr-continuous.flatpakrepo
flatpak install com.futrnostr.futr
```### Other Platforms
- Windows - Coming soon
- macOS - Coming soon
- Android - Coming soon
- iOS - Coming soon## License
Released under GPLv3.
See [License File](LICENSE).
## For developers
For detailed setup instructions, including how to set up the development environment for different operating systems as well as profiling instructions, please refer to the [Setup Guide](docs/Setup.md).