Skip to content

Instantly share code, notes, and snippets.

View mdferin's full-sized avatar
🏠
Working from home

Rocket Tv Malaysia mdferin

🏠
Working from home
View GitHub Profile
@mdferin
mdferin / gist:feb7a900e6ccbd900457138b98e64e0f
Created February 25, 2026 01:05
ZeroClaw With Ollama Local ~
# ZeroClaw + Ollama: Full Setup Guide
## Step 1: Update Your System
```bash
sudo apt update && sudo apt upgrade -y
```
---