# QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/agentscope-ai-qwenpaw
Generated for open source discovery and AI-assisted research.

QwenPaw is a powerful personal AI assistant designed for easy installation and deployment, either on your local machine or in the cloud. It supports multiple chat applications and offers highly extensible capabilities, making it a versatile tool for various AI-driven tasks. With its robust memory system and security features, QwenPaw aims to be an intuitive and private partner in your digital life.

GitHub: https://github.com/agentscope-ai/QwenPaw
OSRepos URL: https://osrepos.com/repo/agentscope-ai-qwenpaw

## Summary

QwenPaw is a powerful personal AI assistant designed for easy installation and deployment, either on your local machine or in the cloud. It supports multiple chat applications and offers highly extensible capabilities, making it a versatile tool for various AI-driven tasks. With its robust memory system and security features, QwenPaw aims to be an intuitive and private partner in your digital life.

## Topics

- agent
- ai-agent
- chatbot
- llms
- personal-ai-assistant
- self-hosted
- Python
- AI

## Repository Information

Last analyzed by OSRepos: Fri Aug 07 2026 17:10:37 GMT+0100 (Western European Summer Time)
Detail views: 4
GitHub clicks: 0

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

QwenPaw is an advanced personal AI assistant designed for unparalleled flexibility and control. It stands out for its versatility, allowing seamless deployment either on your local machine or in the cloud, and its robust support for integration with multiple chat applications. With easily extensible capabilities, including a rich plugin architecture and strong security features, QwenPaw is engineered to adapt to your needs and evolve with your usage. It features a unique three-layer memory system, powered by ReMe, ensuring your AI assistant never forgets important context or information.

## Installation

Getting started with QwenPaw is straightforward, offering several installation methods to suit your preferences.

### Option 1: Pip Install

For users who prefer managing their Python environment (requires Python >= 3.11, < 3.14):

bash
pip install qwenpaw
qwenpaw init --defaults
qwenpaw app


After installation, open your browser to `http://127.0.0.1:8088/` to access the Console.

### Option 2: Script Install (macOS / Linux)

This option simplifies the process by automatically handling Python setup.

bash
curl -fsSL https://qwenpaw.agentscope.io/install.sh | bash


Once the script completes, open a new terminal and run:

bash
qwenpaw init --defaults
qwenpaw app


### Option 3: Docker

For containerized deployment, QwenPaw images are available on Docker Hub.

bash
docker pull agentscope/qwenpaw:latest
docker run -p 127.0.0.1:8088:8088 \
  -v qwenpaw-data:/app/working \
  -v qwenpaw-secrets:/app/working.secret \
  -v qwenpaw-backups:/app/working.backups \
  agentscope/qwenpaw:latest


Access the Console at `http://127.0.0.1:8088/`.

### Option 4: Desktop Application (Beta)

If you prefer a graphical interface without command-line tools, a desktop application is available. Download it from the [official QwenPaw download page](https://qwenpaw.agentscope.io/downloads){target="_blank"}.

## Examples

QwenPaw empowers you with a wide range of capabilities to streamline your digital life:

*   **Automation & scheduling**: Set up recurring tasks like news digests, report generation, or multi-channel broadcasting.
*   **Code & development**: Read, edit, review, and test code within your projects using the unified file workspace.
*   **Document processing**: Handle PDF, Word, Excel, and PowerPoint files, including reading, writing, and conversion.
*   **Information gathering**: Search the web, follow subscriptions, summarize videos, and retrieve information from your personal knowledge base.
*   **Multi-channel ops**: Push alerts, summaries, or AI-generated content to platforms like DingTalk, Lark, Discord, and Telegram.
*   **Custom workflows**: Combine built-in features, plugins, and scheduled tasks to create personalized workflows.

## Why Use QwenPaw?

QwenPaw offers compelling advantages for anyone seeking a powerful and private AI assistant:

*   **Never Forgets**: Features a three-layer memory system, including a live working context, full verbatim history, and a self-evolving personal knowledge base powered by ReMe, ensuring continuous learning and recall.
*   **Local or Cloud, Runs Free**: Utilize QwenPaw-Flash models specifically trained for agent tasks. It includes a built-in local runtime that requires no API key or cloud dependency, while also supporting Ollama, LM Studio, and over 14 cloud providers.
*   **Security Built In**: Equipped with kernel-level Sandbox, Tool Guard, File Guard, Skill Scanner, and Access Policy to block dangerous commands before execution.
*   **Multi-Agent & Parallel**: Capable of spawning independent agents with their own memory and skills, supporting sub-agents at runtime and cross-system orchestration via the Agent Communication Protocol (ACP).
*   **File Workspace**: Provides a unified interface for file navigation, preview, editing, diffs, upload, and download across project and Agent files.
*   **Extensible**: Enhance capabilities with Skills for scheduling, documents, browser, news, and more. It features a plugin architecture with a marketplace and MCP integration for external tools.
*   **Reachable Anywhere**: Connects across various platforms including DingTalk, Lark, WeChat, Discord, Telegram, iMessage, QQ, alongside Console, TUI, and a desktop app for direct access.
*   **Yours, Not Ours**: Designed for local deployment, ensuring your data remains on your machine with no third-party hosting or data upload.

## Links

For more detailed information and to explore the full capabilities of QwenPaw, refer to the official resources:

*   [Official Documentation](https://qwenpaw.agentscope.io/){target="_blank"}
*   [GitHub Repository](https://github.com/agentscope-ai/QwenPaw){target="_blank"}