sloth

/ voice

self-hosted voice & text chat.
your server. your data. no accounts, no telemetry.

what it is

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.6

desktop 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