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 Next.js | TailwindCSS.

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.1.1-alpha

  • create new key
  • import private key (hex/nsec)
  • followings newsfeed
  • global newsfeed
  • handle note reaction
  • handle note repost
  • handle note have image/video
  • handle note have markdown
  • publish a note (support markdown)
  • update profile
  • cache profile to local database

Next:

  • offline support
  • implement newsfeed infinite loading
  • handle tags (#[x]) in note
  • handle reply note
  • integrate webtorrent
  • native notification
  • publish a reply
  • direct message
  • multi accounts
  • personal profile page
  • setting page
  • windows & linux support

Roadmap

Public roadmap will be released when Lume reach v0.3.0

GitHub

View Github