CoPaw: Co Personal Agent Workstation

1.0.2 · active · verified Wed Apr 15

CoPaw is an open-source personal AI workstation designed to run in your local environment, emphasizing data sovereignty and extensibility. It acts as a personal assistant, communicating across multiple channels (e.g., DingTalk, Feishu, Discord) and executing scheduled tasks. Its capabilities are driven by 'Skills,' which can be extended through custom Python scripts. All data and tasks are processed on the user's machine, ensuring privacy without relying on third-party hosting. The library is actively developed with frequent updates, with version 1.0.2 being the latest stable release.

Warnings

Install

Quickstart

This quickstart installs CoPaw via pip, initializes the default workspace and configuration files, and then launches the web console. After running `copaw app`, open http://127.0.0.1:8088/ in your browser to interact with the assistant. [1, 2, 3, 4, 11, 12]

pip install copaw
copaw init --defaults
copaw app

view raw JSON →