Skip to content

Releases: ecoPrimals/songBird

Songbird v0.1.1 - Pure Rust (Zero System Deps) 🦀

23 Dec 23:14

Choose a tag to compare

🦀 Pure Rust Release - Zero System Dependencies!

Date: December 23, 2025
Status: ✅ Production Ready + 100% Pure Rust


🎯 What's New

Zero System Dependencies!

  • ✅ No more libdbus-1-dev requirement
  • ✅ Bluetooth genesis made optional
  • ✅ Builds anywhere with just Rust compiler
  • ✅ 100% primal sovereignty maintained

Integration Team Feedback Resolved:

  • ✅ Songbird: Bluetooth optional (this release)
  • ✅ NestGate: sysinfo compatibility fixed

📦 Binaries Included

Binary Size Purpose
songbird-orchestrator 21MB Main orchestrator service
songbird-cli 4.6MB Command-line interface
songbird-rendezvous 4.5MB Rendezvous coordination
agent 6.1MB Execution agent
songbird-v0.1.1-pure-rust.sha256 - SHA256 checksums

🚀 Quick Start

# Download
wget https://github.com/ecoPrimals/songBird/releases/download/v0.1.1-pure-rust-dec23/songbird-orchestrator
wget https://github.com/ecoPrimals/songBird/releases/download/v0.1.1-pure-rust-dec23/songbird-v0.1.1-pure-rust.sha256

# Verify
sha256sum -c songbird-v0.1.1-pure-rust.sha256

# Run
chmod +x songbird-orchestrator
./songbird-orchestrator

No apt install needed! Just download and run.


🔄 Changes from v0.1.0

# crates/songbird-genesis/Cargo.toml
[features]
- default = ["solokey", "qr", "bluetooth"]
+ default = ["solokey", "qr"]  # Bluetooth opt-in

Impact:

  • Default build: Zero system deps ✅
  • Bluetooth available via --features bluetooth (opt-in)
  • Linux Bluetooth users: apt install libdbus-1-dev only when using feature

🌍 Platform Support

Builds on (no system packages required):

  • ✅ Linux (any distro - Ubuntu, Debian, Fedora, Arch, etc.)
  • ✅ Windows
  • ✅ macOS
  • ✅ BSD
  • ✅ Any platform with Rust 1.75+

📚 Documentation

New Docs:

  • PURE_RUST_BLUETOOTH_EVOLUTION.md - Full technical analysis
  • INTEGRATION_TEAM_FEEDBACK_DEC_23.md - Issue resolution
  • COMPREHENSIVE_AUDIT_REPORT_DEC_23_2025.md - 92/100 audit score

Evolution Path:

  • Phase 1: Optional feature (this release) ✅
  • Phase 2: Evaluate zbus (pure Rust D-Bus) when implementing Bluetooth
  • Phase 3: Contribute upstream or direct integration

🔐 Checksums

9705a7f310bd51f9c9318875147f2b52d676d4a2faccf3000fda760476584319  songbird-orchestrator
bc69f1dbd6f61b0d061087dbb0efc5128d22195448aa13d1c46079abbba957f9  songbird-cli
e6faa10bf7886c29cfb73af41a6e35e7ae8cf971fcc528928d60d401381e755c  songbird-rendezvous
66a8d82b2be2b48b5fdc833ce679d7fc7361b0fa169e98d7246b50084af4d551  agent

🙏 Thanks

Integration Team - Excellent feedback on system dependencies!

This release maintains sovereignty while keeping all functionality available.


🐻 ecoPrimals - Pure Rust, Pure Sovereignty!

Songbird v0.1.0 Integration - Ready for BearDog

23 Dec 21:03

Choose a tag to compare

🐦 Songbird Integration Release - December 23, 2025

Status: ✅ Production Ready (92/100 Audit Score)

📦 Included Binaries

  • songbird-orchestrator (21MB) - Main orchestrator service
  • songbird-cli (4.6MB) - Command-line interface
  • songbird-rendezvous (4.5MB) - Rendezvous coordination server
  • agent (6.1MB) - Execution agent
  • songbird-v0.1.0-integration.sha256 - SHA256 checksums

🎯 For BearDog Team

This release is ready for Genesis Bootstrap Integration. See BEARDOG_GENESIS_HANDOFF_DEC_22_2025.md in the repo for:

  • Genesis lineage establishment
  • Witness signature verification
  • Physical channel integration (SoloKey, QR, Bluetooth)

✅ Audit Highlights

  • Zero unsafe code in production
  • 100/100 sovereignty & human dignity
  • 70+ specification documents
  • Comprehensive test coverage
  • Modern async architecture with zero-cost abstractions

📚 Documentation

  • COMPREHENSIVE_AUDIT_REPORT_DEC_23_2025.md - Full audit results
  • BEARDOG_GENESIS_HANDOFF_DEC_22_2025.md - Integration guide
  • QUICK_COMMIT_AND_RELEASE_GUIDE.md - Team workflow

🚀 Quick Start

# Download and verify
wget https://github.com/ecoPrimals/songBird/releases/download/v0.1.0-integration-dec23/songbird-orchestrator
wget https://github.com/ecoPrimals/songBird/releases/download/v0.1.0-integration-dec23/songbird-v0.1.0-integration.sha256
sha256sum -c songbird-v0.1.0-integration.sha256

# Make executable
chmod +x songbird-orchestrator

# Run
./songbird-orchestrator --help

🐻 ecoPrimals - Building the future together!