
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
kernelbot.io | npm | GitHub
An AI-powered Telegram assistant that runs a multi-agent swarm on your machine. Send a message and KernelBot dispatches specialized AI workers that write code, run commands, open pull requests, manage servers, and browse the web — all in parallel, all from Telegram.
You (Telegram) → Orchestrator (your chosen model)
↓ dispatch_task
┌───────────┼───────────────┐
↓ ↓ ↓
Coding Browser System DevOps Research
Worker Worker Worker Worker Worker
/brain or /orchestrator.npm install -g kernelbot
kernelbot
On first run, KernelBot walks you through picking a provider, entering API keys, and setting up your Telegram bot token. Config is saved to ~/.kernelbot/.
| Command | What it does |
|---|---|
/brain | Switch the worker AI model |
/orchestrator | Switch the orchestrator model |
/skills | Browse and activate persona skills |
/jobs | List running and recent jobs |
/cancel | Cancel running job(s) |
/life | Life engine status, pause/resume/trigger |
/journal | Read journal entries |
/memories | Browse or search memories |
/evolution | Self-improvement proposals and history |
/auto | Manage recurring automations |
/context | Show conversation context |
/clean | Clear conversation history |
/browse <url> | Browse a website |
/help | Show help |
| Worker | Tools | Best for |
|---|---|---|
| Coding | shell, files, git, GitHub, Claude Code | Writing code, fixing bugs, creating PRs |
| Browser | web search, browse, screenshot, extract | Web research, scraping, screenshots |
| System | shell, files, process, monitor, network | OS tasks, monitoring, diagnostics |
| DevOps | shell, files, Docker, process, monitor, network, git | Deployment, containers, infrastructure |
| Research | web search, browse, shell, files | Deep web research and analysis |
Config auto-detected from ./config.yaml or ~/.kernelbot/config.yaml. Environment variables go in .env or ~/.kernelbot/.env.
orchestrator:
provider: anthropic # anthropic | openai | google | groq
model: claude-opus-4-6
max_tokens: 8192
brain:
provider: anthropic # anthropic | openai | google | groq
model: claude-sonnet-4-6
max_tokens: 8192
swarm:
max_concurrent_jobs: 3
job_timeout_seconds: 300
telegram:
allowed_users: [] # empty = allow all
life:
enabled: true
self_coding:
enabled: true
See the full config reference for all options.
Telegram Bot (src/bot.js)
↓
OrchestratorAgent (src/agent.js) — 3 core tools
↓ dispatch_task / list_jobs / cancel_job
JobManager (src/swarm/) — queued → running → completed/failed/cancelled
↓
WorkerAgent (src/worker.js) — scoped tools, background execution
Both the orchestrator and workers are configurable — use any supported provider and model. All persistent data lives in ~/.kernelbot/.
WARNING: KernelBot has full access to your operating system. Only run it on machines you own and control. Always configure
allowed_usersin production.
MIT
Abdullah Al-Taheri
FAQs
KernelBot — AI engineering agent with full OS control
We found that kernelbot 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.