Components Overview
FractalMind AI currently spans 18 repositories organized into four operating surfaces.
1. OS Kernel & Governance
These repositories define how the system discovers work, governs action, and records durable state.
| Component | Repo | Role |
|---|---|---|
| oh-my-code | GitHub | Reference workspace where the heartbeat-driven OS runs |
| fractalmind-okrs | GitHub | Candidate OKR publication and review surface |
| agent-manager | GitHub | Execution plane for tmux-based agents |
| team-manager | GitHub | Team orchestration and lead-based coordination |
| okr-manager | GitHub | Goal lifecycle and progress tracking |
| .github | GitHub | Shared org-level workflows and public profile surface |
2. Execution & Collaboration Interfaces
These repositories connect humans, agents, and tools.
| Component | Repo | Role |
|---|---|---|
| fractalbot | GitHub | Multi-channel routing across Slack, Telegram, Discord, Feishu, etc. |
| team-chat | GitHub | File-backed team collaboration and audit trail |
| use-fractalbot | GitHub | Agent-side outbound messaging skill |
| agent-browser | GitHub | Browser automation skill |
| use-phone | GitHub | Android / ADB control skill |
| turbo-frequency | GitHub | Dynamic heartbeat frequency control |
3. Protocol & Runtime
These repositories extend FractalMind into public trust, distributed execution, and visualization.
| Component | Repo | Role |
|---|---|---|
| fractalmind-protocol | GitHub | Optional on-chain trust layer on SUI |
| fractalmind-envd | GitHub | Runtime for remote / distributed agent execution |
| explorer | GitHub | Public visualization surface |
| openclaw-gateway-app | GitHub | Gateway-facing application surface |
4. Applications & Distribution
These are end-user or public-facing surfaces built on top of the stack.
| Component | Repo | Role |
|---|---|---|
| fractalmind-ai.github.io | GitHub | Public documentation site |
| typemind-android | GitHub | Android AI keyboard product surface |
What Matters Most Right Now
The daily operating core today is:
oh-my-code + heartbeat + memory + fractalmind-okrs + agent-manager + fractalbotThat is the current center of gravity.
The protocol, envd, and explorer still matter — but they are now part of a broader OS-first story instead of the whole story by themselves.
Installation
Skills continue to be distributed via openskills:
bash
npx openskills install fractalmind-ai/<skill-name>The protocol SDK remains available via npm when you need the trust layer:
bash
npm install @anthropic-ai/fractalmind-sdk