{"id":13457226,"url":"https://github.com/027xiguapi/pear-rec","last_synced_at":"2025-05-16T04:05:17.250Z","repository":{"id":171478408,"uuid":"644681940","full_name":"027xiguapi/pear-rec","owner":"027xiguapi","description":"pear-rec is a free and open-source cross platform software for recording, recording, and taking screenshots","archived":false,"fork":false,"pushed_at":"2025-04-11T01:47:49.000Z","size":41328,"stargazers_count":1324,"open_issues_count":18,"forks_count":118,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-11T02:45:56.053Z","etag":null,"topics":["electron","nestjs","nodejs","react","typescript","vite","webcodecs","webrtc"],"latest_commit_sha":null,"homepage":"https://027xiguapi.github.io/pear-rec/","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/027xiguapi.png","metadata":{"files":{"readme":"README.de-DE.md","changelog":null,"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}},"created_at":"2023-05-24T03:18:38.000Z","updated_at":"2025-04-11T01:47:53.000Z","dependencies_parsed_at":"2024-03-14T08:31:52.808Z","dependency_job_id":"f2e4b463-5224-4184-a318-b0f546d523b3","html_url":"https://github.com/027xiguapi/pear-rec","commit_stats":{"total_commits":259,"total_committers":5,"mean_commits":51.8,"dds":"0.019305019305019266","last_synced_commit":"c17730666106d1bdc76b55f093064d7a0f7d859d"},"previous_names":["027xiguapi/pear-rec"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/027xiguapi%2Fpear-rec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/027xiguapi%2Fpear-rec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/027xiguapi%2Fpear-rec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/027xiguapi%2Fpear-rec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/027xiguapi","download_url":"https://codeload.github.com/027xiguapi/pear-rec/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464895,"owners_count":22075570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["electron","nestjs","nodejs","react","typescript","vite","webcodecs","webrtc"],"created_at":"2024-07-31T08:01:36.413Z","updated_at":"2025-05-16T04:05:12.234Z","avatar_url":"https://github.com/027xiguapi.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://027xiguapi.github.io/pear-rec/logo.png\"  height=\"120\"\u003e\n  \u003ch1 align=\"center\"\u003epear-rec\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/stars/027xiguapi/pear-rec\" alt=\"stars\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/react-v18-blue\" alt=\"react\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/electron-v26-blue\" alt=\"electron\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/nestjs-v3-blue\" alt=\"nestjs\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/-TypeScript-blue?logo=typescript\u0026logoColor=white\" alt=\"typescript\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/-Vite-blue?logo=vite\u0026logoColor=white\" alt=\"vite\"\u003e\n\u003c/p\u003e\n\n---\n\n## README\n\n[中文](README.zh-CN.md) | [English](README.md) | [Deutsch](README.de-DE.md)\n\n## Dokumentation\n\n\u003e pear-rec (pear rec) ist eine plattformübergreifende Software für Bildschirmfotos, Bildschirmaufnahmen, Audio- und Videoaufnahmen.\n\u003e\n\u003e pear-rec(pear rec) ist ein Projekt basierend auf react + electron + vite + viewerjs + plyr + aplayer + react-screenshots.\n\u003e\n\u003e Weitere Funktionen und APIs finden Sie auf der offiziellen [Website](https://027xiguapi.github.io/pear-rec).\n\n## Installation\n\n```\ngitee: https://gitee.com/xiguapi027/pear-rec\ngithub: https://github.com/027xiguapi/pear-rec\n```\n\n## Verwendung\n\n### Erste Schritte\n\nBevor Sie dieses Repository klonen und ausführen, müssen Sie [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/) (mit [npm](https://www.npmjs.com/)) und [pnpm](https://pnpm.io/) auf Ihrem Computer installiert haben. Kommandozeilenaufrufe:\n\n```shell\n# Clone this repository\ngit clone https://github.com/027xiguapi/pear-rec.git\n# Go into the repository\ncd pear-rec\n# Install dependencies\npnpm install\n# Run the web\npnpm run dev:web\n# Run the server\npnpm run dev:server\n# Run the desktop\npnpm run dev:desktop\n# Run the web\npnpm run start:web\n# Run the desktop\npnpm run start:desktop\n# Build the web\npnpm run build:web\n# Build the desktop\npnpm run build:desktop\n# Clear node_modules\npnpm run clear\n```\n\n## Internationalization(I18n)\n\n- [x] Chinesisch\n- [x] Englisch\n- [x] Deutsch\n\n## Test\n\n| OS   | Windows | Linux | Macos |\n| ---- | ------- | ----- | ----- |\n| Test | 🟢      | ◯     | ◯     |\n\n## Download\n\n| OS | Windows | Linux | Macos |\n| --- | --- | --- | --- |\n| link | [Download](https://github.com/027xiguapi/pear-rec/releases) | [Download](https://github.com/027xiguapi/pear-rec/releases) | [Download](https://github.com/027xiguapi/pear-rec/releases) |\n\n## Feedback\n\n- QQ group\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://027xiguapi.github.io/pear-rec/imgs/pear-rec_qq_qrcode.png\" /\u003e\n\u003c/p\u003e\n\n## Lizenz\n\n[pear-rec wird unter der Apache License V2 bereitgestellt.](LICENSE)\n","funding_links":[],"categories":["TypeScript","截屏录屏软件","webrtc","Projects","截图工具"],"sub_categories":["Screen"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F027xiguapi%2Fpear-rec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F027xiguapi%2Fpear-rec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F027xiguapi%2Fpear-rec/lists"}