Beyond Better 0.11.22

Latest Release - Available Now

🚀 Application Downloads

🪟Windows

Windows Installer (MSI)
BB-app-0.11.22-windows-x64.msi
10.1 MB
Download
Windows Installer (Setup)
BB-app-0.11.22-windows-x64-setup.exe
7.2 MB
Download

🍎macOS

macOS Application (Universal DMG)
BB-app-0.11.22-macos-universal.dmg
17.7 MB
Download
macOS Application (Universal Tarball)
BB-app-0.11.22-macos-universal.app.tar.gz
17.4 MB
Download

🐧Linux

Linux Application (AppImage)
BB-app-0.11.22-linux-x64.AppImage
91.2 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.11.22.zip
Download
Server Components (Linux x64 - tarball)
bb-x86_64-unknown-linux-gnu-v0.11.22.tar.gz
Download
Server Components (Linux ARM64 - zip)
bb-aarch64-unknown-linux-gnu-v0.11.22.zip
Download
Server Components (Linux ARM64 - tarball)
bb-aarch64-unknown-linux-gnu-v0.11.22.tar.gz
Download
Server Components (Windows x64)
bb-x86_64-pc-windows-msvc-v0.11.22.zip
Download
Server Components (macOS Intel - zip)
bb-x86_64-apple-darwin-v0.11.22.zip
Download
Server Components (macOS Intel - tarball)
bb-x86_64-apple-darwin-v0.11.22.tar.gz
Download
Server Components (macOS Apple Silicon - zip)
bb-aarch64-apple-darwin-v0.11.22.zip
Download
Server Components (macOS Apple Silicon - tarball)
bb-aarch64-apple-darwin-v0.11.22.tar.gz
Download

📝 Release Notes

IMPORTANT: Major New Features

🎉 Introducing Skills

Beyond Better now supports Skills — reusable, installable instruction packages that teach BB how to handle specific tasks. Each Skill bundles a set of instructions with optional scripts, reference files, and assets, scoped to a project or your whole workspace.

Install Skills from any public URL (including GitHub repositories and community skill libraries), or use the file browser in BB’s interface to select a local Skill from a markdown or zip file — uploading your own Skill files is also supported. Once installed, Skills live in your library and can be activated on demand mid-conversation, giving BB specialised knowledge exactly when you need it.

Skills are available to all users. Anyone can create and share them, making it easy to encode team workflows and hand them across projects. Browse what’s available — or build your own.

🎉 Introducing Sandboxes with Deno Deploy

Beyond Better now supports Sandboxes — an ephemeral execution environment powered by Deno Deploy that BB can use as a datasource. The Sandbox gives BB a writable workspace filesystem and command execution capability: stage files, run scripts, test code, and transfer results across your other datasources, all within a single conversation.

Skills and Sandboxes are designed to work together. A Skill that includes executable scripts can use the Sandbox as its runtime — unlocking data transformation, code validation, and private API integrations. Enterprise teams can use this combination to build a self-hosted BB API hub.

This release requires your own Deno Deploy account and API key — BB-managed Sandboxes are on the roadmap. There are no tier restrictions; all users can connect a Sandbox today. Set up your account at deno.com/deploy and add your API key in BB Settings.

Added

  • support for Skills
  • support for sandbox using Deno Deploy
  • diagnostics support for corrupt LLM responses

Changed

  • allow STDIO for single-tenant (enterprise) cloud API hubs
  • improved storage keys for localStorage
  • distinction between extended and adaptive thinking
  • deprecated run_command tool; added execute tool
  • GST calculated at Stripe rather than added to model price

Fixed

  • handling of request context for path parts
  • normalize line endings in scopes for google service accounts
  • management of storage size for localStorage
  • oAuth discovery endpoints for multi-tenant servers
  • list display of tools for project vs workspace
  • display of MCP tools
  • passing interactionId when submitting ingestion request
  • ignoring query params when loading collaboration page
  • missing cache token pricing for anthropic models
  • better recovery empty LLM responses