Downloads
Edition Overview
Section titled “Edition Overview”Monibuca v6 ships in three editions. The pre-built binaries below are the Free edition. You can use the --edition flag to trial higher editions with a time limit.
| Feature | Free | Professional | Enterprise |
|---|---|---|---|
| Max concurrent connections | 50 | 1,000 | Unlimited |
| Max rooms | 3 | 10 | Unlimited |
| Cluster deployment | ❌ | ❌ | ✅ |
| Protocol support | All | All | All |
| Plugins | All (excl. Cluster) | All (excl. Cluster) | All (incl. Cluster) |
| Support | Community | Email support | Dedicated support |
| Availability | Download below | Contact us | Contact us |
Demo Mode
Section titled “Demo Mode”The free binary supports a --edition CLI flag to temporarily try Professional or Enterprise limits:
# Try Professional edition (1000 connections, 10 rooms, 30-minute limit)./monibuca --edition pro
# Try Enterprise edition (unlimited, 30-minute limit)./monibuca --edition enterpriseDownload Links
Section titled “Download Links”The Release workflow uploads the assembled bin/ directory to object storage at https://download.m7s.live. The path prefix depends on the tag:
- Stable (tag does not contain
beta):dest=bin→https://download.m7s.live/bin/<filename> - Beta (tag contains
beta):dest=beta→https://download.m7s.live/beta/<filename>
Linux, macOS, and Windows are built in parallel jobs; the final release job merges artifacts into one bin/ prefix on R2 (see .github/workflows/release.yml).
Linux pre-built archives
Section titled “Linux pre-built archives”| Platform | Stable (bin) | Beta (beta) |
|---|---|---|
| linux / amd64 | monibuca_v6_linux_amd64.tar.gz | monibuca_v6_linux_amd64.tar.gz |
| linux / arm64 | monibuca_v6_linux_arm64.tar.gz | monibuca_v6_linux_arm64.tar.gz |
macOS pre-built archives
Section titled “macOS pre-built archives”| Platform | Stable (bin) | Beta (beta) |
|---|---|---|
| darwin / amd64 (Intel) | monibuca_v6_darwin_amd64.tar.gz | monibuca_v6_darwin_amd64.tar.gz |
| darwin / arm64 (Apple Silicon) | monibuca_v6_darwin_arm64.tar.gz | monibuca_v6_darwin_arm64.tar.gz |
Windows pre-built archive
Section titled “Windows pre-built archive”| Platform | Stable (bin) | Beta (beta) |
|---|---|---|
| windows / amd64 | monibuca_v6_windows_amd64.zip | monibuca_v6_windows_amd64.zip |
Frontend static bundles (ZIP)
Section titled “Frontend static bundles (ZIP)”Built by CI; extract into your working directory and serve with Monibuca’s HTTP server:
| Asset | Stable (bin) | Beta (beta) |
|---|---|---|
| Admin | admin-en.zip | admin-en.zip |
| Live Room Demo | demo-live-room-en.zip | demo-live-room-en.zip |
| Meeting Room Demo | demo-meeting-room-en.zip | demo-meeting-room-en.zip |
| Customer Service Demo | demo-customer-service-en.zip | demo-customer-service-en.zip |
GitHub Releases
Section titled “GitHub Releases”For assets tied to a specific tag, use GitHub Releases (same filenames as above).