GETTING STARTED
Up and running
in seconds.
One command to install. One command to launch. Start chatting on your LAN immediately.
Installation
Quick Install
curl -fsSL https://go.qincai.xyz/getmeshtalk | bash
Downloads the latest release for your platform and installs to ~/.local/bin (Linux/macOS) or %LOCALAPPDATA%\MeshTalk (Windows).
Options:
Manual Install
Download the .tar.gz for your platform from the
latest release,
extract it, and run ./meshtalk.
The archive contains everything — no Python, Bun, or package manager needed.
Supported platforms:
Quick Start
MeshTalk creates fresh state in ~/.meshtalk.
The TUI shows peers on the left sidebar and conversations on the right.
Remote Setup
For peers on different networks, configure a control service. Press Ctrl+P in the TUI and select Control server.
Note: Production control services must use wss://.
Plain ws:// is accepted only for localhost development.
Group Chats
Group messages are encrypted independently for each member. No shared group key. Offline members receive queued delivery.
Docker
Build from Source
Updating
Updates use QinCai-rui/MeshTalk by default. Configure another repo with meshtalk update repo.