Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codytseng/jumble
yet another nostr client
https://github.com/codytseng/jumble
electron nostr nostr-client react
Last synced: 20 days ago
JSON representation
yet another nostr client
- Host: GitHub
- URL: https://github.com/codytseng/jumble
- Owner: CodyTseng
- License: mit
- Created: 2024-10-25T13:31:26.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-02T15:43:12.000Z (21 days ago)
- Last Synced: 2024-12-02T16:47:19.025Z (21 days ago)
- Topics: electron, nostr, nostr-client, react
- Language: TypeScript
- Homepage: https://jumble.social
- Size: 2.18 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jumble
Yet another Nostr client
## Features
- **Relay-Based Browsing:** Explore content directly through relays without following specific users
- **Relay-Friendly Design:** Minimized and simplified requests ensure efficient communication with relays
- **Relay Groups:** Easily manage and switch between relay groups
- **Clean Interface:** Enjoy a minimalist design and intuitive interactions
- **Cross-Platform:** Available on macOS, Windows, Linux, and web browsers## Web Version
You can use the web version of Jumble at [jumble.social](https://jumble.social).
## Desktop Version
You can download the desktop version from the [release page](https://github.com/CodyTseng/jumble/releases). If you want to use Apple Silicon version, you need to build it from the source code.
Because the app is not signed, you may need to allow it to run in the system settings.
## Build from source
You can also build the app from the source code.
> Note: Node.js >= 20 is required.
```bash
# Clone this repository
git clone https://github.com/CodyTseng/jumble.git# Go into the repository
cd jumble# Install dependencies
npm install# Build the app
npm run build:mac
# or npm run build:win
# or npm run build:linux
# or npm run build:web
```The executable file will be in the `dist` folder.
## Donate
If you like this project, you can buy me a coffee :) ⚡️ [email protected] ⚡️
## License
MIT