by mynaparrot
The open-source, self-hosted video conferencing software. Scalable, customizable, and with a powerful AI Meeting Agent.
# Add to your Claude Code skills
git clone https://github.com/mynaparrot/plugNmeet-serverGuides for using ai agents skills like plugNmeet-server.
Last scanned: 5/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-18T08:03:44.466Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
Plug-N-Meet is a powerful, open-source web conferencing solution built on the high-performance WebRTC infrastructure of LiveKit. Designed for scalability and easy customization, Plug-N-Meet allows you to seamlessly integrate a feature-rich, self-hosted, and AI-powered video conferencing experience into any existing website, application, or system.
Have questions or ideas? Join our developer community on Discord to connect with the team and discuss your suggestions.

H264, VP8, VP9, and AV1.And many more!
https://demo.plugnmeet.com/landing.html
We've created a simple installation script to deploy all necessary components in minutes.
View the Complete Installation Guide: https://www.plugnmeet.org/docs/installation
Full server API documentation is available in the API Docs.
Requirements:
libreoffice & mupdf-tools for office file support in the whiteboard.Create a config.yaml from the config_sample.yaml and modify it with your environment details.
Using docker
docker run --rm -p 8080:8080 \
-v $PWD/config.yaml:/config.yaml \
mynaparrot/plugnmeet-server \
--config /config.yaml \
You can also follow docker-compose_sample.yaml file.
Please follow this article for details.
We welcome your suggestions for improving plugNmeet! Let's chat on Discord to discuss your suggestions and/or PRs.