dendrite.daemon/README.md
Kristian dccedfa9f4
feat: added installation script and updated docs (#40)
* feat: add install script

* update readme.me
2026-05-09 18:49:49 +02:00

653 B

dendrite.daemon

The core component of Dendrite. A Go server that manages the index for a local markdown vault and exposes it over JSON-RPC 2.0.

Installation

curl -fsSL https://raw.githubusercontent.com/KristianJBorgwarth/dendrite.daemon/master/install.sh | sh

Supports Linux and macOS on amd64 and arm64. The script places the binary in ~/.local/bin on Linux and /usr/local/bin on macOS. Re-run to update.

Documentation

See the Dendrite docs for the full protocol reference, method documentation, and setup guide.