A cross-platform desktop nostr client
Go to file
2024-01-28 07:40:08 +07:00
.github/workflows chore: bump version and fix gh action 2024-01-28 07:40:08 +07:00
apps Merge branch 'main' into feat/improve-perf 2024-01-27 17:56:50 +07:00
flatpak feat: supporting hash of github actions cache 2024-01-26 19:37:12 +03:00
modules feat(depot): initial work for depot 2023-12-15 09:15:30 +07:00
packages Merge branch 'main' into feat/improve-perf 2024-01-27 17:56:50 +07:00
scripts feat(depot): initial work for depot 2023-12-15 09:15:30 +07:00
src-tauri chore: bump version and fix gh action 2024-01-28 07:40:08 +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
.gitmodules feat(depot): initial work for depot 2023-12-15 09:15:30 +07: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 typo + cleanup 2023-10-24 17:26:50 +02:00
LICENSE update 2023-07-08 13:14:05 +07:00
package.json chore: bump version and fix gh action 2024-01-28 07:40:08 +07:00
pnpm-lock.yaml merge remote-tracking branch 'origin/main' into feat/package-flatpak 2024-01-26 19:49:27 +03:00
pnpm-workspace.yaml chore: restructure packages 2024-01-03 11:12:36 +07:00
README.md typo + cleanup 2023-10-24 17:26:50 +02: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/luminous-devs/lume/releases

Supported platform: macOS, Windows and Linux

Prerequisites

Develop

Clone project

git clone https://github.com/luminous-devs/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.