-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.

- Quick-Start — install with pip, Docker, or on a VPS
-
Configuration-Reference — every
config.yamlkey -
CLI-Reference — every
remark-bridgecommand - Upgrading — version-by-version migration notes
- 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+)
- Web-Dashboard — routes, PWA, Web Push
- Architecture — module map and data flow
- Troubleshooting — common errors with fixes
- FAQ
- Contributing — dev setup, tests, release flow
| 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.
reMark Bridge · v0.7.0 · CC BY-NC 4.0 · author BGGBTAC · contributions welcome — see Contributing
Home · v0.8.0
Getting started
Features
- Multi-Device
- Search
- Templates
- Plugins
- Bridge-API
- Obsidian-Plugin
- Web-Dashboard
- Users
- Audit-Log
- Reports
Ops
Dev