by suitedaces
macOS app for 24/7 AI agents in an IDE with memory, scheduled tasks, browser use + access to Whatsapp, Telegram, Slack.
# Add to your Claude Code skills
git clone https://github.com/suitedaces/dorabotA 24/7 self-learning AI agent with an integrated IDE workspace that runs itself.
Works with your existing Claude Code or OpenAI Codex subscription. No extra API key needed.
Download for macOS · Website · Discord · Demo
The agent manages its own goals, tracks research, messages you on Telegram and WhatsApp, runs scheduled tasks, and remembers everything across sessions.
https://github.com/user-attachments/assets/2ec5dd22-7b47-4ec0-a60b-62380e560bd0
Recent releases turned dorabot desktop into a practical IDE-style workspace:
Daily journals, curated memory, personality config. The agent remembers decisions, preferences, and context across every session. Full-text search over all past conversations. It gets better the more you use it.
No comments yet. Be the first to share your thoughts!
Cron jobs, scheduled pulses, recurring tasks. The agent wakes up, does work, and messages you. iCal RRULE support, Apple Calendar sync (shows on Watch and iPhone).
The agent proposes goals, writes plans, and executes them. You approve from the desktop app or Telegram. Full pipeline: research, plan, review, execute, done.
The agent creates and maintains its own research for you. Topics tracked, categorized, and searchable. Point it at anything and it keeps the knowledge organized.
Same agent on WhatsApp and Telegram, with the same memory and context as desktop sessions. Send text, photos, voice, and documents.
Built-in skills for GitHub, email, macOS, PR review, and agent swarms. Browse community skills and connect MCP servers via Smithery.
Download the macOS app -- open the DMG, drag to Applications. Onboarding walks you through setup.
Requires: macOS + a Claude Code or OpenAI Codex subscription (or any API key: Claude, OpenAI, MiniMax).
git clone https://github.com/suitedaces/dorabot.git && cd dorabot
npm install && npm run build && npm link
npm run dev # gateway + desktop with HMR
dorabot -g # production gateway mode
dorabot -i # interactive terminal
dorabot -m "message" # one-off question
The onboard skill interviews you and builds:
| File | What it does |
|------|-------------|
| SOUL.md | How the agent talks and thinks |
| USER.md | Who you are, your goals, context |
| MEMORY.md | Facts that persist across sessions |
All files live in ~/.dorabot/workspace/. Edit directly or let the agent manage them.
Runtime: Local-only, no telemetry. Scoped file access (sensitive dirs blocked). Token-authenticated gateway. Configurable tool approval per channel. macOS native sandbox.
Supply chain: All dependencies are pinned to exact versions (no ^ or ~ ranges). New packages must be at least 7 days old before CI will accept them. Every PR and push runs:
npm audit across all workspaces--all-projects).npmrc enforces save-exact=true so future installs pin automatically.
To run locally:
npm audit # known vulnerabilities
snyk test --all-projects --strict-out-of-sync=false # deep scan
node scripts/check-package-age.mjs --min-days=7 # package age
Open an issue or PR on GitHub.