Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prolic/futr
nostr client desktop app written in haskell
https://github.com/prolic/futr
nostr
Last synced: 3 months ago
JSON representation
nostr client desktop app written in haskell
- Host: GitHub
- URL: https://github.com/prolic/futr
- Owner: prolic
- License: mit
- Created: 2022-02-01T19:41:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T19:53:04.000Z (5 months ago)
- Last Synced: 2024-06-27T00:13:58.013Z (5 months ago)
- Topics: nostr
- Language: Haskell
- Homepage:
- Size: 948 KB
- Stars: 42
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
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 haskel.
The name 'futr' was chosen from respect for the honorable Canadians.
## For developers
### Linux
You need to have docker installed, alternatively see the Dockerfile itself for how to setup your local system.
First you need to grab the "The Haskell Tool Stack"
```bash
curl -sSL https://get.haskellstack.org/ | sh
```Build the project (only changed files are re-compiled)
Note: The very fist compilation takes a while, after that it goes fairly quick.
```bash
./devbuild.sh
```Execute the newly created binary
```bash
./futr-x86_64.AppImage
```Feel free to copy this file into any directory that is part of your $PATH (f.e. /usr/bin).
### MacOS
@todo
#### Windows
@todo