Skip to content

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 942 Bytes

README.md

File metadata and controls

executable file
·
40 lines (25 loc) · 942 Bytes

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:

flatpak remote-add --if-not-exists --no-gpg-verify futr-stable https://flatpak.futrnostr.com/repo-stable
flatpak install com.futrnostr.futr

Or for the continuous builds:

flatpak remote-add --if-not-exists --no-gpg-verify futr-continuous https://flatpak.futrnostr.com/repo-continuous
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.