Morning!
Has anyone installed the clojure-lsp binary with https://mise.jdx.dev/? I can't find Clojure-LSP in mise registry.
I think there is a graalvm binary which you can install. I did the same with bbin:
"http:bbin" = { version = "0.2.4", url = "" } Native binary (recommended)#
clojure-lsp builds using GraalVM a native executable for each OS: Linux, MacOS and Windows.
Manually#
The binaries are available on Github releases as clojure-lsp-native-<os>-<arch>.zip, after downloading you just need to unzip it.https://clojure-lsp.io/installation/#native-binary-recommended so should be pretty easy not sure if mise has anything to download the correct os-arch
It seems pretty trivial based on these docs: https://mise.jdx.dev/dev-tools/backends/http.html
Thank you! I actually just got it working. They have a "github" provider that reads Github releases and tries to install one that works for your system. The following worked for me:
[tools]
"github:clojure-lsp/clojure-lsp" = "2026.02.20-16.08.58"
$ which clj-kondo
/Users/teodorlu/.local/share/mise/installs/clj-kondo/2026.01.19/clj-kondo
$ clj-kondo --version
clj-kondo v2026.01.19Oh damn that is even better, I love mise I uninstalle all other tools I had for managing versions of npm, python en java
It's nice to avoid wasting time on out-of-band dependencies! 😁
mise looks cool, after nix of course 😛
Haha can you use that on a Mac?
yes!
we have #nix with some maintainers as well
Aah nice, need to investigate that then