Skip to content

Downloads

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.

FeatureFreeProfessionalEnterprise
Max concurrent connections501,000Unlimited
Max rooms310Unlimited
Cluster deployment
Protocol supportAllAllAll
PluginsAll (excl. Cluster)All (excl. Cluster)All (incl. Cluster)
SupportCommunityEmail supportDedicated support
AvailabilityDownload belowContact usContact us

The free binary supports a --edition CLI flag to temporarily try Professional or Enterprise limits:

Terminal window
# Try Professional edition (1000 connections, 10 rooms, 30-minute limit)
./monibuca --edition pro
# Try Enterprise edition (unlimited, 30-minute limit)
./monibuca --edition enterprise

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=binhttps://download.m7s.live/bin/<filename>
  • Beta (tag contains beta): dest=betahttps://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).

PlatformStable (bin)Beta (beta)
linux / amd64monibuca_v6_linux_amd64.tar.gzmonibuca_v6_linux_amd64.tar.gz
linux / arm64monibuca_v6_linux_arm64.tar.gzmonibuca_v6_linux_arm64.tar.gz
PlatformStable (bin)Beta (beta)
darwin / amd64 (Intel)monibuca_v6_darwin_amd64.tar.gzmonibuca_v6_darwin_amd64.tar.gz
darwin / arm64 (Apple Silicon)monibuca_v6_darwin_arm64.tar.gzmonibuca_v6_darwin_arm64.tar.gz
PlatformStable (bin)Beta (beta)
windows / amd64monibuca_v6_windows_amd64.zipmonibuca_v6_windows_amd64.zip

Built by CI; extract into your working directory and serve with Monibuca’s HTTP server:

AssetStable (bin)Beta (beta)
Adminadmin-en.zipadmin-en.zip
Live Room Demodemo-live-room-en.zipdemo-live-room-en.zip
Meeting Room Demodemo-meeting-room-en.zipdemo-meeting-room-en.zip
Customer Service Demodemo-customer-service-en.zipdemo-customer-service-en.zip

For assets tied to a specific tag, use GitHub Releases (same filenames as above).