by Astro-Han
PawWork — free, open-source desktop AI agent for macOS and Windows. Alternative to Codex App and Claude Cowork. BYOK with 75+ providers, ChatGPT OAuth, local models, Office files. No terminal needed.
# Add to your Claude Code skills
git clone https://github.com/Astro-Han/pawworkLast scanned: 8/22/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-22T04:31:31.018Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}pawwork is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Astro-Han. PawWork — free, open-source desktop AI agent for macOS and Windows. Alternative to Codex App and Claude Cowork. BYOK with 75+ providers, ChatGPT OAuth, local models, Office files. No terminal needed. It has 101 GitHub stars.
Yes. pawwork passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Astro-Han/pawwork" and add it to your Claude Code skills directory (see the Installation section above).
pawwork is primarily written in Python. It is open-source under Astro-Han on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pawwork against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
PawWork is a free, open-source desktop AI agent for macOS and Windows that handles documents, spreadsheets, research, writing, code, and local file tasks.
Open-source alternative to Codex App and Claude Cowork, with free models ready to use.
PawWork brings AI agent work into a polished desktop app for files, documents, spreadsheets, research, writing, code, and local tasks. Open the app, choose a workspace, and start with the included OpenCode Free models.

PawWork is built for people who want AI agents to do real desktop work, not only chat in a browser or write code inside an IDE.
| PawWork | Codex App | Claude Desktop (Cowork) | |
|---|---|---|---|
| Open-source | Yes (Apache-2.0) | No | No |
| Free without subscription | Yes (OpenCode Zen) | Limited (ChatGPT Free) | No (Pro $20/mo required) |
| Desktop app | macOS + Windows | macOS + Windows | macOS + Windows |
| Local file access | Full workspace access | Sandboxed by default | User-selected folders |
| Office files (Word/Excel/PPT) | Yes | No | No |
| Non-technical user focus | Yes (task cards, no terminal) | Developer-focused | Knowledge work + coding |
PawWork includes curated free models through OpenCode Free, plus built-in web search. You can start without an API key or paid model subscription.
Download the latest macOS and Windows builds from GitHub Releases.
.dmg. Release builds are signed and notarized by Apple..exe. Windows builds are available and currently unsigned, so SmartScreen may appear on first launch.PawWork is early and moving fast. Release notes describe what changed in each build.
Requires Node.js 24 and pnpm 11.7.
git clone https://github.com/Astro-Han/pawwork.git
cd pawwork
pnpm install
pnpm dev:desktop
PawWork uses DeepSeek DSH as its agent runtime, wrapped by a native Electron desktop shell and a small PawWork product layer for everyday workflows, migration, and Automation.
Thanks to the OpenCode project and community.
Is PawWork free? Yes. PawWork includes free models and built-in web search. You can start without an API key.
What models does PawWork support? PawWork ships a curated set of OpenCode Free models. The available list is shown in the app and may change between releases.
Does PawWork work with local files? Yes. PawWork runs as a native desktop app with full access to your local workspace. It can read and write documents, spreadsheets, PDFs, code projects, and generated output files.
What file formats does PawWork handle? PawWork works with PDF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx), CSV, Markdown, plain text, images, and code files. Office files are read and written locally on your machine.
What platforms does PawWork support? macOS (Apple Silicon and Intel, signed and notarized) and Windows x64.
Is PawWork open-source? Yes. PawWork is licensed under Apache-2.0. You can inspect the code, build from source, and contribute on GitHub.