Running OpenClaw locally with Jetson Nano and gaming laptop using Ollama

A developer documented their solution for running OpenClaw locally to avoid cloud API costs and reliability issues. They encountered problems with cloud LLM services including Gemini and Clawd banning pro plan usage, Claude server downtime, and accumulating $200 per week in OpenAI API charges.
Hardware setup
The system uses two devices:
- Jetson Nano running OpenClaw
- 2022 MSI gaming laptop running Qwen 3.5 9B via Ollama
Implementation details
The gaming laptop wasn't designed for 24/7 operation, so they configured wake-on-LAN functionality to power it on only when needed. They used LM Studio to help select and test the appropriate model before settling on Qwen 3.5 9B.
The system implements hybrid routing: most tasks use the local LLM, but more complex tasks are automatically routed to OpenAI's API. This approach maintains functionality while significantly reducing costs.
Results
The setup now runs 24/7 and has saved substantial money compared to cloud-only solutions. The developer noted the configuration process was time-consuming and created a step-by-step video documenting the entire procedure.
📖 Read the full source: r/openclaw
👀 See Also

Inside the $20.8K MRR Feature: 60 Prompts Over 14 Months on Claude
A tutoring platform built a session summary feature with Claude in 3 hours, then refined the prompt 60+ times over 14 months. The feature drives 22% of parent conversions and contributes to $20.8K MRR.

Using Claude AI to Create Reusable App Marketing Checklists for Solo Developers
A solo iOS developer used Claude AI to build a comprehensive marketing checklist covering pre-launch, launch week, and post-launch tasks, reducing the process from two weeks to one afternoon per app.

Claude Cowork Scheduled Task Automates Browser-Based Admin Work: A Real Use Case
Claude Cowork's scheduled tasks + Chrome extension automate affiliate network publisher approvals, saving hours weekly. Manual step: log in once per session.

Postmortem: Governance System for AI Coding Projects with Claude
A developer shared a postmortem on a 2-week Claude Code project that produced 23k lines of code and 2,629 tests for approximately $100, emphasizing that the governance system was more important than the prompts. The framework is open source.