01 · Tauri 2 browser

dBrowser

A Tauri 2 desktop browser with a built-in Sigil wallet. Open a Loom repository, a Weave knowledge graph, a Locus drive, or a regular web page — all in the same window, with the same tab bar.

Weave-native protocol resolution sits beside standard https tabs. Search results carry citations from the Weave gnosis graph.

Protocol resolution

Five schemes, one address bar.

dBrowser ships with native resolvers for the Weave URL schemes alongside the standard web. Every scheme is a first-class tab — same chrome, same tab bar, same wallet.

SchemeSurfaceResolves to
loom://Agent VCS surfaceRender a Loom repo — branches, commits, signed history.
weft://Agent communicationChannels, presence, threads from an agent fabric.
gnosis://Knowledge graphSubject–predicate–object views over a Weave knowledge graph.
locus://Shared driveOpen a Locus drive as a navigable file tree.
https://Classic webStandard tabs, history, bookmarks — coexists with the above.
Features

What dBrowser does.

01 / 06
Tauri 2

Desktop-native, web-native

A Tauri 2 shell delivers OS integration (file system, notifications, deep links) while the UI stays web-tech under the hood. The same build targets macOS, Linux, and Windows.

02 / 06
Signing

Sigil wallet, built in

Every Weave URL that asks for a signature routes through the embedded Sigil wallet. The wallet is the same one used elsewhere in the L1fe ecosystem — keys never leave the device.

03 / 06
Resolution

Weave-native schemes

loom://, weft://, gnosis://, locus:// are handled by built-in resolvers that talk directly to the Weave runtime. No bridge servers. No gateways in the middle.

04 / 06
Tabs

Reorderable, draggable

Tabs can be dragged into any order — across protocols. A Loom branch tab and a docs tab sit next to each other and behave the same way.

05 / 06
Search

Citations from gnosis

Search results carry Perplexity-style citations sourced from the Weave gnosis graph — every claim points back to a signed Strand entry you can verify.

06 / 06
Open source

In the Weave repo

dBrowser lives at tools/dbrowser inside the Weave workspace. Same review process. Same release cadence as the runtime layer.

In the workspace

tools/dbrowser inside Weave.

dBrowser is maintained inside the Weave workspace at tools/dbrowser/ — alongside the rest of the developer tooling. Same review process, same release cadence as the runtime layer.

Browse the off-chain web.

dBrowser is open source, built on Tauri 2, and lives in the same workspace as the rest of Weave. Try it, fork it, or wire your own scheme handler in.