-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Frédéric Clavert edited this page Jul 26, 2026
·
9 revisions
ClioDeck is an Electron + React + TypeScript desktop app for historians, covering the full research cycle explore → brainstorm → write → export. Local-first, RAG-powered, with Zotero / Tropy / Obsidian integrations and full MCP support (client + server).
This wiki is the user-facing reference. For internal engineering notes, see docs/ in the repository.
RC4 is out. A stabilisation candidate: three audits were run over everything RC3 changed, and their findings fixed. Most of what they found did not crash — it produced wrong results silently, including two defects that removed text from an exported book. Book settings, the manuscript corpus and several other features also gained the interfaces they lacked. See the RC4 Release Notes.
- Getting Started — from a fresh install to your first chapter.
- ClioDeck Installation (overview)
- Installation — Linux
- Installation — macOS
- Keyboard Shortcuts
- Features — the full feature list.
- The Editor — live markdown rendering, footnotes, citations, front matter, AI proposals.
- Books and Chapters — multi-file manuscripts, chapter navigator, outline, book-wide tools, book settings.
- Export Guide — PDF, Word, presentations (reveal.js and Beamer), and book scope.
- Word Templates
- Zotero Integration Guide — bibliography sync, PDF download, batch indexing.
- Tropy Integration Guide — primary sources (archives), OCR, transcription.
- Obsidian Vault Guide — point ClioDeck at an Obsidian vault folder and use it as a RAG source.
- Archive Connectors Guide — Gallica (BnF), HAL (CCSD), Europeana.
- Embedded LLM Guide — running models locally via Ollama or the bundled llama.cpp.
- Corpus Analysis Guide — knowledge graph, textometrics, similarity finder.
- Similarity Finder — architecture note — implementation detail behind the guide above: caching, default values, provider wiring.
- Journal and History — research journal, chat history, and the separate AI usage journal.
- Brainstorm Mode Guide — the assistant: agent loop, MCP tools, project context. Since RC3 it is the same component wherever you open it in the app.
- MCP Integration Guide — both directions: external MCP servers consumed from ClioDeck, and ClioDeck's own MCP server exposed to Claude Desktop / Claude Code.
- RC4 Release Notes — current (second audit cycle: silent wrong results fixed, missing interfaces added, full translation, security hardening).
- RC3 Release Notes — new editor, books in chapters, unified assistant, manuscript as a RAG corpus, three audits.
- RC2 Release Notes — ClioBrain fusion, MCP, archive connectors, Obsidian vault.
- Archive: BETA 2 Release Notes, Implementation Plan v1.0.