Galene
Self-HostedLightweight open-source video conferencing server for self-hosting
Overview
Galene is a lightweight, WebRTC-powered video conferencing server designed for self-hosting. It offers core features like high-quality video/audio calls, screen sharing, text chat, recording, and optional end-to-end encryption. With minimal resource requirements, it runs efficiently on low-powered hardware or cloud instances. Deployment is straightforward via Docker containers or precompiled binaries—no client installation needed (users join via modern browsers). Ideal for privacy-conscious teams, educational institutions, or small organizations seeking full control over communication data.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
galene:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: galene
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Browser-native access (no client software required)
- Optional end-to-end encryption for private calls
- Screen sharing & meeting recording capabilities
Frequently Asked Questions
? Is Galene hard to install?
Galene is relatively easy to install using Docker (with a single command) or precompiled binaries. It requires minimal configuration—just set up an HTTPS server (mandatory for WebRTC) and adjust user permissions if needed. Clear documentation is available for both beginners and experienced admins.
? Is it a good alternative to Zoom?
Galene is an excellent alternative for users prioritizing privacy and self-hosting over advanced commercial features like breakout rooms or large-scale webinars. It works well for small to medium groups (up to ~50 users depending on server resources) and offers core conferencing tools without relying on third-party servers.
? Is Galene completely free?
Yes, Galene is open-source software released under the MIT License. It has no paid tiers, hidden costs, or usage limits—you can use, modify, and self-host it for free indefinitely.
Top Alternatives
People Also Ask about Galene
Tool Info
Pros
- ⊕ Full data control via self-hosting
- ⊕ Lightweight (low CPU/RAM resource usage)
- ⊕ No client installation needed (browser-only access)
Cons
- ⊖ Limited scalability for very large groups (best for small/medium teams)
- ⊖ Basic UI compared to commercial tools like Zoom
- ⊖ Requires HTTPS setup (mandatory for WebRTC functionality)