No description
Find a file
2026-05-30 23:33:30 +02:00
.github/workflows feat(gh_actions): build actions 2026-05-09 18:31:27 +02:00
cmd feat(cfe): add cfe on save and rebuild (#45) 2026-05-30 23:33:30 +02:00
core feat(cfe): add cfe on save and rebuild (#45) 2026-05-30 23:33:30 +02:00
persistence feat(cfe): add cfe on save and rebuild (#45) 2026-05-30 23:33:30 +02:00
test feat(cfe): add cfe on create (#44) 2026-05-30 22:14:44 +02:00
.gitignore gitignore 2026-05-30 11:44:02 +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(cfe): add cfe on create (#44) 2026-05-30 22:14:44 +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.