Jitsi Meet is an open source set of projects for deploying video conferencing platforms, offering browser-based calls without requiring participants to install anything. It's built and maintained by the Jitsi team at 8x8, and serves as an open source alternative to proprietary conferencing tools like Zoom and Google Meet, either self-hosted or via the free hosted instance at meet.jit.si. Native mobile apps are available for Android and iOS alongside the browser client. Users who want early access to in-development features can join open beta testing programs for both Android and iOS ahead of general release. Jitsi Meet also functions as an umbrella term for a set of related open source projects rather than a single codebase, since the video conferencing platform depends on companion components for signaling and media routing that are developed and released alongside it.
Running your own Jitsi Meet instance is documented in the Jitsi handbook, with Debian packages and a Docker Compose setup covering the most common paths, plus the option to build every component from source for advanced customization. Teams that want the branding and control of self-hosting without operating the infrastructure themselves can instead use 8x8's Jitsi as a Service (JaaS), which runs Jitsi on 8x8's global platform. Full security documentation covers Jitsi Meet's security model overall, with a separate whitepaper dedicated to the E2EE implementation, and a documented process exists for reporting security vulnerabilities directly to the project. The full documentation set, including devops guidance and release notes, is published in the Jitsi handbook rather than scattered across the repository's wiki.
Jitsi Meet fits organizations that want video conferencing without per-seat licensing or vendor lock-in, and that are comfortable operating their own signaling and media infrastructure, or using JaaS as a managed layer. It's also a common building block for products that need embedded video calling, since the web and native SDKs let Jitsi's calling stack be integrated into another application rather than used only as a standalone meeting app.