Sesivo Docs
Sesivo is a C++ desktop client and room server for low-latency audio collaboration.
Source
Build
Build with CMake. Run tests with CTest. Releases include macOS and Windows desktop builds.
Host a server on Linux
On a systemd-based x64 or ARM64 server, download and run the installer:
curl -fsSLO https://raw.githubusercontent.com/bgocumlu/sesivo/main/tools/install-server.sh
sudo bash install-server.sh
Allow and forward UDP port 9999, then check the service with systemctl status sesivo-server.
To list your server in Sesivo, add its name, public address, and port to api/servers.json and open a pull request.