Get Started
Get Mole running in under 5 minutes.
Step 1: Install the Extension
- Go to the Download page and download the latest release
- Unzip the downloaded file
- Open
chrome://extensions/in Chrome - Enable Developer Mode (top right corner)
- Click Load unpacked and select the unzipped folder
- Pin Mole to your toolbar for easy access
Want to build from source?
See the Development Guide for instructions on building from the repository.
Step 2: Connect an AI Model
Mole needs an AI service to do its thinking. Set it up once and you're good to go.
- Right-click the Mole icon in your toolbar, select Options
- Fill in your AI service details:
- API Endpoint — e.g.
https://api.openai.com/v1 - API Key — your API key
- Model — e.g.
gpt-4o-miniorgpt-4o
- API Endpoint — e.g.
- Click Save
Which AI services work?
Any service that supports the OpenAI API format and Function Calling (tool use):
- OpenAI —
https://api.openai.com/v1 - Azure OpenAI — your Azure endpoint
- Claude — via OpenAI-compatible proxy
- Ollama (local) —
http://localhost:11434/v1 - LM Studio (local) —
http://localhost:1234/v1 - Any other OpenAI-compatible service
Step 3: Try It Out
Visit any webpage and press Cmd+M (Mac) or Ctrl+M (Windows).
Try typing:
- "What is this page about?"
- "Take a screenshot"
- "Search for iPhone 16 on Amazon and show me the top 5 results"
Mole works in the background and brings you the results.
Next Steps
- Your First Task — A guided walkthrough
- What Can Mole Do? — Browse use cases and examples
- Record a Workflow — Teach Mole to repeat tasks for you
- Configuration Details — Advanced settings
