An open API service indexing awesome lists of open source software.

https://github.com/dravenk/light

light is a decentralized, uncensored chat client.
https://github.com/dravenk/light

anonymity anonymous application chat community cross-platform dag dagknight libp2p linux macos message p2p rust security tauri wasm yew

Last synced: about 2 months ago
JSON representation

light is a decentralized, uncensored chat client.

Awesome Lists containing this project

README

        

## Light

---

[![publish](https://github.com/dravenk/light/actions/workflows/release.yml/badge.svg)](https://github.com/dravenk/light/actions/workflows/release.yml)

## Build
```
git clone https://github.com/dravenk/light.git
npm install -g tailwindcss
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli tauri-cli trunk
```