SuperbeeDocs
v0.1.3Source repository

Reference

Host and platform support

Verified operating-system and AI-host integration support for the current stable Superbee release.

View Markdown

Scope

Use this page to check whether the current stable Superbee release supports your operating system and which integrations it can configure for your AI host. The facts below are verified against the current stable release evidence.

Run superbee setup in the host you want to configure. Setup inspects one host, reports the current state, and proposes at most one action. A successful read-only plan does not prove that a live host accepted the change. Restart that host when instructed, then rerun setup until it reports ready: true and complete: true.

Operating systems

PlatformCurrent stable supportRequirement or limit
macOSSupportedNode.js 20 or newer and npm are required.
LinuxSupportedNode.js 20 or newer and npm are required.
WindowsNot supportedThe current stable npm package excludes win32. Wait for a release whose package metadata and verification evidence include Windows.

Do not bypass npm's platform restriction or treat behavior present only on main as released support.

AI host integrations

HostStable platform pathAgent SkillMCP registrationSessionStart hookSetup selector
CodexmacOS and LinuxRequiredRequiredRecommendedcodex
Claude CodemacOS and LinuxRequiredRequiredRecommendedclaude-code
Claude DesktopmacOSNot availableRequiredNot availableclaude-desktop
OpenCodemacOS and LinuxNot availableRequiredRecommendedopencode

Inspect one host explicitly:

superbee setup --host <codex|claude-code|claude-desktop|opencode> --scope user

The current setup conductor has no supported selector for Cursor or other hosts. The CLI can still operate in a supported terminal environment, but that does not establish persistent Skill, MCP, or hook integration for an unlisted host.

What each integration contributes

IntegrationContribution
Installed CLIGives agents and humans the superbee command for bundle, document, structure, synchronization, and presentation operations.
Agent SkillTeaches a supported coding agent when and how to use Superbee.
MCP registrationLets a compatible host invoke Superbee's document and View presentation tools.
SessionStart hookOrients a supported coding agent to the current project and selected bundle at session start.
Private workspace catalogMakes a bundle available for explicit selection when an MCP session is not bound to a project. It does not activate that bundle in unrelated projects.

Verification and recovery

After applying a proposed setup command:

  1. Restart the named host if setup says a restart is required.

  2. Run the same host-scoped setup command in the restarted host.

  3. Continue only when the result reports both ready: true and complete: true.

If setup cannot find the intended bundle, inspect selection with superbee bundle locate. Do not create another bundle as a repair step. Continue with Setup and bundle resolution for symptom-first recovery.