sloth
/ voice
self-hosted voice & text chat.
your server. your data. no accounts, no telemetry.
what it is
- voice channelslow-latency audio via WebRTC + mediasoup. works on any network.
- text chatchannels, message history, roles and permissions.
- self-hostedone docker command. runs on a raspberry pi or a vps. you own it.
- open-sourceno black boxes. read it, fork it, host it.
try it
a public test server is running. open the desktop app, click add server, and paste the address below.
http://server.slothvoice.com:5000
┌ no invite needed · no registration on the test instance ┐
download
v0.4.6desktop client for windows, mac, and linux.
the app checks for updates automatically on launch.
self-host
run your own instance in under two minutes.
git clone https://github.com/ItsAshn/sloth-voice-server cd sloth-voice-server cp .env.example .env # set JWT_SECRET in .env docker compose up -d→ server repo & docs