A cross-platform desktop nostr client
Go to file
雨宮蓮 0fec21b9ce
Some improments and Negentropy (#219)
* feat: adjust default window size

* feat: save window state

* feat: add window state plugin

* feat: add search

* feat: use negentropy for newsfeed

* feat: live feeds

* feat: add search user
2024-06-30 14:26:02 +07:00
.github/workflows chore: update github ci 2024-06-07 11:26:20 +07:00
apps Some improments and Negentropy (#219) 2024-06-30 14:26:02 +07:00
flatpak chore: rename 2024-02-01 09:15:25 +07:00
packages Some improments and Negentropy (#219) 2024-06-30 14:26:02 +07:00
src-tauri Some improments and Negentropy (#219) 2024-06-30 14:26:02 +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 chore: bump version 2024-06-24 10:06:12 +07:00
biome.json Move the event parser and dedup functions to Rust (#206) 2024-06-12 08:27:53 +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
LICENSE update 2023-07-08 13:14:05 +07:00
package.json Some improments and Negentropy (#219) 2024-06-30 14:26:02 +07:00
pnpm-lock.yaml Some improments and Negentropy (#219) 2024-06-30 14:26:02 +07:00
pnpm-workspace.yaml chore: restructure packages 2024-01-03 11:12:36 +07:00
README.md chore: bump version and update readme 2024-05-13 15:21:05 +07:00
turbo.json chore: fix build 2024-02-10 11:19:18 +07:00

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