This is a work in progress project that will be a secure, self-hosted, encrypted platform to send messages across an organization or a group of friends without exposing critical information.
- P2P messaging
- File sharing
- Synchronous encryption
- Audio calls
- Server-client architecture
- UI rework and polish
- Group calls
- Asynchronous encryption
- Digital identity
- Either download the latest standalone release from GitHub, or compile from source.
- Make sure you have Rust installed.
- If not, download and install here: Official Rust download page
- This install will install Cargo as well.
- Build from source:
git clone https://github.com/VitBojanovsky/P2P-Messenger
cd Un-Jewed-Discord
cd "P2P Client"
cargo run --release
- This will create an exe file in /target/release.