localchat
❮┌───────────┐ │ localchat │ └───────────┘
install
┌──────────────────────────────────────────────────────────────┐❯
│ curl -fsSL https://localchat.michjzuman.com/install.sh | sudo bash │
└──────────────────────────────────────────────────────────────┘
localchat
Ein kleiner Chat für Linux-Terminals auf Mehrbenutzer-Systemen.
Installation
curl -fsSL https://localchat.michjzuman.com/install.sh | sudo bash
Kurz erklärt
- Daemon läuft lokal über Unix-Socket.
- Nutzer werden über ihre Linux-UID erkannt.
- Client ist ein ncurses Terminal-Interface.
Linux • systemd • ncursesw
localchat
A tiny terminal chat for Linux multi-user systems. Fast to install, simple to run, and fun to use.
Install in one command
curl -fsSL https://localchat.michjzuman.com/install.sh | sudo bash
What you get
- Unix socket based local chat room (`/run/localchat/socket`)
- Per-user identity via real UID (`SO_PEERCRED`)
- Bubble-style ncurses TUI with UTF-8 rendering
- Hardened systemd service for the daemon