Skip to content
/ lume Public
forked from lumehq/lume

A cross-platform desktop nostr client

License

Notifications You must be signed in to change notification settings

higedamc/lume

 
 

Repository files navigation

Introduction

Lume is a nostr client

Usage

Download Lume for your platform here: https://github.com/lumehq/lume/releases

Supported platform: macOS, Windows and Linux

Prerequisites

Develop

Clone project

git clone https://github.com/lumehq/lume.git && cd lume

Install packages

pnpm install

Run dev build

pnpm tauri dev

Generate production build

pnpm tauri build

Nix

Requirements:

  1. Install Nix
  2. Setup direnv

cd into the root folder of the project to enter nix develop shell. Run direnv allow (only once). Then run pnpm or bun (experimental) commands as described above.

About

A cross-platform desktop nostr client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • Astro 0.8%
  • Rust 0.8%
  • JavaScript 0.8%
  • Nix 0.3%
  • Dockerfile 0.2%
  • Other 0.2%