A cross-platform desktop nostr client
Go to file
2024-02-21 15:04:30 +07:00
.github/workflows chore: rename 2024-02-01 09:15:25 +07:00
apps chore: rename 2024-02-01 09:15:25 +07:00
flatpak chore: rename 2024-02-01 09:15:25 +07:00
packages Add french translations 🇫🇷 2024-02-11 17:09:59 +01:00
src-tauri Merge pull request #167 from anthony-robin/french-translations 2024-02-12 07:55:46 +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: supported flatpak version v3 2024-01-25 15:00:08 +03:00
biome.json refactor(ark): rename widget to column 2023-12-26 13:44:38 +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 chore: bump version 2024-02-01 08:40:27 +07:00
pnpm-lock.yaml Revert "chore: update dependencies" 2024-02-01 08:18:51 +07:00
pnpm-workspace.yaml chore: restructure packages 2024-01-03 11:12:36 +07:00
README.md chore: update readme 2024-02-21 15:04:30 +07:00
turbo.json chore: fix build 2023-12-26 15:21:51 +07:00

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.

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 Affero 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 Affero General Public License for more details.

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