Loquaz

June 16, 2022 ยท View on GitHub

A simple desktop app for encrypted direct messages on Nostr protocol

Build steps

1. Install Rust

see https://www.rust-lang.org/tools/install

2. Install Tauri OS prerequisites

see https://tauri.app/v1/guides/getting-started/prerequisites

3. Clone

git clone  https://github.com/emeceve/loquaz.git 
cd loquaz

4. Build and run

npm install
npm run tauri:dev

Design concept

Our aim is to achieve this design made by @futurepaul

Contents

  1. 11. Install Rust
  2. 22. Install Tauri OS prerequisites
  3. 33. Clone
  4. 44. Build and run