Skip to content

Tauri Adapter

While LiveStore doesn’t yet support a native Tauri adapter (see this issue for more details), you can already use the web adapter with Tauri.

The goal of the native Tauri adapter is for LiveStore to leverage native platform APIs and capabilities including:

  • Native file system access (instead of going through the browser abstraction layer)
  • Background sync capabilities

See this example of a Tauri app using the web adapter: tauri-todomvc-sync-cf