Skip to content

Downloads

Monibuca is permanently free. The pre-built packages below are ready for development, testing, and production — we do not sell edition tiers. For technical support or custom development, see Commercial Services.


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

Standalone multi-protocol load generator (native push/pull, MP4/FLV source, no FFmpeg), deployed separately from Monibuca. Pre-built archives use the stress_v6_* naming convention on the same CDN.

See Stress Tool for features, CLI, console API, and download tables.

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