🍎
Recommended for beginnersmacOS Installation
Mac / Mac Mini setup guide
Why Mac?
- • Native Apple Silicon performance
- • Run Ollama locally for free AI
- • Perfect "always-on" home server with Mac Mini
- • No cloud costs - runs on your own hardware
Requirements
macOS Version
12.0+ (Monterey or later)
RAM
8GB+ (16GB for Ollama)
Storage
10GB free space
Processor
Apple Silicon or Intel
Installation Steps
1
Install Homebrew (if not installed)
Homebrew is the package manager for macOS.
$
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"2
Install Node.js
Moltbot requires Node.js 18 or higher.
$
brew install node@203
Install Moltbot
This will download and set up Moltbot in your home directory.
$
curl -fsSL https://molt.bot/install | bash4
Configure your AI provider
Add your API key for Claude, GPT-4, or set up Ollama.
$
moltbot config5
Start Moltbot
Your personal AI assistant is now running!
$
moltbot startOptional: Run Free with Ollama
Install Ollama to run AI models locally with zero API costs:
Install Ollama:
$
brew install ollamaDownload a model:
$
ollama pull llama3.1Configure Moltbot to use Ollama:
$
moltbot config --provider ollama --model llama3.1Next Steps
Connect Moltbot to your favorite messaging apps.