No description
Find a file
2025-11-24 17:05:56 +01:00
README.md Add README.md 2025-11-24 17:05:56 +01:00

Meshchat - Encrypted communication without invasive identity checks

Meshchat is a system which allows people to host their own nodes. Instead of having any centralized system, each node directly communicates through an encrypted messaging channel with rotating keys.

One Server will only host one user. users have to assign domains as their "usernames" to prove their identities. This bypasses any limits for a platform to perform KYC when a certein user limit is hit.

No libraries are used to prevent dependency poisoning, except for basic filesystem operations, key generation/verification and hashing operations.

Features:

  • Communication Channel
  • Rotating Keys
  • Unbreakable Key Exchange
  • TUI
  • GUI
  • Native Client
  • Self Destroying Server

Direct P2P communication is more and more important. This makes it easy and accessable.

If you require maximum privacy, run this on hardware which is fully open source and has no telemetry built in. Think about how data could be extorted before deploying anywhere. Be aware of systems like Intel ME.