Beyond Better 0.12.0

Latest Release - Available Now

🚀 Application Downloads

🪟Windows

Windows Installer (MSI)
BB-app-0.12.0-windows-x64.msi
9.9 MB
Download
Windows Installer (Setup)
BB-app-0.12.0-windows-x64-setup.exe
7.1 MB
Download

🍎macOS

macOS Application (Universal DMG)
BB-app-0.12.0-macos-universal.dmg
16.9 MB
Download
macOS Application (Universal Tarball)
BB-app-0.12.0-macos-universal.app.tar.gz
16.6 MB
Download

🐧Linux

Linux Application (AppImage)
BB-app-0.12.0-linux-x64.AppImage
91.0 MB
Download

⚙️ Server Components

Server components are automatically installed by the application. Manual installation is available for advanced users.

Server Components (Linux x64 - zip)
bb-x86_64-unknown-linux-gnu-v0.12.0.zip
Download
Server Components (Linux x64 - tarball)
bb-x86_64-unknown-linux-gnu-v0.12.0.tar.gz
Download
Server Components (Linux ARM64 - zip)
bb-aarch64-unknown-linux-gnu-v0.12.0.zip
Download
Server Components (Linux ARM64 - tarball)
bb-aarch64-unknown-linux-gnu-v0.12.0.tar.gz
Download
Server Components (Windows x64)
bb-x86_64-pc-windows-msvc-v0.12.0.zip
Download
Server Components (macOS Intel - zip)
bb-x86_64-apple-darwin-v0.12.0.zip
Download
Server Components (macOS Intel - tarball)
bb-x86_64-apple-darwin-v0.12.0.tar.gz
Download
Server Components (macOS Apple Silicon - zip)
bb-aarch64-apple-darwin-v0.12.0.zip
Download
Server Components (macOS Apple Silicon - tarball)
bb-aarch64-apple-darwin-v0.12.0.tar.gz
Download

📝 Release Notes

IMPORTANT: Major New Features

🎉 Introducing BB Bridge

Work with BB from anywhere — cloud or local — while keeping full access to the
files and tools on your own workstation.

BB Bridge is a lightweight agent you install on your computer that connects it
securely to a BB Hub (cloud or self-hosted). Once paired, you can create a
data source backed by your workstation from any project, without needing to run
the full BB API locally.

What’s new:

  • New BB Bridges settings tab for pairing, naming, and managing your devices
  • Install the BB Bridge app, pair it with your Hub, and it’s ready to use
  • Add a BB Bridge data source to any project and select the paired agent —
    same file access, search, and command execution you get from a local filesystem
    datasource, just reachable from anywhere
  • One bridge can serve multiple data sources/projects at once

Note: access to a bridge is scoped to what you explicitly allow (root
folder, allowed commands) — the bridge owner is always in control of what’s
exposed.

🎉 Introducing a new trust & authorization system

Replaces the old localMode setting with a proper trust model that scales from
fully offline use to shared team workspaces — and lays the groundwork for
stronger security as BB grows into more multi-agent and multi-user scenarios.

What’s changing:

  • localMode is retired in favor of an explicit trust system that adapts to
    how BB is deployed — offline, self-hosted, or cloud
  • Establishes verified trust between BB Bridge and its Hub, so a paired device
    only ever does what it’s been explicitly authorized to do
  • Foundational work for cryptographic identity — device pairing now sets up
    the trust relationship that future features (fine-grained permissions, audit
    logging, per-request authorization) will build on

Why it matters: this is the plumbing that makes BB Bridge safe to use across
teams — every request a bridge handles will be traceable to real, verifiable
authorization, not just an open connection.

Added

  • support for Claude Opus 5
  • support for Gemini Flash 3.6
  • support for Gemini Flash Lite 3.5
  • trustBoundary config
  • dataResidency config
  • testing for delegate_tasks tool
  • testing for orchestrator and agent controllers

Changed

  • moving memory between scopes
  • localMode changed to authMode
  • runtimeEnvironment change to runsIn
  • check valid project and datasource before saving project during auto-provisioning
  • updated preset values for context compaction trigger
  • search all datasource async for suggest resources
  • more robust handling of invalid LLM responses
  • more robust handling of Cloudflare errors
  • improved git commit messages
  • confirmation dialog when removing data source from project

Fixed

  • collaborationId when saving memories
  • readOnly support for project provisioning templates
  • crash when displaying message entry with invalid markdown formatting
  • token usage recording for Google LLM