You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
codytseng b490f6c190 fix: 🐛 2 years ago
.github feat: basic browsing (#1) 2 years ago
.vscode 🎉 2 years ago
build feat: basic browsing (#1) 2 years ago
resources feat: basic browsing (#1) 2 years ago
src fix: 🐛 2 years ago
.editorconfig 🎉 2 years ago
.eslintignore 🎉 2 years ago
.eslintrc.cjs 🎉 2 years ago
.gitignore 🎉 2 years ago
.prettierignore 🎉 2 years ago
.prettierrc.yaml 🎉 2 years ago
LICENSE 🎉 2 years ago
README.md docs: update README 2 years ago
components.json 🎉 2 years ago
electron-builder.yml 🎉 2 years ago
electron.vite.config.ts 🎉 2 years ago
package-lock.json refactor 2 years ago
package.json refactor 2 years ago
postcss.config.js 🎉 2 years ago
tailwind.config.js 🎉 2 years ago
tsconfig.json feat: basic browsing (#1) 2 years ago
tsconfig.node.json feat: basic browsing (#1) 2 years ago
tsconfig.web.json feat: basic browsing (#1) 2 years ago

README.md

jumble

Yet another Nostr desktop client

NOTE: Currently, only browsing is supported. Posting, liking, and reposting will be available soon.

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

Download

You can download the latest version from the release page. 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.

# 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

The executable file will be in the dist folder.

Donate

If you like this project, you can buy me a coffee :) codytseng@getalby.com

License

MIT