Kumar Abhirup had a simple question: what do serious OpenClaw users actually do with it?
He asked 25 of them. The answers were almost identical. Every person had cobbled together some version of the same workflow: find leads on LinkedIn, enrich their contact details, draft personalized outreach, track responses, update their CRM. The tools were different. The pain was the same. Manual, fragmented, and slow.
So he built DenchClaw.
What started as a weekend project called Ironclaw landed on Hacker News, got retweeted by Garry Tan — the CEO of Y Combinator — and hit 1,000 GitHub stars in two days. Users spent over $3,000 in API fees on launch day alone, processing roughly 600 million tokens. The name changed after a naming conflict with NearAI's Ironclaw, but the momentum didn't slow down.
DenchClaw is an open-source, locally hosted AI CRM and outreach automation tool built on top of OpenClaw. It runs entirely on your machine. Your data never leaves localhost. And you install it with a single command.
TL;DR
DenchClaw | |
Built on | OpenClaw |
Developer | Kumar Abhirup, Dench.com |
License | MIT (open source) |
Install | npx denchclaw |
Runs at | localhost:3100 |
Database | Local DuckDB |
Cost | Free (pay only for LLM API calls) |
HN reception | |
GitHub stars | 1,000+ in first 2 days |
What DenchClaw Actually Does
DenchClaw gives you a CRM that you talk to.
Once installed, it opens a web interface at localhost:3100. You get a workspace with object tables — contacts, companies, customers, founders — and a chat panel. Instead of clicking through dropdown menus to filter your pipeline, you type in plain English. "Show me all founders from the YC Winter 2026 batch who haven't responded to outreach." DenchClaw translates that into SQL, queries your local DuckDB database, and returns the results.
But it goes beyond queries. According to denchclaw.com's official documentation and daily.dev's project summary, DenchClaw doesn't just answer questions — it takes action. It can browse the web, query databases, write code, and manage your sales pipeline as an active agent.
The most distinctive capability: DenchClaw uses your existing Chrome profile. That means it has access to your authentication sessions, cookies, and browsing history. It logs into LinkedIn as you. It scrapes YC batch data as you. It sends outreach messages as you. There's no OAuth dance, no API token setup, no rate-limit negotiation. If you're already logged into a platform in Chrome, DenchClaw can use it.
The Four Things It's Built For
According to Kumar Abhirup's post-launch summary on LinkedIn and the original Hacker News thread, DenchClaw is designed around four core workflows that came up repeatedly in his research with 25 OpenClaw power users:
1. Lead discovery and enrichment
DenchClaw can scrape LinkedIn, pull YC batch data, and build contact lists autonomously. It finds leads, fills in missing details — email addresses, company information, LinkedIn URLs — and stores them in your local database without manual data entry.
2. Personalized outreach at scale
Once leads are in your database, DenchClaw drafts and sends personalized messages based on criteria you define. It operates through your existing LinkedIn and email sessions, so messages come from your actual account. You can set conditions — "only message founders at seed-stage companies who have 50+ employees" — and let the agent work through the list.
3. Pipeline tracking
DenchClaw uses a Kanban-style interface that updates automatically based on responses. When a prospect replies, their card moves. When a deal closes, the database updates. According to dailyoilfutures.com's coverage, the pipeline provides visual progress tracking and response rate monitoring without manual intervention.
4. Natural language database queries
Ask questions in plain English — DenchClaw translates to SQL, queries your DuckDB, and returns structured results. The demo on the official website shows a query against 200 YC founder records with 18 fields returning filtered, structured output in seconds.
How DenchClaw Differs From Salesforce and HubSpot
The comparison is worth making directly, because that's the implicit pitch.
Salesforce and HubSpot are cloud-hosted platforms. Your data lives on their servers. You pay a monthly subscription — Salesforce starts at $25 per user per month for the basic tier, scaling to hundreds of dollars for sales automation features. Both platforms require you to configure integrations through official APIs with rate limits and authentication overhead.
DenchClaw is the opposite of all of that.
Salesforce / HubSpot | DenchClaw | |
Hosting | Cloud | Your machine (localhost) |
Data ownership | Vendor's servers | Your DuckDB file |
Cost | $25–$300+/user/month | Free + LLM API costs |
Setup | Days to weeks | One command |
LinkedIn outreach | Via approved API (limited) | Via your Chrome session |
Customization | Via admin configuration | Via OpenClaw skills |
AI capability | Add-on features | Core architecture |
The trade-off is real: Salesforce has enterprise security, audit logs, team permissions, and vendor support. DenchClaw has none of that. What it has instead is local data ownership, zero subscription cost, and an AI agent that can operate across any platform you're already logged into — not just the ones that have approved API integrations.
The HackerNews discussion captured the divide well. One commenter wrote that DenchClaw represents "the most compelling argument I've seen for why enterprise SaaS might actually be in trouble." Another pointed out it won't replace Salesforce for a 500-person sales team. Both are right.
How to Install DenchClaw
Installation is a single command, according to the GitHub repository and npm package documentation:
npx denchclaw
This runs the onboarding flow, sets up a dedicated OpenClaw profile called dench, and starts the web server. The interface opens at localhost:3100. Requirements: Node.js 22 or later.
For subsequent runs:
npx denchclaw start # start the web server
npx denchclaw stop # stop the web server
npx denchclaw restart # restart
npx denchclaw update # update to latest version
DenchClaw uses OpenClaw's profile system under the hood. You can pass any OpenClaw command through the dench profile:
openclaw --profile dench gateway restart
The npm package is actively maintained — version 2.3.2 was published at the time of this writing. The MIT license means you can fork it, modify it, and self-host it without restriction. Over 50 integrations are available at launch, including Google Drive, Notion, Gmail, Slack, GitHub, and ClickUp. If you're new to the OpenClaw ecosystem, our guide to the most popular OpenClaw skills covers which community-built extensions are worth adding first.
The Trade-offs You Should Know
DenchClaw is days old at the time of this writing. That's not a criticism — it's context.
The 600 million tokens processed on launch day is an impressive stress test. It also means the first wave of real-world bugs has just begun to surface. Kumar Abhirup's vision — described in dailyoilfutures.com's coverage — is for DenchClaw to eventually become a foundation for controlling Mac systems entirely through natural language. That's a significant scope extension from a CRM tool.
The Chrome session approach deserves specific attention. Using your existing browser profile to operate LinkedIn and other platforms means DenchClaw has broad access to your authenticated sessions. That's the feature that makes it powerful — and the feature that makes careful permission management important. For a full breakdown of OpenClaw's security model and what to watch out for, see our guide on is OpenClaw safe.
Finally: DenchClaw is built for Mac. The documentation and official website describe it as "AI CRM, hosted locally on your Mac." Windows and Linux support is not documented at launch.
Wondering how AI like this can help your business? Solvea uses the latest AI to answer your customer calls, emails, and chats — 24/7, no setup required. |
Frequently Asked Questions
What is DenchClaw and how does it work?
DenchClaw is an open-source, locally hosted AI CRM built on OpenClaw, developed by Kumar Abhirup of Dench.com. It runs at localhost:3100 on your Mac, stores data in a local DuckDB database, and lets you manage contacts, run outreach, and query your pipeline using plain English. It uses your existing Chrome sessions to operate LinkedIn and other platforms as you, without requiring API integrations. Install with npx denchclaw.
How do I install DenchClaw?
Run npx denchclaw in your terminal. This runs onboarding, sets up a dedicated OpenClaw profile, and opens the web interface at localhost:3100. Requirements: Node.js 22+. Subsequent commands are npx denchclaw start, stop, restart, and update. The project is MIT licensed on GitHub at github.com/DenchHQ/DenchClaw.
Is DenchClaw free?
The software is free and open source (MIT license). You pay only for LLM API calls — the same model as base OpenClaw. On launch day, early users collectively spent over $3,000 in API costs processing 600 million tokens, suggesting moderate-to-heavy CRM use runs approximately $5–20 per day depending on outreach volume and model choice.
The Bottom Line
DenchClaw answers a question that a lot of people have been quietly asking: if OpenClaw can already automate almost anything, why do we still pay monthly subscriptions to cloud CRM platforms that don't actually do the work?
The answer, for now, is that enterprise CRM platforms offer things DenchClaw doesn't — team permissions, audit trails, vendor support, compliance certifications. Those things matter to large organizations. They don't matter much to a solo founder, a small sales team, or an indie developer who just needs to run outreach to 200 YC founders without building a custom integration stack.
For that audience, DenchClaw is the first genuinely compelling alternative. The 1,000 GitHub stars in two days and the $3,000 in first-day API spend say the same thing: people were waiting for exactly this.













