Project Roadmap

May 4, 2026 · View on GitHub

Below is our current project roadmap. Rather than pinning features to specific version numbers, we group them into what has shipped and what we're working on next:

graph LR
    B[Available now<br/>v2.0] --> U[Upcoming]

    B -.- B1[OCR<br/>since v1.2.3]
    B -.- B2[MCP server<br/>since v1.2.8]
    B -.- B3[Chrome extension<br/>since v2.0]

    U -.- U1[Command-line mode]
    U -.- U2[Plugin system]

    classDef current fill:#f9d5e5,stroke:#333,stroke-width:2px
    classDef upcoming fill:#eeac99,stroke:#333,stroke-width:2px
    class B current
    class U upcoming

Available now

  • OCR (since v1.2.3) — extract text from images locally, with no network calls.
  • MCP server (since v1.2.8) — expose pasteboard history to AI assistants via the Model Context Protocol.
  • Chrome extension (since v2.0) — sync clipboard between the browser and any paired CrossPaste device.

Upcoming

  • Command-line mode — drive CrossPaste from your terminal and shell scripts.
  • Plugin system — let the community extend CrossPaste with custom paste types and integrations.

Note: This roadmap represents our current development plans and vision for the project. As development progresses, adjustments may be made based on community feedback, technological advancements, and changing priorities. We welcome community involvement and contributions! If you're interested in helping shape the future of this project, please consider joining our community and contributing to its growth.

Your input and contributions can make a significant impact on the project's development. Whether it's through code contributions, feature suggestions, or helping with documentation, there are many ways to get involved. Check out our Contributing Guidelines to learn more about how you can participate.

Together, we can build something amazing!