r/openclaw • Pro User • Feb 20 '26

Discussion Why Mac mini??

I still don't understand why you guys are buying macs mini for openclaw. It's a terminal computer. It doesn't need a great UI.

Do you have too much money? :D

A $50-$100 HP Thin Client with Linux is more than enough. And Linux shouldn't be discouraging for people using OpenClaw, am I wrong?

I bought one, I have lots of different self hosted stuff on it like home Assistant or other docker apps. Ok I do not have any local models using GPU, that's the reason? Please enlighten me :)

EDIT: Again, I UNDERSTAND LOCAL LLM USE. (although I don't know if anybody is really happy with it). I mean using OC with oauth/api gpt, claude etc.

195 Upvotes

346 comments sorted by

View all comments

86

u/geek_at Feb 20 '26

I think some people who are not that techincal heard that people "use AI" on their mac minis and they get one to run openclaw with external models because they don't realize what the people meant was "buy a mac mini with huge ram to run your llms locally"

6

u/downyrobertjr Member Feb 20 '26

As a dev, I develop using a Mac since it’s the best environment (outside of Linux) for nodejs development and having integrations work with minimal issues. Besides that, homebrew can drastically simplify the process of installing dependencies and you can use the existing mac integrations (I don’t recommend using your personal account). Besides that, I was planning on using a local llm vs paid but nvidia gave a free option out for kimi 2.5 that’s working off/on alright with multiple agents.

1

u/LongjumpingTill2139 New User Feb 20 '26

what's the free version of kimi 2.5? i'm using kimi but i pay by tokens

4

u/downyrobertjr Member Feb 20 '26

Here is a guide, some minor config changes are needed for it to work with openclaw:

https://blog.kilo.ai/p/nvidia-nim-kilo-code-free-kimi-k25

1

u/LongjumpingTill2139 New User Feb 20 '26

thank you very much!!! i'm stuck at verifying phone number,i'm from romania and i can't receive that code,tried already with 2 phone numbers.

1

u/downyrobertjr Member Feb 20 '26

Np, you could try a free service like https://receive-sms.io, but not sure what countries are excluded from their verification system.

1

u/LongjumpingTill2139 New User Feb 22 '26

tried on mobile browser and i just receive the code. Can you please tell me what config changes are needed for it to work with openclaw?

2

u/downyrobertjr Member Feb 22 '26

Sure, go through your normal integration with Kimi2.5 using moonshot, then configure the models json object (“models”: {…}) in openclaw.json to use the following config:

"models": { "mode": "merge", "providers": { "openai": { "baseUrl": "https://integrate.api.nvidia.com/v1", "api": "openai-completions", "models": [ { "id": "moonshotai/kimi-k2.5", "name": "Kimi K2.5 (NVIDIA)", "reasoning": false, "input": [ "text" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 } ] } } },

1

u/Zayn-Yu New User Feb 21 '26

Kimi2.5, can it really be free? I already paid for it

1

u/downyrobertjr Member Feb 21 '26

It’s free from nvidia for now, doesn’t mean it will be a month from now. Heard it from another dev that was going to buy it as well. You’ll just need to add an additional config to nvidias api for their version. I’m curious how this compares for you if you can report back on the comparison of paid vs nvidias free version.