Recalla

unlisted

by Tensorboyalive

Make your vault a fast, private, agent-readable brain. Index, search, and chat with your notes, all on your machine.

Updated 26d agoApache-2.0
View on GitHub

recalla-obsidian

search and chat your vault, without leaving obsidian

the obsidian plugin for recalla — a private, local-first, agent-native second brain. bm25 + semantic search and chat over your notes, all on your machine.


release license local-first


install

desktop only (the plugin manages a local engine process). the community directory listing is pending, so install manually from the latest release:

  1. download main.js, manifest.json, and styles.css from the release.
  2. create the folder <your vault>/.obsidian/plugins/recalla/ and put the three files inside it, keeping the filenames.
  3. in Obsidian: Settings → Community plugins → turn off Restricted Mode.
  4. reload Obsidian, then enable Recalla in the plugin list.

run recalla: make my vault agent-readable from the command palette. the plugin downloads the matching OS and CPU build from the pinned engine v0.5.0 release. it requires an embedded trusted digest, requires the published sidecar to name that exact asset, and hashes the bytes before execution. then it indexes the vault and starts the local api. no python or terminal setup is required.

managed builds support macOS arm64/x64, Linux arm64/x64, and Windows x64. advanced users on another architecture can set a custom recalla executable in plugin settings instead.

what it does

  • search your vault with bm25 + semantic ranking, inside obsidian.
  • chat over full matching sections with citations. without an llm key, recalla returns an offline extractive answer from your notes.
  • copy a ready-to-paste mcp config so agents can read and write memory locally.
  • manage the engine, indexing, and local server from the command palette.
  • no cloud, no account, no telemetry. only context sent to a configured cloud llm leaves the machine.

the recalla ecosystem

repowhat it is
recallathe engine: cli, retrieval, local json api, mcp server
recalla-obsidianthis plugin
create-recallathe npx scaffolder for a fresh vault
recalla-startera template vault to start from

apache-2.0 · a second brain that stays yours

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.