anyzig is really nice. It reads build.zig.zon and installs required zig version. Handy for trying out latest std.Io stuff!
Though, stable zls sort of works with master zig, I was already inspired to write anyzls.
Shout out to https://github.com/jedisct1/zig-minisign. A reimplementation of minisign in Zig, that also can be used as a Zig module.
Zls website provides HTTP API, which given zig version returns compatible zls version. So, what was left is too glue everything together.
Here’s anyzls source code https://codeberg.org/knightpp/anyzls.