Skip to content

Releases: saidhury/WhisperNet

Release list

WhisperNet v1.0.0

Choose a tag to compare

@saidhury saidhury released this 02 Jul 19:27
d8c15ca

WhisperNet v1.0.0

WhisperNet is a decentralized local area network messenger. It uses high-performance C++ networking to enable direct, serverless communication between devices on your local network (Wi-Fi or LAN). No internet connection or central servers are required.

This release compiles the C++ socket interface, Python FastAPI server, and React frontend assets into a single, standalone executable that launches the app in a single click with zero configuration.


✨ Features

  • Fully P2P & Private: All communication is direct (peer-to-peer) and never leaves your local network.
  • Instant Auto-Discovery: Automatically detects other WhisperNet users on the same subnet without manual setup.
  • Zero Configuration: Start chatting immediately without registering accounts or configuring servers.
  • Retro Terminal UI: Terminal-style chat client designed to scale onto desktop and mobile layouts seamlessly.
  • Standalone Bundle: Zero runtime dependencies; no python, node, or compiler installations needed on the host system.

🚀 How to Run

Windows (64-bit)

  1. Download whispernet-windows-x64.exe.
  2. Double-click the file.
  3. The background server will spin up and automatically open your default browser to http://127.0.0.1:8000 to begin chatting.

Linux / WSL (64-bit)

  1. Download whispernet-linux-x64.
  2. Give the file execution permissions:
    chmod +x whispernet-linux-x64