agentscope-ai/qwenpaw

Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 24th, 2026
Open Issues & Pull Requests: 895 (+0)
Number of forks: 3,049
Total Stargazers: 34,741 (-2)
Total Subscribers: 107 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 hours
Mean response time: 4.3 days
90th percentile: 3.7 days
Tracked items: 3,418

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 48% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 596
New in 7 days: 87
Closed in 7 days: 99
Avg open age: 89 days
Stale 30+ days: 432
Stale 90+ days: 284

Recent activity

Opened in 7 days: 76
Closed in 7 days: 82
Comments in 7 days: 31
Events in 7 days: 136

Top labels

  • bug (1,276)
  • enhancement (882)
  • question (725)
  • invalid (88)
  • model configure (74)
  • channel (61)
  • context and memory (42)
  • release-duty (37)

Detailed Description

QwenPaw is a personal AI assistant that runs locally or in the cloud with extensible capabilities and multi-channel connectivity.

The tool addresses the need for a self-hosted AI assistant that maintains continuity across conversations while remaining under user control. It implements a three-layer memory system combining live working context, full conversation history, and an evolving personal knowledge base. The system can run locally using QwenPaw-Flash models without requiring API keys or cloud dependencies, while also supporting integration with Ollama, LM Studio, and multiple cloud providers. Security is enforced through kernel-level sandboxing, tool guards, file guards, and skill scanning that block dangerous commands before execution.

Developers should choose this tool if they need a self-hosted AI assistant with data privacy guarantees and the ability to extend functionality through skills and plugins. It suits projects requiring multi-channel communication across platforms like DingTalk, Lark, WeChat, Discord, Telegram, and iMessage from a single instance. The unified file workspace makes it appropriate for code review and document processing workflows. The multi-agent architecture with independent memory and skills enables spawning sub-agents at runtime for parallel task execution.

The project shows active development with regular updates to core functionality and feature additions. The codebase demonstrates ongoing refinement of the agent architecture and memory systems. Community engagement is evident through documentation in multiple languages and an established plugin marketplace. The tool maintains backward compatibility while expanding integration options with external systems through MCP support.