A cross-platform desktop nostr client
Go to file
2023-10-18 14:59:33 +07:00
.github/workflows fix ci 2023-10-04 11:17:04 +07:00
.husky fix ci 2023-09-19 15:59:50 +07:00
public wip: new onboarding 2023-10-14 15:19:49 +07:00
src Merge branch 'main' into feat/v2 2023-10-18 14:53:11 +07:00
src-tauri bump version 2023-10-18 14:59:33 +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 fix ci 2023-09-19 15:59:50 +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 wip: fix light mode 2023-10-13 08:35:07 +07:00
LICENSE update 2023-07-08 13:14:05 +07:00
package.json bump version 2023-10-18 14:59:33 +07:00
pnpm-lock.yaml bump version 2023-10-18 14:59:33 +07:00
postcss.config.js wip 2023-06-24 18:31:40 +07:00
README.md new app icon 2023-10-02 15:36:20 +07:00
tailwind.config.js wip: update color palette 2023-10-10 08:25:31 +07:00
tsconfig.json wip 2023-10-06 07:40:50 +07:00
vite.config.ts wip 2023-10-10 15:49:23 +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