Productivity & Collaboration self-hosted-assistantmulti-channel-chatlocal-modelsmcp-integrationscheduled-taskscoding-modepersonal-memorytool-sandbox

QwenPaw Personal Assistant

A self-hosted personal assistant that combines chat, memory, automation, tools, and multi-channel access.

FollowAgents review · FARS-2.0
Not yet reviewed
See the full review method →

What does this agent do, and when should you use it?

QwenPaw is a personal AI assistant workstation from the AgentScope team that can run locally, in Docker, in cloud deployments, or as a desktop application. It exposes a browser Console, a full-screen terminal TUI, a desktop app, and channels including DingTalk, Lark, WeChat, Discord, Telegram, iMessage, and QQ. Model options include cloud providers as well as the built-in QwenPaw Local runtime, Ollama, and LM Studio. Its memory design combines live working context, complete verbatim history, and a local Markdown knowledge base powered by ReMe. Beyond chat, it documents scheduled tasks, document handling, web information gathering, plugins, Skills, MCP tools, and a code-focused Coding Mode.

After qwenpaw init configures a model, qwenpaw app starts the local Console; qwenpaw opens a terminal interface that shares the same agent, memory, sessions, Skills, and MCP tools with the Console and IM channels. It can read, edit, review, and test code in projects, while Coding Mode provides a three-panel web IDE with a file tree, diff preview, jump-to-definition, find-references, and structural code search. It documents reading, writing, and converting PDF, Word, Excel, and PowerPoint files; searching the web; following subscriptions; and summarizing videos. Cron and scheduled tasks can generate reports or broadcast content across channels. Tool execution is governed by Sandbox, Tool Guard, File Guard, and Skill Scanner; the documented Tool Guard checks for command injection, path traversal, reverse shells, and obfuscated attacks.

  1. A privacy-conscious individual who wants an assistant on a personal machine can use QwenPaw Local, Ollama, or LM Studio without configuring a cloud API key.
  2. An operations user who needs recurring news digests, reports, or alerts delivered to DingTalk, Lark, Discord, or Telegram can combine Cron with channel connections.
  3. A developer working in a local repository can run qwenpaw . to start Coding Mode for code reading, editing, review, and testing.
  4. A knowledge-management user who wants conversations and resources retained as editable, searchable, linked Markdown can use the ReMe-backed memory system.
  5. A user building repeatable workflows around PDFs, Office files, browser work, or news can compose Skills, plugins, and MCP integrations.
  6. Someone who wants one assistant reachable through a browser, terminal, desktop app, and messaging channels can use the documented shared instance model.

What are this agent's strengths and limitations?

Pros
  • It documents Console, TUI, desktop, and messaging-channel entry points that share the same agent, memory, sessions, Skills, and MCP tools.
  • It supports a built-in local runtime, Ollama, LM Studio, and 14+ cloud providers, with no API key required for the documented local-model paths.
  • Its three-layer memory combines working context, full verbatim history, and a ReMe-backed local Markdown knowledge base.
  • The project documents sandboxing across macOS, Linux, and Windows plus Tool Guard, File Guard, and Skill Scanner controls.
  • Cron, plugins, Skills, MCP, and multi-agent features provide a documented path for combining conversational and automated workflows.
Limitations
  • Any cloud LLM path requires a valid API key before chat will work.
  • Pip installation is limited to Python >= 3.11 and < 3.14; source installation of the web UI also requires building the console frontend and copying its output.
  • The script installer may fail in restricted networks or corporate firewalls, and Windows LTSC Constrained Language Mode can prevent automatic Path configuration or uv download.
  • The desktop application is beta, with documented incomplete compatibility testing, possible performance issues, and features that may be unstable or missing.
  • Local deployment does not eliminate every external data flow: interactive init asks about anonymous telemetry, while --defaults accepts once-per-version telemetry automatically.

How do you install or deploy this agent?

For pip installation, Python >= 3.11 and < 3.14 is required:
pip install qwenpaw
qwenpaw init --defaults
qwenpaw app

Open http://127.0.0.1:8088/ in a browser. For Docker:
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

For a cloud model, configure a provider, API key, and enabled model in Console → Settings → Models. QwenPaw Local, Ollama, and LM Studio do not require an API key.

How do you use this agent?

After first launch, choose and enable a model in Console → Settings → Models. Cloud models require a valid API key; DashScope can also use DASHSCOPE_API_KEY. Run qwenpaw for the TUI, qwenpaw tui --resume <id> to resume a session, or qwenpaw . to start Coding Mode in the current repository. Add Skills, channels, or Cron configuration through the Console, and put extra tool keys in Settings → Environment variables.

How does this agent compare with similar options?

QwenPaw can use Ollama or LM Studio as local model backends. Compared with those model-serving backends, QwenPaw also documents a Console, TUI, channel connections, memory, scheduled tasks, Skills, plugins, and MCP management.

FAQ

Can it run without a cloud model or API key?
Yes. The documented QwenPaw Local, Ollama, and LM Studio paths do not require an API key.
How do I configure a cloud model?
Run qwenpaw app, then select a provider in Console → Settings → Models, enter its API key, and enable the provider and model.
What controls tool execution?
The project documents Sandbox, Tool Guard, File Guard, and Skill Scanner. Tool Guard offers STRICT, SMART, AUTO, and OFF approval levels, while File Guard defaults to protecting locations such as ~/.qwenpaw.secret/ and ~/.ssh.
How can a Docker deployment reach Ollama on the host?
Add --add-host=host.docker.internal:host-gateway to docker run, then set the model Base URL to http://host.docker.internal:11434. On Linux, --network=host is also documented.
Does initialization collect telemetry?
The README states that qwenpaw init collects anonymous version, install-method, OS, Python-version, CPU-architecture, and GPU-availability data once per version. Interactive initialization asks for consent; --defaults accepts it automatically.

Related agents