No description
Find a file
2026-05-21 23:40:19 +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 feat(index): add exclude index config (#41) 2026-05-21 23:40:19 +02:00
persistence feat(index): add exclude index config (#41) 2026-05-21 23:40:19 +02:00
test feat(index): add exclude index config (#41) 2026-05-21 23:40:19 +02:00
dendrite feat(index): add exclude index config (#41) 2026-05-21 23:40:19 +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
install.sh feat: added installation script and updated docs (#40) 2026-05-09 18:49:49 +02:00
LICENSE Add GNU Affero General Public License v3 2026-05-17 21:18:31 +02:00
makefile feat(test): makefile for test 2026-04-03 20:40:56 +02:00
README.md Update README.md 2026-05-17 22:43:43 +02:00

dendrite.daemon

Full documentation here: 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.