Forking OpenClaw with a Custom LLM: A Local-Only Setup Guide
A developer on r/openclaw shared their experience forking OpenClaw to run entirely on local models, resulting in a fully customized AI gateway named JARVIS. The entire process was handled by their OpenClaw instance, Skippy, which used the qwen3.8-27 model to automate the fork, renaming packages, updating configs, and managing state directories. What took minutes, not hours, shows that building your own AI gateway is now accessible to individual developers.
Key Takeaways
- Full Local Inference: The fork runs with zero cloud dependency, using only local models.
- Customization Without Touching the Original: You can modify everything in the fork without affecting the initial OpenClaw installation.
- Multiple Instances: Two versions of OpenClaw now run side-by-side on an M2 Ultra, each with its own state dirs, both demanding GPU resources.
How the Fork Was Made
The process was simpler than expected. Skippy handled the heavy lifting, including:
- Renaming packages
- Updating configs
- Managing state directories
The result was a completely standalone gateway that runs independently of the original install.
Resource Conflicts
The developer notes that running two versions simultaneously on the same machine leads to GPU resource contention — both instances fight for the same GPU. While it works, managing resource allocation between multiple AI systems is an open challenge worth exploring.
Who This Is For
If you're a developer with a decent Mac (like the M2 Ultra) and local models, you can build your own AI gateway without a team or massive infrastructure. This approach gives you complete control and privacy.
📖 Read the full source: r/openclaw
👀 See Also

Claude skill for Devvit improves code generation accuracy from 73% to 100%
A developer created a structured SKILL.md prompt layer for Claude that provides context for Reddit's Devvit platform, improving evaluation results from 7/10 to 10/10 on common Devvit tasks by preventing specific runtime bugs.

Harnessing Claude Code for Bot Consultancy: A Deep Dive
Exploring the integration of Claude Code within bot development to enhance functionality through AI consultancy, as shared by an enthusiast on r/clawdbot.

SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
A new OpenClaw plugin integrates with SLOP (State Layer for Observable Programs), giving AI agents structured access to application state and contextual actions. The plugin auto-discovers SLOP-enabled apps via ~/.slop/providers/ and a Chrome extension bridge.
Hoplite (YC S26) Launches Cloud Deployment for Coding Agents with QA Previews
Hoplite lets you deploy coding agents in the cloud, porting over your local setup including sessions, memories, and MCP servers. It includes a custom harness and focuses on onboarding and previews for QA.