LANterm · open source · MIT
Chat on your LAN.
No server. No cloud.
No trace.
Peer-to-peer terminal chat for everyone on the same Wi‑Fi. Windows, macOS, and Linux. One binary. Zero runtime. Fully decentralized.
- LAN
- local area network — your local WiFi or wired network
- term
- terminal — where the app runs
LANterm = chat with everyone on your local network, straight from your terminal.
Features
Built for the local network, not the cloud.
-
Zero setup
Single binary for your OS. No Node, no runtime, no installer dance.
-
Serverless & private
Pure peer-to-peer UDP. Nothing leaves your LAN. No accounts, no telemetry.
-
Auto-discovery
Peers on the same Wi‑Fi just appear. Heartbeats in, prune out — no directory.
-
Your name, your call
Pick a username on first run. Change it anytime with
/nick. -
Cross-platform
Windows, macOS, and Linux — same LAN, mixed machines, one protocol.
-
Open source (MIT)
Read it, fork it, ship it. Free forever under the MIT license.
How it works
Three steps. Same Wi‑Fi. Done.
-
Download the binary
Grab the build for Windows, macOS, or Linux. No Node for end users.
-
Run it & pick a username
First launch asks for a name, then you’re on the LAN.
-
Peers appear — start chatting
Anyone else on the same Wi‑Fi running LANterm shows up automatically.
Quick start
Install & run
curl -L https://github.com/yash-js/lanterm/releases/latest/download/lanterm-windows-x64.exe -o lanterm.exe
.\lanterm.exe
curl -L https://github.com/yash-js/lanterm/releases/latest/download/lanterm-darwin-arm64 -o lanterm
chmod +x lanterm
./lanterm
Intel Mac? Use lanterm-darwin-x64 instead.
curl -L https://github.com/yash-js/lanterm/releases/latest/download/lanterm-linux-x64 -o lanterm
chmod +x lanterm
./lanterm
ARM64? Use lanterm-linux-arm64 instead.
git clone https://github.com/yash-js/lanterm.git
cd lanterm
npm install
npm run build:win # or build:mac / build:linux / build:all
Open source
Free. MIT-licensed. Yours to fork.
LANterm is launching open source on GitHub. Star the repo, open an issue, or grab a good first issue and ship a PR.