
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
Built with Claude Code + Opus 4.5
VibeBot is an enhanced fork of OpenClaw (formerly ClawdBot), rebuilt and improved using Claude Code and Anthropic's Opus 4.5 model.
It's a personal AI assistant that runs on your own devices, answering you on the channels you already use — WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, WebChat, and more. It can speak and listen on macOS/iOS/Android, and render a live Canvas you control.
VibeBot takes the solid foundation of OpenClaw and enhances it with:
Runtime: Node ≥22
# Install globally
npm install -g vibebot@latest
# or: pnpm add -g vibebot@latest
# Run the onboarding wizard
vibebot onboard --install-daemon
# Start the gateway
vibebot gateway --port 18789 --verbose
# Send a message
vibebot message send --to +1234567890 --message "Hello from VibeBot"
# Talk to the assistant
vibebot agent --message "What can you help me with?" --thinking high
WhatsApp / Telegram / Slack / Discord / Signal / iMessage / Teams / WebChat
│
▼
┌───────────────────────────────┐
│ Gateway │
│ (control plane) │
│ ws://127.0.0.1:18789 │
└──────────────┬────────────────┘
│
├─ Pi agent (RPC)
├─ CLI (vibebot …)
├─ WebChat UI
├─ macOS app
└─ iOS / Android nodes
git clone https://github.com/XtraSaltyDev/VibeBot.git
cd VibeBot
pnpm install
pnpm build
# Run in development mode
pnpm dev
# Run tests
pnpm test
pnpm build — Type-check and build (tsc)pnpm lint — Lint with oxlintpnpm format — Format with oxfmtpnpm test — Run tests with vitestpnpm test:coverage — Run tests with coverageMinimal config (~/.vibebot/config.json):
{
agent: {
model: "anthropic/claude-opus-4-5"
}
}
VibeBot connects to real messaging surfaces. Treat inbound DMs as untrusted input.
Default behavior:
dmPolicy="pairing"): unknown senders receive a short pairing codevibebot pairing approve <channel> <code>dmPolicy="open" and include "*" in allowFromRun vibebot doctor to surface risky/misconfigured DM policies.
Send these in WhatsApp/Telegram/Slack/Discord/Signal/iMessage/Teams/WebChat:
/status — compact session status/new or /reset — reset the session/compact — compact session context/think <level> — off|minimal|low|medium|high|xhigh/verbose on|off/usage off|tokens|full — per-response usage footer/restart — restart the gatewayVibeBot is built on the shoulders of giants:
See CONTRIBUTING.md for guidelines.
AI/vibe-coded PRs welcome!
MIT License — see LICENSE
FAQs
VibeBot - AI-powered personal assistant built with Claude Code and Opus 4.5
The npm package vibebot receives a total of 1 weekly downloads. As such, vibebot popularity was classified as not popular.
We found that vibebot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.