
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
╭────────────────────╮
│ ╔╦╗╦ ╦╦ ╔╦╗╦╔═╗ │
│ ║║║║ ║║ ║ ║╚═╗ │
│ ╩ ╩╚═╝╩═╝╩ ╩╚═╝ │
╰──╮─────────────────╯
╰── your AI, your machine, every chat.
AI agent that lives in your chat apps. Controls your machine, remembers your conversations, searches your documents — with guardrails so it doesn't go rogue. OpenClaw without the bloat."
npm install
npx multis init # interactive setup wizard
multis start # run as background daemon
See the Customer Guide for full setup instructions, command reference, and troubleshooting.
┌──────────────┐ ┌──────────────┐
│ Telegram │ │ Beeper │ (WhatsApp, Signal, Discord, ...)
│ Bot API │ │ Desktop API │
└──────┬───────┘ └──────┬───────┘
│ │
┌──────▼─────────────────▼──────────────────────┐
│ Message Router │
│ commands · RAG ask · chat modes · doc upload │
└──────┬─────────┬──────────┬───────────────────┘
│ │ │
┌──────▼──┐ ┌───▼────┐ ┌───▼──────────┐
│ Skills │ │ LLM │ │ Indexer │
│ (shell, │ │ (any │ │ (PDF, DOCX, │
│ files) │ │ provider│ │ MD → FTS5) │
└─────────┘ └────────┘ └──────────────┘
│ │ │
┌──────▼─────────▼──────────▼───────────────────┐
│ SQLite (FTS5 search · activation decay) │
│ Governance (allowlist · denylist · audit log) │
└────────────────────────────────────────────────┘
Borrowed the good parts — daemon architecture, pairing flow, skill.md pattern — but made it simpler:
/ask or just type naturally. RAG pipeline searches your docs, passes context to the LLM, answers with citations./exec ls ~/Documents with governance enforcement (allowlist/denylist)/index <path>. Hierarchical chunking preserves document structure.business (auto-respond), silent (archive + search), or off (ignore)npm install -g readyNode.js (vanilla, minimal deps) · Telegraf · better-sqlite3 · pdfjs-dist · mammoth
src/
├── bot/handlers.js # Message router + all command handlers
├── platforms/ # Telegram + Beeper adapters, normalized Message
├── llm/ # bare-agent provider adapter + RAG prompts
├── indexer/ # PDF/DOCX parsing, chunking, SQLite FTS5 store
├── governance/ # Command validation + audit logging
├── skills/ # Shell exec, file read
├── config.js # ~/.multis/config.json + .env loader
└── index.js # Entry point
MIT
FAQs
A personal chatbot and assistant that runs on your computer
We found that multis 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.