Clawdbot LogoClawdbot
  • Install
  • Integrations
  • Cost
  • Testimonials
  • FAQ
  • Dashboard
  • Install
  • Integrations
  • Cost
  • Testimonials
  • FAQ
  • Dashboard
Clawdbot AI
OPEN SOURCE • SELF-HOSTED • 100+ INTEGRATIONS

Clawdbot
Personal AI Assistant

The AI That Actually Does Things.

Meet Clawdbot AI, the open-source, self-hosted personal AI assistant that clears your inbox, manages your calendar, and integrates with 100+ platforms like WhatsApp, Telegram, Discord, and Slack. Run it on your Mac mini, PC, or Linux machine with full privacy control.

Get Started

What is Clawdbot AI?

FeatureClawdbot AIConventional AI
HostingSelf-hosted on your deviceCloud-based
PrivacyFull control, your data stays localData sent to third parties
BehaviorProactive (takes action)Passive (waits for commands)
Integrations100+ platforms & servicesLimited integrations
CustomizationFully customizable with skillsFixed capabilities
CostOne-time setup + API costsMonthly subscription

›What It Does

Self-Hosted & Private

Deploy on Mac, Windows, or Linux. Choose between cloud AI providers or run completely offline with local models. Your conversations and data never leave your control.

Universal Chat Integration

Connect through your favorite messaging platform—WhatsApp, Telegram, Discord, Slack, Signal, or iMessage. Seamlessly works in both private messages and group conversations.

Contextual Memory System

Builds a personalized understanding of your habits, preferences, and workflow over time. The more you interact, the more tailored your AI assistant becomes.

Web Automation

Navigate websites, complete forms, scrape information, and interact with web applications automatically. Your AI can handle repetitive browser tasks while you focus on what matters.

Deep System Integration

Manage files, execute terminal commands, and run custom scripts directly from chat. Configure permission levels from fully sandboxed to complete system access based on your security needs.

Extensible Architecture

Add capabilities through community-built skills or create custom plugins for your specific workflows. Advanced users can even let the AI develop and deploy its own extensions.

›How to Install Clawdbot AI

Choose your preferred installation method below. All methods work on macOS, Windows & Linux.

1. One-liner (macOS/Linux)

Installs everything automatically. Recommended for most users.

curl -fsSL https://clawd.bot/install.sh | bash

2. One-liner (Windows PowerShell)

For Windows users with PowerShell.

iwr -useb https://clawd.bot/install.ps1 | iex

3. One-liner (Windows CMD)

For Windows users with Command Prompt.

curl -fsSL https://clawd.bot/install.cmd -o install.cmd && install.cmd && del install.cmd

4. npm Package

Install via npm if you already have Node.js.

npm i -g clawdbot && clawdbot onboard

5. pnpm Package

Install via pnpm for faster package management.

pnpm add -g clawdbot && clawdbot onboard

6. Hackable (Git Clone + Installer)

For those who want to read and modify the source code.

curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method git

7. Hackable (Git Clone + pnpm Build)

Clone, build, and run from source. For advanced developers.

git clone https://github.com/clawdbot/clawdbot.gitcd clawdbot && pnpm install && pnpm run build# You built it, now meet itpnpm run clawdbot onboard

8. macOS Companion App (Beta)

Menubar access to your lobster. Works great alongside the CLI.

Download for macOS

Requires macOS 14+ · Universal Binary

After Installation

  1. 1
    Run clawdbot onboard to set up your assistant
  2. 2
    Connect your preferred chat app

    (WhatsApp, Telegram, Discord, etc.)

  3. 3
    Configure your AI model

    (Claude, GPT, Gemini, or local model)

  4. 4
    Start chatting and watch your AI assistant come to life!
📚 Official documentation🐙 GitHub repository

Works With Everything

Clawdbot integrates with 100+ platforms and services out of the box

💬WhatsApp
✈️Telegram
🎮Discord
💼Slack
🤖Claude
💬ChatGPT
✨Gemini
📧Gmail
📅Google Calendar
🐙GitHub
💬WhatsApp
✈️Telegram
🎮Discord
💼Slack
🤖Claude
💬ChatGPT
✨Gemini
📧Gmail
📅Google Calendar
🐙GitHub
📝Notion
🎵Spotify
🐦Twitter/X
📊Airtable
🔗Zapier
📺YouTube
🎨Figma
💳Stripe
📦Dropbox
☁️AWS
📝Notion
🎵Spotify
🐦Twitter/X
📊Airtable
🔗Zapier
📺YouTube
🎨Figma
💳Stripe
📦Dropbox
☁️AWS
View All 100+ Integrations

Understanding Clawdbot Cost

Hardware Requirements

Clawdbot can run on various devices. A Mac mini is a popular choice for its balance of performance and energy efficiency:

  • Mac mini M2: $599 (one-time cost)
  • Raspberry Pi 4: $75 (budget option)
  • Existing PC/Mac: $0 (use what you have)

API Costs

The primary ongoing clawdbot cost comes from AI model API usage:

  • Claude API: ~$5-20/month (depending on usage)
  • GPT-4 API: ~$10-30/month
  • Gemini API: Free tier available, then pay-as-you-go

Total estimated monthly cost: $5-50 depending on your usage and chosen models.

Why Self-Hosting Saves Money

Compared to subscription-based AI assistants ($20-50/month), clawdbot offers:

  • No monthly subscription fees
  • Pay only for what you use (API calls)
  • Full control over costs and usage
  • One-time hardware investment

What People Are Saying

Sarah Chen

Sarah Chen

Product Manager

"Clawdbot has transformed how I manage my workflow. It automatically triages my emails, schedules meetings, and even drafts responses. The WhatsApp integration is a game-changer!"

Marcus Rodriguez

Marcus Rodriguez

Software Engineer

"As a developer, I love that clawdbot is open-source and self-hosted. I've customized it with my own skills, and it now handles my GitHub notifications and deploys code automatically."

Emily Watson

Emily Watson

Entrepreneur

"Running clawdbot on my Mac mini has been incredibly cost-effective. No monthly subscriptions, just pay-as-you-go API costs. Plus, my data stays private!"

David Kim

David Kim

Freelance Designer

"The Discord and Telegram integrations are perfect for managing my client communications. Clawdbot helps me stay on top of everything without being glued to my phone."

Lisa Anderson

Lisa Anderson

Marketing Director

"I was skeptical about self-hosting, but the installation was surprisingly easy. Now clawdbot manages my calendar, sends reminders, and even generates social media content drafts."

Alex Thompson

Alex Thompson

Data Scientist

"The skills system is incredibly powerful. I've built custom automations for data analysis and reporting. Clawdbot has become an essential part of my daily workflow."

Frequently Asked Questions

What is Clawdbot AI?
Clawdbot AI is an open-source, self-hosted personal AI assistant that runs on your own device (Mac, PC, or Linux). Unlike cloud-based AI assistants, clawdbot gives you full control over your data while integrating with 100+ platforms like WhatsApp, Telegram, Discord, and Slack.
How do I install clawdbot on Mac?
For Mac users, the easiest way to install clawdbot is using Homebrew: brew install clawdbot. Alternatively, you can use npm: npm i -g clawdbot. After installation, run clawdbot onboard to complete the setup process.
Can I run clawdbot on a Mac mini?
Yes! A Mac mini is an excellent choice for running clawdbot. The M2 Mac mini provides plenty of power for running the AI assistant 24/7 while being energy-efficient. Many users choose Mac mini specifically for hosting clawdbot due to its reliability and low operating costs.
What AI models does clawdbot support?
Clawdbot supports multiple AI models including Claude (clawdbot claude), ChatGPT, Gemini (clawdbot gemini), and more. You can configure your preferred model during the clawdbot setup process. The clawdbot gateway allows you to switch between different AI providers seamlessly.
How much does clawdbot cost to run?
Clawdbot itself is free and open-source. The main clawdbot cost comes from AI API usage, typically $5-50/month depending on your usage. Hardware costs vary: you can use an existing computer ($0), a Raspberry Pi ($75), or a Mac mini ($599). There are no monthly subscription fees.
Where can I find the clawdbot source code?
The clawdbot source code is available on GitHub at github.com/clawdbot/clawdbot. You can clone the repository, contribute to the project, or customize it for your specific needs. The github clawdbot community is active and welcoming to contributors.
What are clawdbot skills?
Clawdbot skills are modular capabilities that extend what your AI assistant can do. Skills can automate tasks like email management, calendar scheduling, data analysis, and more. You can create custom clawdbot skills using JavaScript/TypeScript or install community-created skills from the marketplace.
Can I use clawdbot with Discord and Telegram?
Yes! Clawdbot has built-in integrations for both clawdbot discord and clawdbot telegram. You can configure these during the clawdbot setup process. The AI assistant can read messages, respond to commands, and take actions across these platforms automatically.
Is my data private with clawdbot?
Yes! Since clawdbot is self-hosted on your own device, all your data stays under your control. Unlike cloud-based AI assistants, your conversations and personal information never leave your machine unless you explicitly configure external integrations.
How do I get started with clawdbot?
Getting started is easy: 1) Install clawdbot using Homebrew or npm, 2) Run clawdbot onboard to configure your API keys and integrations, 3) Start the assistant with clawdbot start. The entire clawdbot install process takes about 10-15 minutes.
What's the difference between clawdbot and ChatGPT?
While ChatGPT is a passive chatbot that waits for your input, clawdbot is a proactive AI assistant that can take actions on your behalf. Clawdbot integrates with 100+ platforms, runs on your own hardware for privacy, and can be customized with skills. You can even use ChatGPT's API as the underlying AI model for clawdbot.
Can I contribute to the clawdbot project?
Absolutely! Clawdbot is open-source and welcomes contributions. You can contribute code, create new skills, improve documentation, or report bugs on the github clawdbot repository. Check out the contributing guidelines in the repo to get started.

Product

  • What is Clawdbot
  • Installation
  • Integrations
  • Pricing

Resources

  • Documentation
  • GitHub
  • FAQ
  • Support

Community

  • Discord
  • Telegram
  • Twitter
  • Discussions

Company

  • About
  • Blog
  • License
  • Privacy

© 2026 Clawdbot. Open source under MIT License. Built with ❤️ by the community.