Sept is a video and chat application similar to Discord but operates without a central server. Clients connect directly to each other, resulting in faster connections than similar applications. Other limitations, such as file upload limits, do not exist.
Inspired by various projects and technologies, such as VXLAN and the old Skype P2P infrastructure.
First, deploy a Sept Login Server:
git clone https://github.com/piheta/sept.git && cd sept
go install github.com/wailsapp/wails/v2/cmd/wails@latest
wails dev
Sept is released under the GPL v3 License.
This project uses dependencies that are licensed under the following licenses:
Check out the legacy multicast implementation of sept.