Current
CoPaw
CoPaw is an open-source personal AI assistant platform deployable on local or cloud infrastructure, with native multi-channel support for Discord, DingTalk, Feishu, and other messaging platforms, and an extensible skills framework.
Signal
CoPaw · GitHub
Context
CoPaw positions itself as a personal AI assistant infrastructure layer — deployable locally or on cloud, connectable to existing messaging workflows without requiring users to adopt a new interface. Native integrations with Discord, DingTalk, and Feishu distinguish it from browser-based tools like Open WebUI or LibreChat, targeting teams and individuals who work primarily through messaging platforms rather than dedicated chat applications. The extensible skills framework allows agents to be configured with domain-specific capabilities.
Relevance
The multi-channel messaging approach represents a distinct deployment pattern: rather than requiring users to visit a web UI, the agent meets them in the communication tools they already use. This lowers the adoption barrier for AI assistance in organizational contexts and reflects a practical understanding of where knowledge work actually happens. The Apache 2.0 license ensures permissive use across commercial and non-commercial deployments.
Current State
11.6k stars on GitHub indicates substantial community interest. Active development with Python and JavaScript components. The extensible skills framework is documented and available for community contribution.
Open Questions
- How does CoPaw handle multi-user contexts in shared messaging channels while maintaining per-user context?
- What model providers are natively supported, and how does local model routing compare to cloud API routing?
- How does the skills framework approach differ from OpenClaw's or skills.sh in practice?
Connections
CoPaw sits alongside Open WebUI, LibreChat, and AnythingLLM as a self-hosted AI assistant option, but targets a different primary interface (messaging platforms vs. web UI). The extensible skills architecture connects it to skills.sh's goal of reusable, composable agent capabilities. Its deployment flexibility — local or cloud — aligns with the local inference baseline circuit's concern for operator control over model access.
Updates
2026-03-23: GitHub stars increased from 11.6k to 13k, reflecting sustained growth in community adoption. Current activity metrics show 426 open issues and 125 pull requests.