Downloads
About downloads
Section titled “About 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.
Download 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 |
Stress load tool
Section titled “Stress load tool”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.
GitHub Releases
Section titled “GitHub Releases”For assets tied to a specific tag, use GitHub Releases (same filenames as above).