Train it on your processes, customers, and workflows. It remembers everything and gets smarter with every conversation.
Chat with your AI from anywhere — your car, a client meeting, or 11pm when you remember something important.
Your AI has eyes on the internet. It can check websites, fill forms, and gather information automatically.
Monitor your business, track metrics, and control everything from one clean interface you can access anywhere.
Set it once, let it work. Your AI handles routine tasks, sends reports, and keeps everything running 24/7.
Machine learning that adapts to your business. The more you use it, the better it understands what you need.
| Item | Cost | Notes |
|---|---|---|
| Mac Mini (M1 or newer) | $499-799 one-time | Whisper quiet, runs 24/7, ~$3/month electricity |
| Claude Max subscription | $100-200/month | The AI brain — this is the main cost |
| Internet connection | (you have this) | Needs to stay on |
| Domain name (optional) | ~$12/year | For remote access |
| Cloud server (optional) | $12-48/month | For hosting dashboards online |
Terminal is a text box where you type commands to your computer. That's it.
Think of it as texting your computer instead of clicking buttons. Instead of clicking "New Folder," you type mkdir new-folder. Same result, different method.
pwdlsclearSee? Nothing exploded. You're a Terminal user now.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
After it finishes, run the two commands it tells you (they look like):
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
curl -fsSL https://openclaw.ai/install.sh | bash
iwr -useb https://openclaw.ai/install.ps1 | iex
openclaw --version
You should see a version number. If you do, you're golden.
openclaw onboard --install-daemon
You need to connect your Claude subscription to OpenClaw:
openclaw configure --section model
Select 'Anthropic' as your provider and follow the auth prompts.
claude setup-token:claude setup-token
Then apply it:
openclaw models auth setup-token --provider anthropic
openclaw gateway start
Check that it's running:
openclaw gateway status
openclaw dashboard
Or just go to: http://localhost:18789 in your browser
System Settings → Energy → "Prevent automatic sleeping" → ON
Or run:
sudo pmset -a sleep 0 displaysleep 5 disksleep 0 autopoweroff 0 standby 0
sudo part.
System Settings → Energy → "Start up automatically after power failure" → ON
sudo pmset -a autorestart 1
System Settings → Users & Groups → Automatic Login → Select your user
So it fully boots without waiting for a password
ls ~/Library/LaunchAgents/ai.openclaw.gateway.plist
If that file exists, OpenClaw starts automatically on boot.
If it's missing: openclaw gateway install
Keeps everything running through brief power flickers
APC BE425M or CyberPower CP425SLG are good budget options
| Problem | Fix |
|---|---|
| Terminal says "command not found" | Close Terminal, open a new one, try again |
| Homebrew install fails | Run xcode-select --install first, then try again |
openclaw not found after install |
Close Terminal, open new one. If still not found: npm install -g openclaw |
| Gateway won't start | openclaw doctor to diagnose |
| Can't see the webchat | Make sure gateway is running: openclaw gateway status |
| Auth token expired | openclaw configure --section model and re-authenticate |
| Mac Mini went to sleep | Follow Section 5 to prevent sleep |
| Everything is broken | Don't panic. openclaw gateway stop then openclaw gateway start |
A React + Node.js Kanban board for managing appointments and tasks across multiple days. Color-coded priority flags, task checklists, team assignment, shift management, SLA tracking, and optional AI-powered triage.
Stack: React 18, Vite, Tailwind CSS, Express, SQLite
A searchable, AI-powered team handbook. Rich text editor, hierarchical sections, file uploads, version history, and role-based access. Your team gets instant answers with AI search instead of digging through binders.
Stack: Node.js, Express, SQLite, Quill Editor, OpenRouter AI
A complete employee portal with auth, 2FA, and role-based access. Includes schedule management, kanban notes, daily checklists, quick links, secure vault, pet photos, kudos, polls, and customizable themes.
Stack: Node.js, Express, SQLite, bcrypt, TOTP 2FA, PWA
Your operations dashboard — the same design used by a real veterinary practice. It walks you through setting up everything else.