lume/README.md
2023-03-28 10:48:17 +07:00

3.3 KiB

Logo

Lume

An ambitious nostr client
uselume.xyz »
Download for macOS · Windows · Linux
~ Links will be added once a release is available. ~

Lume is an open source cross-platform Nostr client, powered by (Tauri) and web-tech.

NOTE: Lume is under active development, most of the listed features are still experimental and subject to change.

Nostr is truly censorship-resistant protocol for social network and messenger app, combine with Bitcoin, they are powerful tools bring you to freedom. Lume is one of many great clients to help you interact with them, built with Tauri and Web-tech aiming for speed and efficiency

Lume is simple as it is, no more buzzwords

App screenshot

How Nostr works?

Everybody runs a client. It can be a native client, a web client, etc. To publish something, you write a post, sign it with your key and send it to multiple relays (servers hosted by someone else, or yourself). To get updates from other people, you ask multiple relays if they know anything about these other people. Anyone can run a relay. A relay is very simple and dumb. It does nothing besides accepting posts from some people and forwarding to others. Relays don't have to be trusted. Signatures are verified on the client side. Learn more

Motivation

When Nostr became popular, many clients exist but none of them satisfy me, so I built my own. I don't many experence in develop desktop app before, my background is just strongly in Ruby on Rails, this is also a good opportunity for me to improve my skills.

Why desktop only?

Lume is "an ambitious nostr client", so I don't want to limit it be a part of your daily web browsing, I want it to be a part of your computer. With a desktop app, I can explore more potentials, and in my opinion, web is broken I don't want to focus on it anymore (I will share more about this opinion later)

Features

Current: v0.2.0

  • create new key
  • import private key (hex/nsec)
  • followings newsfeed
  • handle note reaction
  • handle note repost
  • handle note have image/video
  • handle tags (#[x]) in note
  • handle reply note
  • publish a note (support markdown)
  • update profile
  • cache profile to local database
  • offline support
  • implement newsfeed infinite loading
  • personal profile page
  • windows & linux support

Roadmap

View full roadmap for v0.3.0 here

Running dev build

Prerequisites:

  • Nodejs >= 18.0.0
  • Install pnpm: docs
  • Setup Tauri: docs

Clone repo:

git clone https://github.com/reyamir/lume-desktop.git

Install dependencies

pnpm install

Run development window

pnpm tauri dev