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.
- Host: GitHub
- URL: https://github.com/dravenk/light
- Owner: dravenk
- Created: 2023-07-30T10:09:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T10:24:05.000Z (about 1 year ago)
- Last Synced: 2025-03-14T18:07:32.116Z (about 2 months ago)
- Topics: anonymity, anonymous, application, chat, community, cross-platform, dag, dagknight, libp2p, linux, macos, message, p2p, rust, security, tauri, wasm, yew
- Language: Rust
- Homepage: https://gist.github.com/dravenk/093fab89d1f24613822bdb1d70e7b0de
- Size: 722 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Light
---
[](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
```