Always-on group voice, hosted by you.
Join a channel and your mic is live — open-mic with voice-activity detection, no “start a call” step. Text, replies, and emergent topics sit right alongside it. One app you run on one box you own.
Voice-first, done right
One WebRTC connection per person to an in-app SFU. Opus with DTX, so sitting idle in a channel costs almost nothing. Native desktop echo cancellation on macOS and Linux.
Text with a memory
Messages, inline replies, and topics that emerge from reply chains — plus reactions, search, uploads, DMs, and webhooks.
Yours to host
One container, one box, no telemetry unless you turn it on. Desktop apps for macOS and Linux, plus any modern browser.
Run your own in about a minute
A single container backed by one SQLite file. On a home network the desktop client needs no TLS at all.
podman run -d --name thinge \
-e SECRET_KEY_BASE="$(openssl rand -base64 48)" \
-e PHX_HOST=<your-box> -e DATABASE_PATH=/data/thinge.db \
-p 4000:4000 -p 50000-50249:50000-50249/udp \
-v thinge:/data ghcr.io/thingeapp/thinge-sqlite:latest