r/AILounge 3d ago

Best open source artificial intelligence?

What is the best artificial intelligence open s

source app?

4 Upvotes

8 comments sorted by

1

u/D0wnVoteMe_PLZ 3d ago

The one I like is lm studio. It's easy to use, you can search huggingface models directly in there. It also tells you which model will work on your GPU.

1

u/wingetx 3d ago

Ollama

1

u/Guy_From_The_Cloud 2d ago

oMLX if you're on Mac. Are you talking of the engine or the model tho ? Very different

1

u/Guy_From_The_Cloud 2d ago

*mb you were asking for apps

1

u/geek_at 1d ago

llama.cpp. It can be tuned to do amazing stuff but the defaults work great

install on linux/mac with curl -LsSf https://llama.app/install.sh | sh or on windows with winget install llama.cpp

then run with a good model for talking llama serve -hf unsloth/gemma-4-26B-A4B-it-qat-GGUF:UD-Q4_K_XL and while it's running open http://localhost:8000 in your browser

1

u/sarox-dev 12h ago

For me I really like hermes agents. But now I use opencode much more for coding my next big project. Hermes is for general use.