Noctis /ˈnɑktɪs/ adjective of the night
A peer-to-peer end-to-end encrypted chat app.
- E2EE communication
- P2P file sharing
- P2P chat
Data is end-to-end encrypted with MLS. MLS is currently implemented with ts-mls. Due to MLS' age, there are not many libraries for it yet and as a result, there is no gurantee that the implementation will be bug-free or completely secure. Hopefully this will change in the future, but until then, be careful, this project shouldnt be used for anything actually important. In the future I may consider switching to mls-ts from Matrix, or write wasm bindings for AWS' mls-rs library.
- clone the repo
- run
bun install
- run
bun run dev --host
(webrtc doesnt co-operate with localhost connections, so connect via 127.0.0.1) - open the browser at http://127.0.0.1:5173