Just forked OpenClaw with my own LLM — here's how it went
Today I asked Skippy (my OC partner in crime) to use qwen3.8-27 and create JARVIS, a fully customized fork of OpenClaw running entirely on local models.
What blew me away:
- It actually worked — completely standalone gateway
- Two versions of OpenClaw now running side-by-side on my M2 Ultra (both fighting for the same GPU resources 😅)
- Zero cloud dependency, all local inference
- I can customize everything without touching the original install
The process was simpler than expected. Skippy handled the heavy lifting — renaming packages, updating configs, managing state directories. The whole thing took minutes, not hours.
What's exciting to me isn't just that it works, but that this is accessible now. You don't need a team of engineers or massive infrastructure. One person with a decent Mac and some local models can build their own AI gateway.
The wild part? Running two versions simultaneously on the same machine. Both want the GPU, both have their own state dirs, both are trying to do their thing. But it works — and that's what gets me excited about this tech.
Anyone else experimenting with self-hosted forks or local-only setups? Would love to hear how you're handling resource conflicts between multiple AI systems.