Skip to content

Releases: hyperpolymath/burble

Burble v0.1.0-alpha.1

22 Mar 13:43
4635620

Choose a tag to compare

Burble v0.1.0-alpha.1 Pre-release
Pre-release

First Alpha Release

Self-hostable, voice-first communications platform. Mumble's audio seriousness meets modern browser-based joining.

Highlights

  • Elixir/OTP control plane — 24 modules, OTP supervision trees, fault isolation per room
  • Zig SIMD coprocessor NIFs — 26,350x LZ4 speedup, 62x echo cancellation, 37x FFT over pure Elixir
  • IEEE 1588 PTP — sub-microsecond clock synchronisation across nodes, automatic source detection
  • Four topology modes — monarchic, oligarchic, distributed, serverless (pure WebRTC mesh)
  • SIP bridge — RFC 3261 subset for PBX/PSTN interop
  • Mumble bridge — bidirectional voice relay for gradual migration
  • Container deployment — one-command podman-compose with Chainguard images
  • Embeddable — client library for IDApTIK (game voice) and PanLL (workspace voice)

Quick Start

git clone https://github.com/hyperpolymath/burble && cd burble
cd containers && podman-compose -f compose.toml up

What's New in This Release

  • Fixed SIP bridge compilation (Bitwise import)
  • User-facing README with comparison table
  • EXPLAINME.adoc developer quick reference
  • Customised Justfile with real build/test/run recipes
  • Separate architecture documentation

🤖 Generated with Claude Code