QwenPaw

Active
GitHub Python Apache-2.0

Description

Personal AI assistant from the AgentScope team with an Agent OS architecture, three-layer memory, kernel-level sandboxing, and one instance serving DingTalk, WeChat, Telegram and more.

Key Features

  • Three-layer memory — live working context, full verbatim history, and a ReMe-powered self-evolving knowledge base that becomes searchable Markdown memory
  • Local or cloud, runs free — bundled QwenPaw-Flash models (2B/4B/9B) need no API key, and Ollama plus 14+ cloud providers also work
  • Security built in — kernel-level Sandbox, Tool Guard, File Guard, Skill Scanner, and Access Policy block dangerous commands before they run
  • Multi-agent and parallel — spawn sub-agents with their own memory and skills, orchestrated across systems via the Agent Communication Protocol
  • Reachable anywhere — one instance covers DingTalk, Lark, WeChat, Discord, Telegram, iMessage, and QQ, plus Console, TUI, and desktop apps
  • Skills and plugin marketplace — scheduling, documents, browser skills built in, with a plugin marketplace and MCP integration

Use Cases

💡 Run a fully self-hosted assistant on your machine or server and reach it from WeChat, DingTalk, and other daily channels
💡 Configure recurring jobs like news digests, report generation, and multi-channel broadcasts to run on schedule
💡 Let the assistant read and edit code and Office documents through the unified file workspace
💡 Accumulate personal preferences and project context in the self-evolving knowledge base so the assistant improves with use

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (34.8k stars)
  • Permissive open-source license (Apache-2.0)

Quick Start

# Option 1: pip install (Python 3.11+)
pip install qwenpaw
qwenpaw init --defaults
qwenpaw app
# Open http://127.0.0.1:8088 to configure your model, or use the script installer:
# curl -fsSL https://qwenpaw.agentscope.io/install.sh | bash

Related Projects

ChatLab

7.3k · TypeScript
Active A

Rediscover your social memories with local, AI-powered analysis. Import chat histories from multiple platforms and analyze them with AI agents for insights and visualization.

typescriptagentmemory +2
  • · Supports WhatsApp, LINE, WeChat, QQ, Discord, Instagram, and Telegram
  • · AI Agent + Function Calling with 24+ tools for intelligent analysis
  • · Local-first architecture — chat data stays on your device by default

MaxKB

22.7k · Python
Active A+

MaxKB is an open-source knowledge base Q&A and agent building platform powered by LLMs, with vector retrieval, workflow orchestration, and multi-model support out of the box.

knowledge-baseragchatbot +3
  • · RAG Pipeline — Document upload and online crawling with automatic splitting and vectorization to reduce hallucinations
  • · Agentic Workflow — Powerful workflow engine, function library and MCP tool-use for complex business scenarios
  • · Zero-code Integration — Seamlessly integrate into third-party business systems for smart Q&A capabilities

Kotaemon

25.7k · Python
Normal A

Kotaemon is an open-source RAG-based tool for chatting with your documents, featuring a clean chat interface and support for multiple LLM and embedding model backends.

ragdocument-qapdf +2
  • · Hybrid RAG pipeline — combines full-text and vector retrieval with re-ranking for best retrieval quality
  • · Multimodal document QA — supports PDF, HTML, XLSX formats with figure and table extraction from documents
  • · Advanced citations with document preview — relevance-scored citations with in-browser PDF viewer and highlight support

Khoj

37.0k · Python
Normal A

Khoj is a self-hostable AI second brain that answers questions from the web or your docs, builds custom agents, schedules automations, and performs deep research.

second-brainragself-hosted +2
  • · Multi-LLM support — Switch between local and cloud LLMs including llama3, qwen, gemma, mistral, gpt, claude, gemini, deepseek
  • · Multi-format document retrieval — Get answers from PDFs, Markdown, Word, Notion, org-mode, images and more
  • · Custom agent creation — Build custom agents with custom knowledge, persona, chat model and tools