{"id":48749159,"url":"https://github.com/harnessclaw/harnessclaw","last_synced_at":"2026-06-09T13:01:13.104Z","repository":{"id":351003643,"uuid":"1208592999","full_name":"harnessclaw/harnessclaw","owner":"harnessclaw","description":"Harnessclaw is a powerful, Electron-based desktop application designed to manage, chat with, and operate AI agents and skills seamlessly.","archived":false,"fork":false,"pushed_at":"2026-06-02T13:21:58.000Z","size":34919,"stargazers_count":310,"open_issues_count":5,"forks_count":80,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-06-02T15:17:11.355Z","etag":null,"topics":["agent","ai-agents","astron-community","chatbot","desktop-app","electron-app","harness","harness-engineering","iflytek-astron","open","openclaw"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harnessclaw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-12T13:52:01.000Z","updated_at":"2026-06-02T13:22:12.000Z","dependencies_parsed_at":"2026-04-18T18:01:14.521Z","dependency_job_id":null,"html_url":"https://github.com/harnessclaw/harnessclaw","commit_stats":null,"previous_names":["harnessclaw/harnessclaw"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/harnessclaw/harnessclaw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harnessclaw%2Fharnessclaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harnessclaw%2Fharnessclaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harnessclaw%2Fharnessclaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harnessclaw%2Fharnessclaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harnessclaw","download_url":"https://codeload.github.com/harnessclaw/harnessclaw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harnessclaw%2Fharnessclaw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34107866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai-agents","astron-community","chatbot","desktop-app","electron-app","harness","harness-engineering","iflytek-astron","open","openclaw"],"created_at":"2026-04-12T15:57:12.316Z","updated_at":"2026-06-09T13:01:13.097Z","avatar_url":"https://github.com/harnessclaw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](./logo.png)\n\n# Harnessclaw\n\n[English](./README.md) | [简体中文](./README_zh.md)\n\n**Harnessclaw, your agent is ready.**\n\nHarnessclaw is a powerful, Electron-based desktop application designed to manage, chat with, and operate AI agents and skills seamlessly.\n\n## Features\n\n- 🤖 **Agent Management**: Easily manage and configure your AI agents.\n- 💬 **Interactive Chat**: A rich chat interface for interacting with your agents.\n- 🛠️ **Skill Integration**: Discover and manage skills via ClawHub.\n- 📊 **Session Tracking**: Keep track of your agent sessions and history.\n- ⚙️ **Highly Customizable**: Comprehensive settings page to tweak your experience.\n\n## Tech Stack\n\n- **Framework**: [Electron](https://electronjs.org/) + [React](https://reactjs.org/) + [Vite](https://vitejs.dev/)\n- **UI \u0026 Styling**: [Tailwind CSS](https://tailwindcss.com/) + [Radix UI](https://www.radix-ui.com/)\n- **State Management**: [Zustand](https://github.com/pmndrs/zustand)\n- **Database**: [Better SQLite3](https://github.com/JoshuaWise/better-sqlite3)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher recommended)\n- Yarn package manager\n\n### Installation\n\nClone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/harnessclaw/harnessclaw.git\ncd harnessclaw\nyarn install\n```\n\n### Development\n\nStart the application in development mode:\n\n```bash\nyarn dev\n```\n\n### Build \u0026 Release\n\nTo build the application for your local platform:\n\n```bash\nyarn build\nyarn dist\n```\n\nTo build for specific platforms:\n- Mac: `yarn dist:mac`\n- Windows: `yarn dist:win`\n\nCommit, release, and changelog rules are documented in [docs/release-rules.md](./docs/release-rules.md).\n\n## Reward Workflow\n\n- Open a new issue with the `Reward Task` template and add the bounty amount/currency.\n- When a linked PR closes that issue and is merged, GitHub Actions creates a `reward-\u003cissue-number\u003e` tag and comments the split result on the issue.\n- On the first day of each month, GitHub Actions aggregates last month's reward tags and publishes a `statistic-YYYY-MM` release summary.\n- These automations use the default `GITHUB_TOKEN`; no extra personal access token is required for the current workflows.\n\n## 📞 Support\n\n- 💬 Community Discussion: [GitHub Discussions](https://github.com/harnessclaw/harnessclaw/discussions)\n- 🐛 Bug Reports: [Issues](https://github.com/harnessclaw/harnessclaw/issues)\n- 👥 WeChat Work Group: ![WeCom Group](https://raw.githubusercontent.com/iflytek/astron-agent/main/docs/imgs/WeCom_Group.png)\n\n## License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharnessclaw%2Fharnessclaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharnessclaw%2Fharnessclaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharnessclaw%2Fharnessclaw/lists"}