A cross-platform desktop nostr client
Go to file
reya c843626bca feat: add notification screen 2024-05-06 15:17:34 +07:00
.github/workflows chore: update github action 2024-04-20 18:13:36 +07:00
apps feat: add notification screen 2024-05-06 15:17:34 +07:00
flatpak chore: rename 2024-02-01 09:15:25 +07:00
packages feat: add notification screen 2024-05-06 15:17:34 +07:00
src-tauri feat: add notification screen 2024-05-06 15:17:34 +07:00
.dockerignore feat: supported flatpak version v3 2024-01-25 15:00:08 +03:00
.envrc Nix dev environment 2023-10-24 14:57:15 +02:00
.gitignore feat: upgrade to rust nostr 0.30.0 and migrate to nostrdb 2024-04-13 08:53:31 +07:00
LICENSE update 2023-07-08 13:14:05 +07:00
README.md chore: refer old branch in readme 2024-03-02 15:31:41 +07:00
biome.json final design (#184) 2024-05-03 15:15:48 +07:00
flake.lock Nix dev environment 2023-10-24 14:57:15 +02:00
flake.nix add libappindicator to runtime libs in nix shell 2024-01-28 08:24:25 +00:00
package.json final design (#184) 2024-05-03 15:15:48 +07:00
pnpm-lock.yaml feat: add notification screen 2024-05-06 15:17:34 +07:00
pnpm-workspace.yaml chore: restructure packages 2024-01-03 11:12:36 +07:00
turbo.json chore: fix build 2024-02-10 11:19:18 +07:00

README.md

Note: Lume is under rewrite to using Rust Nostr as back-end and more lightweight front-end. If you need stable version, you can download v3 and below.

Source code for v3 is stored here: https://github.com/lumehq/lume/tree/old

--

Introduction

Lume is a Nostr client for desktop include Linux, Windows and macOS. It is free and open source, you can look at source code on Github. Lume is actively improving the app and adding new features, you can expect new update every month.

Usage

Download Lume v3 (v3.0.1-stable) 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.

License

Copyright (C) 2023-2024 Ren Amamiya & other Lume contributors (see AUTHORS.md)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.