Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).