HACKER Q&A
📣 andrewstuart

Why is AI/LLMs so hard to install? Where's the one click installers?


Why is AI/LLMs so hard to install? Where's the one click installers?


  👤 MrGuts Accepted Answer ✓
Five clicks: click to get docker image Ollama, click to get docker image Open-WebUI, click to start docker container Ollama, click to start docker container Open-WebUI, click to download a model (eg Llama3.2), then you're on the air with an LLM.

You might need hand surgery afterward.


👤 billconan

👤 xyc
I built https://recurse.chat/ to solve this! Zero-setup is the goal. just starting and the app prompts you for downloading model.

👤 FergusArgyll
Llamafile literally one file

https://github.com/Mozilla-Ocho/llamafile


👤 reneberlin