A cross-platform desktop nostr client
Go to file
2023-08-29 11:13:36 +07:00
.github/workflows polish 2023-08-19 15:27:10 +07:00
.husky added husky & lint-staged 2023-02-25 15:45:27 +07:00
public wip: cross platform ui 2023-08-28 16:00:11 +07:00
src expandable composer 2023-08-29 11:13:36 +07:00
src-tauri wip: cross platform ui 2023-08-28 16:00:11 +07:00
.eslintignore wip: update chats to new ui 2023-08-03 14:09:12 +07:00
.eslintrc.js rome -> eslint + prettier 2023-07-04 13:24:42 +07:00
.gitignore use new note parser for note component 2023-05-02 12:19:00 +07:00
.prettierignore rome -> eslint + prettier 2023-07-04 13:24:42 +07:00
.prettierrc rome -> eslint + prettier 2023-07-04 13:24:42 +07:00
index.html redesign sidebar 2023-08-01 14:26:16 +07:00
LICENSE update 2023-07-08 13:14:05 +07:00
package.json update notification screen 2023-08-27 10:38:32 +07:00
pnpm-lock.yaml clean up & update edit profile modal 2023-08-27 08:19:42 +07:00
postcss.config.js wip 2023-06-24 18:31:40 +07:00
README.md update 2023-07-08 13:14:05 +07:00
tailwind.config.js wip: update chats to new ui 2023-08-03 14:09:12 +07:00
tsconfig.json add edit profile 2023-06-29 10:37:35 +07:00
vite.config.ts wip: clean up & refactor 2023-08-16 20:52:09 +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

Develop

Clone project

git clone https://github.com/luminous-devs/lume.git && cd lume

Install packages

pnpm install

Run dev

pnpm tauri dev

Build

pnpm tauri build

(Advance) - Generate SQLite migration

pnpm add-migrate <migrate_name>