> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/anomalyco/opencode/llms.txt
> Use this file to discover all available pages before exploring further.

# Ecosystem

> Community projects and integrations built with OpenCode

A collection of community projects built on OpenCode.

<Note>
  Want to add your OpenCode related project to this list? Submit a PR to the [OpenCode repository](https://github.com/anomalyco/opencode).
</Note>

You can also check out [awesome-opencode](https://github.com/awesome-opencode/awesome-opencode) and [opencode.cafe](https://opencode.cafe), a community hub that aggregates the ecosystem and connects contributors.

## Plugins

Extend OpenCode's functionality with community-built plugins.

<CardGroup cols={2}>
  <Card title="opencode-daytona" icon="box" href="https://github.com/jamesmurdza/daytona/blob/main/guides/typescript/opencode/README.md">
    Automatically run OpenCode sessions in isolated Daytona sandboxes with git sync and live previews
  </Card>

  <Card title="opencode-helicone-session" icon="chart-line" href="https://github.com/H2Shami/opencode-helicone-session">
    Automatically inject Helicone session headers for request grouping
  </Card>

  <Card title="opencode-type-inject" icon="code" href="https://github.com/nick-vi/opencode-type-inject">
    Auto-inject TypeScript/Svelte types into file reads with lookup tools
  </Card>

  <Card title="opencode-openai-codex-auth" icon="key" href="https://github.com/numman-ali/opencode-openai-codex-auth">
    Use your ChatGPT Plus/Pro subscription instead of API credits
  </Card>

  <Card title="opencode-gemini-auth" icon="gem" href="https://github.com/jenslys/opencode-gemini-auth">
    Use your existing Gemini plan instead of API billing
  </Card>

  <Card title="opencode-antigravity-auth" icon="rocket" href="https://github.com/NoeFabris/opencode-antigravity-auth">
    Use Antigravity's free models instead of API billing
  </Card>

  <Card title="opencode-devcontainers" icon="container-storage" href="https://github.com/athal7/opencode-devcontainers">
    Multi-branch devcontainer isolation with shallow clones and auto-assigned ports
  </Card>

  <Card title="opencode-google-antigravity-auth" icon="magnifying-glass" href="https://github.com/shekohex/opencode-google-antigravity-auth">
    Google Antigravity OAuth Plugin, with support for Google Search, and more robust API handling
  </Card>

  <Card title="opencode-dynamic-context-pruning" icon="scissors" href="https://github.com/Tarquinen/opencode-dynamic-context-pruning">
    Optimize token usage by pruning obsolete tool outputs
  </Card>

  <Card title="opencode-websearch-cited" icon="globe" href="https://github.com/ghoulr/opencode-websearch-cited.git">
    Add native websearch support for supported providers with Google grounded style
  </Card>

  <Card title="opencode-pty" icon="terminal" href="https://github.com/shekohex/opencode-pty.git">
    Enables AI agents to run background processes in a PTY, send interactive input to them
  </Card>

  <Card title="opencode-shell-strategy" icon="command" href="https://github.com/JRedeker/opencode-shell-strategy">
    Instructions for non-interactive shell commands - prevents hangs from TTY-dependent operations
  </Card>

  <Card title="opencode-wakatime" icon="clock" href="https://github.com/angristan/opencode-wakatime">
    Track OpenCode usage with Wakatime
  </Card>

  <Card title="opencode-md-table-formatter" icon="table" href="https://github.com/franlol/opencode-md-table-formatter/tree/main">
    Clean up markdown tables produced by LLMs
  </Card>

  <Card title="opencode-morph-fast-apply" icon="bolt" href="https://github.com/JRedeker/opencode-morph-fast-apply">
    10x faster code editing with Morph Fast Apply API and lazy edit markers
  </Card>

  <Card title="oh-my-opencode" icon="wand-magic-sparkles" href="https://github.com/code-yeongyu/oh-my-opencode">
    Background agents, pre-built LSP/AST/MCP tools, curated agents, Claude Code compatible
  </Card>

  <Card title="opencode-notificator" icon="bell" href="https://github.com/panta82/opencode-notificator">
    Desktop notifications and sound alerts for OpenCode sessions
  </Card>

  <Card title="opencode-notifier" icon="bell-on" href="https://github.com/mohak34/opencode-notifier">
    Desktop notifications and sound alerts for permission, completion, and error events
  </Card>

  <Card title="opencode-zellij-namer" icon="tag" href="https://github.com/24601/opencode-zellij-namer">
    AI-powered automatic Zellij session naming based on OpenCode context
  </Card>

  <Card title="opencode-skillful" icon="graduation-cap" href="https://github.com/zenobi-us/opencode-skillful">
    Allow OpenCode agents to lazy load prompts on demand with skill discovery and injection
  </Card>

  <Card title="opencode-supermemory" icon="brain" href="https://github.com/supermemoryai/opencode-supermemory">
    Persistent memory across sessions using Supermemory
  </Card>

  <Card title="@plannotator/opencode" icon="pen-ruler" href="https://github.com/backnotprop/plannotator/tree/main/apps/opencode-plugin">
    Interactive plan review with visual annotation and private/offline sharing
  </Card>

  <Card title="@openspoon/subtask2" icon="diagram-project" href="https://github.com/spoons-and-mirrors/subtask2">
    Extend opencode /commands into a powerful orchestration system with granular flow control
  </Card>

  <Card title="opencode-scheduler" icon="calendar" href="https://github.com/different-ai/opencode-scheduler">
    Schedule recurring jobs using launchd (Mac) or systemd (Linux) with cron syntax
  </Card>

  <Card title="micode" icon="sitemap" href="https://github.com/vtemian/micode">
    Structured Brainstorm → Plan → Implement workflow with session continuity
  </Card>

  <Card title="octto" icon="browser" href="https://github.com/vtemian/octto">
    Interactive browser UI for AI brainstorming with multi-question forms
  </Card>

  <Card title="opencode-background-agents" icon="users" href="https://github.com/kdcokenny/opencode-background-agents">
    Claude Code-style background agents with async delegation and context persistence
  </Card>

  <Card title="opencode-notify" icon="message" href="https://github.com/kdcokenny/opencode-notify">
    Native OS notifications for OpenCode – know when tasks complete
  </Card>

  <Card title="opencode-workspace" icon="layer-group" href="https://github.com/kdcokenny/opencode-workspace">
    Bundled multi-agent orchestration harness – 16 components, one install
  </Card>

  <Card title="opencode-worktree" icon="code-branch" href="https://github.com/kdcokenny/opencode-worktree">
    Zero-friction git worktrees for OpenCode
  </Card>
</CardGroup>

## Projects

Applications and tools built on top of OpenCode.

<CardGroup cols={2}>
  <Card title="kimaki" icon="discord" href="https://github.com/remorses/kimaki">
    Discord bot to control OpenCode sessions, built on the SDK
  </Card>

  <Card title="opencode.nvim" icon="terminal" href="https://github.com/NickvanDyke/opencode.nvim">
    Neovim plugin for editor-aware prompts, built on the API
  </Card>

  <Card title="portal" icon="mobile" href="https://github.com/hosenur/portal">
    Mobile-first web UI for OpenCode over Tailscale/VPN
  </Card>

  <Card title="opencode plugin template" icon="file-code" href="https://github.com/zenobi-us/opencode-plugin-template/">
    Template for building OpenCode plugins
  </Card>

  <Card title="opencode.nvim" icon="vim" href="https://github.com/sudo-tee/opencode.nvim">
    Neovim frontend for opencode - a terminal-based AI coding agent
  </Card>

  <Card title="ai-sdk-provider-opencode-sdk" icon="plug" href="https://github.com/ben-vargas/ai-sdk-provider-opencode-sdk">
    Vercel AI SDK provider for using OpenCode via @opencode-ai/sdk
  </Card>

  <Card title="OpenChamber" icon="window" href="https://github.com/btriapitsyn/openchamber">
    Web / Desktop App and VS Code Extension for OpenCode
  </Card>

  <Card title="OpenCode-Obsidian" icon="book" href="https://github.com/mtymek/opencode-obsidian">
    Obsidian plugin that embeds OpenCode in Obsidian's UI
  </Card>

  <Card title="OpenWork" icon="briefcase" href="https://github.com/different-ai/openwork">
    An open-source alternative to Claude Cowork, powered by OpenCode
  </Card>

  <Card title="ocx" icon="box-open" href="https://github.com/kdcokenny/ocx">
    OpenCode extension manager with portable, isolated profiles
  </Card>

  <Card title="CodeNomad" icon="laptop-mobile" href="https://github.com/NeuralNomadsAI/CodeNomad">
    Desktop, Web, Mobile and Remote Client App for OpenCode
  </Card>
</CardGroup>

## Agents

Pre-configured agents and agent frameworks for specialized workflows.

<CardGroup cols={2}>
  <Card title="Agentic" icon="robot" href="https://github.com/Cluster444/agentic">
    Modular AI agents and commands for structured development
  </Card>

  <Card title="opencode-agents" icon="users-gear" href="https://github.com/darrenhinde/opencode-agents">
    Configs, prompts, agents, and plugins for enhanced workflows
  </Card>
</CardGroup>

## Get Involved

Build something with OpenCode? Share it with the community:

* Submit a PR to add your project to this list
* Join the [OpenCode Discord](https://opencode.ai/discord)
* Check out [awesome-opencode](https://github.com/awesome-opencode/awesome-opencode) for more resources
