Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source personal AI workstation for local LLMs and multi-channel messaging integration.
CoPaw, also known as Co Personal Agent Workstation, is an open-source personal AI assistant workstation built on the AgentScope framework. It is designed to be deployed locally or in the cloud, offering integration with multiple messaging channels and the ability to run local Large Language Models (LLMs) with full privacy control.
CoPaw can be installed using several methods:
pip install copaw. After installation, initialize with copaw init --defaults and launch with copaw app. The console will be accessible at http://127.0.0.1:8088/.curl -fsSL https://copaw.agentscope.io/install.sh | bash.docker pull agentscope/copaw:latest and run it using docker run -p 8088:8088 -v copaw-data:/app/working agentscope/copaw:latest.pip install copaw (Python 3.10+), a curl script, Docker, or cloud deployment. After installation, run copaw init --defaults && copaw app.