Bring Your LM 2026.05.26

Build 13 · 2026-05-26

This release lays the groundwork for using BYLM across devices: local data moved to a new storage engine with a one-time guarded migration, an experimental sync mode replicates your data to a server you host, and workspaces let you group bots and conversations.

A new local storage engine

All local data — conversations, bots, providers, tools, memories, settings, images — moved from the previous database to Couchbase Lite. The switch happens through a one-time migration behind a progress screen on first launch; interrupting it mid-way is safe, and the migration resumes on the next start. This release also hardens the migration itself (accurate progress display during the final compaction step, resumable image back-fill).

As part of the move, provider and tool API keys now live in your device's OS keystore instead of the database.

Sync across your devices (experimental, bring your own server)

True to BYLM's bring-your-own philosophy, sync replicates to a server you run yourself — a Couchbase Edge Server or Sync Gateway endpoint:

Workspaces

Bot and provider quality of life

Settings

Fixes and polish