Sharkord
Lightweight, self-hosted, open-source chat server with voice, video, text, and screen sharing. Built for small groups who want privacy, simplicity, and full control over their data.
Install / Use
npx skills add Sharkord/sharkordInstalls into whichever agent you are using.
README
What is Sharkord?
[!NOTE] Sharkord is in alpha stage. Bugs, incomplete features and breaking changes are to be expected.
Sharkord is a self-hosted communication platform that brings the most important Discord-like features to your own infrastructure. Voice, video, and screen sharing without the bloat or surveillance.
Docs
For detailed documentation, please visit our Documentation.
Wanna Try It Out?
Check out the Live Demo at demo.sharkord.com.
Getting Started
Sharkord is distributed as a standalone binary that bundles both server and client components. Get started by downloading the latest release for your platform from the Releases page. We ship binaries for Windows, macOS, and Linux.
Linux x64
curl -L https://github.com/sharkord/sharkord/releases/latest/download/sharkord-linux-x64 -o sharkord
chmod +x sharkord
./sharkord
Docker
Sharkord can also be run using Docker. Here's how to run it:
docker run \
-p 4991:4991/tcp \
-p 40000:40000/tcp \
-p 40000:40000/udp \
-v ./data:/home/bun/.config/sharkord \
--name sharkord \
sharkord/sharkord:latest
[!NOTE] Upon first launch, Sharkord will create a secure token and print it to the console. This token allows ANYONE to gain owner access to your server, so make sure to store it securely and do not lose it!
Once the server is running, open your web browser and navigate to http://localhost:4991 to access the Sharkord client interface. If you're running the server on a different machine, replace localhost with the server's IP address or domain name.
Check out our Documentation for more detailed setup instructions, configuration options, and troubleshooting tips.
Contributing
We welcome contributions! Please see our Contributing Guide for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Built with amazing open-source technologies:
<div align="center"> <p>Made with ❤️ by the Sharkord team</p> <p> <a href="https://github.com/Sharkord/sharkord">GitHub</a> • <a href="https://github.com/Sharkord/sharkord/issues">Issues</a> • <a href="https://github.com/Sharkord/sharkord/discussions">Discussions</a> </p> </div>Related Skills
qqbot-channel
385.5kQQ channel management skill. Use qqbot_channel_api for explicit QQ channel-management requests; confirm write, delete, and bulk actions before calling authenticated QQ Open Platform endpoints.
docs-writer
106.4kAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
cpp
40.5kGuide Cursor to write modern C++ and CMake code with clear structure, RAII, const-correctness, and safe error handling.
gamemaker-gml
40.5kGameMaker Language (GML) rules for scripts, objects, events, rooms, data structures, and performance-minded game code
