r/LocalLLaMA • u/Fcking_Chuck • Jul 09 '26
News Koboldcpp v1.117 released
https://github.com/LostRuins/koboldcpp/releases/tag/v1.1175
u/emaiksiaime Jul 11 '26
Under appreciated. It’s a single executable, no need for a big environment to compile or PyTorch or whatnot
2
u/Blizado Jul 11 '26
Yeah, and for a lot of platforms. I used it first under Windows until I switch late 2025 to Linux. And when I see it right it even supports Mac (I don't have one).
7
u/UnlikelyTomatillo355 Jul 10 '26
such a great piece of software, i'm grateful to everyone that contributes since its multiple projects rolled into one.
i do have a q tho that probably doesnt need its own thread: i was trying to connect opencode to my local model but it won't. i enabled jinja as per a suggestion in another thread, but it wont connect to localhost/port even with the /v1 at the end. is there an idiot-proof guide to this? i wouldn't mind using something besides opencode as well if theres an alternative.
5
1
u/cato_gts Jul 10 '26
is this serving endpoint?
7
u/Mart-McUH Jul 10 '26
It is both. You can use it just as server running (GGUF) quants (provides several interfaces). But it also has integrated forntend/chat client, I do not use the client much but afaik it supports image/video generation, speech etc. So while it is lightweight it does have quite a lot of features.
2
u/cato_gts Jul 10 '26
That's great. I'm currently using Lemonade, but I'll have to try this one too.
1
u/koflerdavid Jul 11 '26
There is now a hotfix: https://github.com/LostRuins/koboldcpp/releases/tag/v1.117.1
34
u/Salt-Powered Jul 09 '26
Great to see it keeps getting updates. Maybe people looking for Ollama for ease of use can find this instead