Skip to content

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.

ComponentRepoRole
oh-my-codeGitHubReference workspace where the heartbeat-driven OS runs
fractalmind-okrsGitHubCandidate OKR publication and review surface
agent-managerGitHubExecution plane for tmux-based agents
team-managerGitHubTeam orchestration and lead-based coordination
okr-managerGitHubGoal lifecycle and progress tracking
.githubGitHubShared org-level workflows and public profile surface

2. Execution & Collaboration Interfaces

These repositories connect humans, agents, and tools.

ComponentRepoRole
fractalbotGitHubMulti-channel routing across Slack, Telegram, Discord, Feishu, etc.
team-chatGitHubFile-backed team collaboration and audit trail
use-fractalbotGitHubAgent-side outbound messaging skill
agent-browserGitHubBrowser automation skill
use-phoneGitHubAndroid / ADB control skill
turbo-frequencyGitHubDynamic heartbeat frequency control

3. Protocol & Runtime

These repositories extend FractalMind into public trust, distributed execution, and visualization.

ComponentRepoRole
fractalmind-protocolGitHubOptional on-chain trust layer on SUI
fractalmind-envdGitHubRuntime for remote / distributed agent execution
explorerGitHubPublic visualization surface
openclaw-gateway-appGitHubGateway-facing application surface

4. Applications & Distribution

These are end-user or public-facing surfaces built on top of the stack.

ComponentRepoRole
fractalmind-ai.github.ioGitHubPublic documentation site
typemind-androidGitHubAndroid AI keyboard product surface

What Matters Most Right Now

The daily operating core today is:

oh-my-code + heartbeat + memory + fractalmind-okrs + agent-manager + fractalbot

That 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

Released under the MIT License.