Skip to content
Benedict G edited this page Apr 16, 2026 · 5 revisions

reMark Bridge Wiki

Bidirectional sync between reMarkable tablets and an Obsidian knowledge base — OCR, AI-powered note processing, semantic search, multi-device sync, web dashboard, plugin system, HTTP API.

Latest: v0.8.0 (2026-04-16) — provider-agnostic LLM layer (Ollama or Anthropic), streaming downloads, batch embeddings, shared httpx pool, Bridge API v2 (note status, preview, vault search). Obsidian plugin now in the Community Store. See the Changelog on GitHub or the Upgrading page for migration notes.

Dashboard


Start here

Core features

  • OCR pipeline — built-in reMarkable text → Google Vision → VLM fallback (Ollama llava or cloud)
  • Note intelligence — action items, hierarchical tagging, one-line summaries
  • Ollama-Setup — run fully offline; route all LLM + embedding calls through a local Ollama server (v0.8+)
  • Multi-Device — register multiple tablets per vault
  • Search — hybrid BM25 + semantic retrieval with RRF fusion; Ollama embedding backend available (v0.8+)
  • Templates — YAML templates with when: conditions and inheritance, rendered to fillable PDFs
  • Plugins — drop-in hooks for action extraction, OCR backends, note processing, sync events
  • Bridge-API — bearer-token HTTP API for external clients; note status, preview, search endpoints (v0.8+)
  • Obsidian-Plugin — install from the Obsidian Community Plugin Browser (v0.8+)
  • Users — multi-user web UI with bcrypt sessions and per-user vault isolation (v0.7+)
  • Audit-Log — structured record of every mutating request (v0.7+)
  • Reports — scheduled summaries pushed to Teams / Notion / vault (v0.7+)

Operations

Development


Ecosystem

Component Status Notes
remark-bridge (PyPI) ✅ v0.8.0 pip install remark-bridge
ghcr.io/bggbtac/remark-bridge ✅ v0.8.0 docker compose up -d with the shipped compose file
Obsidian plugin ✅ v0.1.0 Community Store: search "reMark Bridge" in Obsidian plugin browser
MCP server remark-bridge serve for Claude Desktop / Code

Wiki stays in sync with main — every user-visible release updates the pages it touches. See Contributing if you spot drift.

Clone this wiki locally