First Launch & Setup
You've installed ClawDesk — great! This guide walks you through what happens the first time you open it, and how to connect your first AI provider so you can start chatting.
Opening ClawDesk for the First Time
When you launch ClawDesk, you'll see the main app window:
- Left sidebar — Navigation to all sections (Chat, Agents, Channels, etc.)
- Center area — The Chat page, where you'll type messages
- Top bar — Current page title and actions
The app starts ready to go. Before you can chat with AI, you need to tell ClawDesk which AI service to use and give it your API key (like a password that lets the app talk to the AI).
Step 1: Go to Settings
Click Settings in the left sidebar (it's near the bottom, with a gear icon).
Then click the Providers tab at the top of the Settings page.
Step 2: Choose Your AI Provider
A "provider" is just the company that runs the AI. Here are your options:
| Provider | AI Models | Free? | Best For |
|---|---|---|---|
| Ollama (local) | Llama, Mistral, Gemma, etc. | Completely free | Privacy, offline use |
| Anthropic | Claude (Sonnet, Haiku, Opus) | Pay-per-use | Best writing, reasoning |
| OpenAI | GPT-4o, GPT-4, ChatGPT | Pay-per-use | General purpose |
| Gemini Pro, Gemini Flash | Free tier available | Fast responses | |
| Local (Built-in) | Any GGUF model | Completely free | Offline, no setup needed |
If you don't want to pay anything:
- Run AI Locally → — Download free models that run on your computer
- Google Gemini — Offers a free tier with limited usage
Step 3: Add Your API Key
Pick a provider and follow the instructions below.
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Getting Your Anthropic API Key
- Go to console.anthropic.com
- Sign up or log in
- Click API Keys in the left sidebar
- Click Create Key
- Copy the key (it starts with
sk-ant-...)
Adding It to ClawDesk
- In ClawDesk, go to Settings → Providers
- Find Anthropic in the list
- Paste your API key into the API Key field
- Click Save
That's it! You can now use Claude in the Chat page.
Recommended model to start with: claude-sonnet-4-20250514 — fast, smart, and affordable.
Getting Your OpenAI API Key
- Go to platform.openai.com/api-keys
- Sign up or log in
- Click Create new secret key
- Copy the key (it starts with
sk-...)
Adding It to ClawDesk
- In ClawDesk, go to Settings → Providers
- Find OpenAI in the list
- Paste your API key into the API Key field
- Click Save
Recommended model to start with: gpt-4o — OpenAI's best and fastest.
Getting Your Google AI API Key
- Go to aistudio.google.com/apikey
- Sign in with your Google account
- Click Create API Key
- Copy the key
Adding It to ClawDesk
- In ClawDesk, go to Settings → Providers
- Find Gemini in the list
- Paste your API key into the API Key field
- Click Save
Recommended model to start with: gemini-2.0-flash — fast and free-tier eligible.
Setting Up Ollama
Ollama lets you run AI models on your own computer for free. No API key needed!
- Download and install Ollama from ollama.com
- Open your terminal and run:
ollama pull llama3.2 - Wait for the download to finish (a few minutes depending on your internet)
Adding It to ClawDesk
- In ClawDesk, go to Settings → Providers
- Find Ollama in the list
- Make sure the URL is set to
http://localhost:11434(this is the default) - Click Save
Ollama should be auto-detected. You'll see the models you've pulled available in the Chat page.
Recommended model: llama3.2 — a great free model that runs on most computers.
Step 4: Test Your Connection
After adding your API key:
- Go back to the Chat page (click "Chat" in the left sidebar)
- Type a simple message like
Hello, how are you? - Press Enter or click the Send button
- Wait for the AI to respond
If you see a response, everything is working! 🎉
What If It Doesn't Work?
| Problem | Solution |
|---|---|
| "Invalid API key" | Double-check your API key — make sure you copied the whole thing |
| "Connection error" | Check your internet connection. For Ollama, make sure it's running (ollama serve) |
| "No models available" | Make sure you saved your provider settings. For Ollama, pull a model first |
| Nothing happens | Try clicking the model name at the top of the chat to make sure one is selected |
Still stuck? Check the Troubleshooting guide →
What's Next?
Now that you're set up, explore what ClawDesk can do:
- Your First Chat → — Learn the chat interface tips and tricks
- Creating Agents → — Make specialized AI assistants
- Connecting Channels → — Connect Telegram, Discord, etc.
- Running AI Locally → — Use AI completely offline