Liking cljdoc? Tell your friends :D

Installation

Manual install

Pre-built binaries are available for linux and MacOS on the releases page.

Installation script (MacOS and Linux)

This installation script works for linux and MacOS and can be used for quickly installing or upgrading to the newest clj-kondo without a package manager. It will install to /usr/local/bin by default.

To download and execute the script:

bash <(curl -s https://raw.githubusercontent.com/borkdude/clj-kondo/master/script/install-clj-kondo)

To install to a different directory, append the option --dir <other-dir> to the above command.

To upgrade, just run the script again.

Brew (MacOS and Linux)

On MacOS you can use brew. On Linux you can use Linuxbrew.

To install with brew:

brew install borkdude/brew/clj-kondo

To upgrade:

brew upgrade clj-kondo

Arch (Linux)

clj-kondo is available in the Arch User Repository. It can be installed using your favorite AUR helper such as yay, yaourt, apacman and pacaur. Here is an example using yay:

yay -S clj-kondo-bin

NixOS

clj-kondo is available in the Nix Packages collection. To install it globally, add it to your systemPackages. If you just want to try it, you can do it in a Nix shell:

nix-shell -p clj-kondo

Running on the JVM

Running with Docker

Can you improve this documentation? These fine people already did:
Michiel Borkent, Jakub Wilk, José Luis Lafuente & David Harrigan
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close