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.
pip install copawNo compatibility data collected yet for this library.
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]
Monitor official announcements from the developers for migration paths or new package names. Check the GitHub repository for updates.
Ensure all API key fields are correctly filled, double-check for extra spaces, and verify that model names exactly match provider values (case-sensitive) in the Console's 'Settings -> Models' section.
Manually install `uv` (refer to GitHub Releases for `uv.exe` or `pip install -U uv`), then configure `uv` environment variables and add `~/.copaw/bin` to your system's PATH. Re-run the installation script afterwards.
Exercise patience during the initial startup. The browser window should open automatically once initialization is complete.
No resource links recorded.