Founder OS turns Claude Code into a unified business command center — handling email, meetings, clients, reports, and operations so you can focus on building your business.
Open-source. Free. No signup required.
npx founder-osProduct Site | Blog | NaluForge
Founder OS is an AI-powered business automation plugin for Claude Code. It gives founders a single command-line interface to triage email, prepare for meetings, generate reports, manage clients, publish content, and run dozens of other workflows that typically eat hours of your week.
Instead of clicking through menus and filling out forms, you tell Claude what you need — "prep me for my 2pm with Acme Corp" or "triage my inbox and draft replies" — and it happens. 35 command namespaces, 10 agent teams, and a cross-namespace memory engine work together so every command gets smarter the more you use it.
Your data stays on your machine. Founder OS stores everything locally in SQLite databases and plain files. Your Notion workspace serves as your structured command center, but nothing leaves the tools you already control. No telemetry, no analytics, no data harvesting.
1. Install
npx founder-os2. Connect your workspace
/founder-os:setup:notion-hq
/founder-os:setup:verify3. Run your first command
/founder-os:briefing:briefingFor the full setup walkthrough, see the Getting Started Guide.
Tame the chaos of email, meetings, and follow-ups.
/founder-os:briefing:briefing # Structured daily briefing from calendar, email, and tasks
/founder-os:inbox:triage # AI-categorize and prioritize your unread email
/founder-os:followup:check # Surface overdue follow-ups that need attention
/founder-os:morning:sync # Pull Gmail, Calendar, Notion, Slack into one viewGenerate reports, invoices, proposals, and contracts — without templates or formatting headaches.
/founder-os:report:generate --data=./q1-metrics.csv # Analysis report from data
/founder-os:invoice:batch # Process invoice files into Notion
/founder-os:proposal:from-brief # Turn a brief into a full proposal
/founder-os:contract:analyze # Analyze a contract for risksConnect Gmail, Google Drive, Notion, Slack, and your CRM into a single workflow.
/founder-os:crm:sync-email # Sync emails into your Notion CRM
/founder-os:drive:search # Search Google Drive with natural language
/founder-os:slack:digest # Get a summary of what you missed in Slack
/founder-os:client:brief "Acme Corp" # Pull a client dossier from all sourcesTrack your ROI, build reusable workflows, and capture what you learn.
/founder-os:savings:weekly # Hours and dollars FOS saved you this week
/founder-os:workflow:create # Build a reusable multi-step automation
/founder-os:goal:create # Set a goal with milestones and tracking
/founder-os:learn:log # Capture a lesson learned for future reference| 35 Namespaces | 120+ Commands | 10 Agent Teams | 6 Integrations |
|---|---|---|---|
| Organized by function | Ready to use | Parallel AI workers | Gmail, Drive, Notion, Slack, Filesystem, Social |
Founder OS remembers how you work. Every command run trains the Memory Engine on your preferences — which clients you prioritize, how you like reports formatted, what follow-up cadence you use. Over time, it adapts automatically.
The Intelligence Engine learns from your corrections. When you adjust an output, it logs the pattern and applies it next time. It also includes self-healing: if a data source is temporarily unavailable, Founder OS automatically retries or switches to a fallback path.
Complex tasks like daily briefings use specialized agent teams. Multiple agents work in parallel — one fetches your calendar, another scans email, a third checks Notion tasks — and a lead agent merges the results. Activate teams with the --team flag.
Scout finds new tools and MCP servers that can extend your setup. Search for integrations, browse what is available, and install with a single command. Think of it as an app store for your AI workspace.
Chain any combination of commands into a repeatable workflow. Build it once, schedule it to run on a timer. A morning routine might chain morning:sync, inbox:triage, and briefing:briefing into a single command that runs every weekday.
- Getting Started Guide — Install and run your first commands
- Command Reference — All 35 namespaces and 120+ commands
- Agent Teams — Multi-agent patterns and team configurations
- Architecture Deep Dives — Memory Engine, Intelligence Engine, Dispatcher, Hooks
- Extending Founder OS — Custom namespaces, workflows, and Scout
- fos.naluforge.com — Product site and documentation
- blog.naluforge.com — Tutorials, insights, and updates
- now.naluforge.com — NaluForge — AI Automation, Subscribed
Contributions are welcome! Whether it is a bug fix, new command, documentation improvement, or feature suggestion — we appreciate your help.
See CONTRIBUTING.md for development setup, coding standards, and the PR process.
MIT — Copyright (c) 2026 NaluForge / Founder OS