No description
Find a file
2026-05-17 20:29:47 +02:00
.github/workflows feat(gh_actions): build actions 2026-05-09 18:31:27 +02:00
cmd feat: diagnostics links (#39) 2026-05-09 16:47:59 +02:00
core fix(diagnostic/links): early return on nil note 2026-05-09 17:00:46 +02:00
persistence feat: diagnostics links (#39) 2026-05-09 16:47:59 +02:00
test add path to slug (#37) 2026-05-09 14:32:29 +02:00
dendrite feat(gh_actions): build actions 2026-05-09 18:31:27 +02:00
go.mod sm(mod): remove unused pkg 2026-04-04 00:29:42 +02:00
go.sum sm(mod): remove unused pkg 2026-04-04 00:29:42 +02:00
index.db feat(jsonrpc): NDJSON rpc implementation 2026-03-22 21:46:41 +01:00
install.sh feat: added installation script and updated docs (#40) 2026-05-09 18:49:49 +02:00
makefile fix(unit_test): frontmatter parse test 2026-04-06 23:09:52 +02:00
README.md Update README.md 2026-05-17 20:29:47 +02:00

dendrite.daemon

The index manager for Dendrite.

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.