Get the latest version of LogDoc for your platform. Available as standalone binaries, Docker images, and package manager installations.
Choose your preferred installation method and get LogDoc running in minutes.
$ docker pull logdoc/logdoc:latest
$ docker run -d -p 8080:8080 logdoc/logdoc
$ curl -sSL https://get.logdoc.org | bash
$ logdoc --version
LogDoc v3.2.1 (build 2026-03-10)
$ helm repo add logdoc https://charts.logdoc.org
$ helm install logdoc logdoc/logdoc
Having trouble installing LogDoc? Check our documentation or reach out to the community for support.