I wanted to try it recently and went to their doc website. Ar first glance it looked surprisingly detailed for such a young project but why not.
I didn't wanted to run a random, possibility vibe coded tool on my computer right away so I decided to run it in a container. That's an option, great ! Tu run it with docker they recommended an install script.
Out of habit I downloaded the script and started skimming through it to figure roughly what it would do to my machine.
The stuff was a mess. Most of it seemed overcomplicated code to do simple thing. Then I ran into inline python code in the shell script. That's not super elegant but there are some valid use cases, why not. Then there was inline JS code... WTF? Then we're back in inline python.
Seriously, that's just a script to run a docker compose file ! We're not yet at setting up providers or anything.
I was not to run that script on my computer, and was happy I decided to go the container way.
I got back to the website to see if they have manual instructions... They did, maybe there's hope after all ? Those instructions ended up being incomplete or broken, even for someone who does devops-y stuff on a daily basis.
I decided to drop the experiment there and it left me with the impression of a pile of code thrown together by an army of monkeys.