Skip to content

futrnostr/futr

Repository files navigation

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:

flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable.flatpakrepo
flatpak install com.futrnostr.futr

Development Builds

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.

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.