A cross-platform desktop nostr client
Go to file
reya 10ca4e6ff4 chore: bump version 2024-05-17 15:32:14 +07:00
.github/workflows chore: fix ci again 2024-05-12 08:57:57 +07:00
apps fix: profile is not show on edit screen 2024-05-17 14:45:17 +07:00
flatpak chore: rename 2024-02-01 09:15:25 +07:00
packages feat: improve tauri commands 2024-05-15 13:58:03 +07:00
src-tauri chore: bump version 2024-05-17 15:32:14 +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: bump version and update readme 2024-05-13 15:21:05 +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 chore: update deps 2024-05-15 10:50:35 +07:00
pnpm-lock.yaml chore: update deps 2024-05-15 10:50:35 +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

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 v4 for your platform here: https://github.com/lumehq/lume/releases

Supported platform: macOS. Windows and Linux are coming soon.

Windows and Linux are availabel on v3 and below.

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/.