[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3725":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":46,"readmeContent":47,"aiSummary":48,"trendingCount":16,"starSnapshotCount":16,"syncStatus":49,"lastSyncTime":50,"discoverSource":51},3725,"deskreen","pavlobu\u002Fdeskreen","pavlobu","Deskreen turns any device with a web browser into a secondary screen for your computer. ⭐️ Star to support our work!","https:\u002F\u002Fdeskreen.com",null,"TypeScript",20959,1162,253,19,0,8,71,314,30,115.2,"GNU Affero General Public License v3.0",false,"master",true,[27,28,5,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],"blueprintjs","darkwire-io","easy-to-use","electon-app","electron","electron-react-boilerplate","electronjs","end-to-end-encryption","linuxapp","macosapp","sceen-sharing-to-multiple-devices","second-screen","share-app-window","share-screen","testcafe","typescript","webrtc","wifi","windowsapp","2026-06-12 04:00:19","# Deskreen CE (Community Edition)\n\n![platform](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatform-Windows%20%7C%20MacOS%20%7C%20Linux-lightgrey)\n(Over 2M downloads during 5 years since launch)\n\n![Deskreen Logo](https:\u002F\u002Fraw.githubusercontent.com\u002Fpavlobu\u002Fdeskreen\u002Fmaster\u002Fresources\u002Ficon.png)\n\n## Deskreen turns any device with a web browser into a secondary screen for your computer\n\n## To learn more visit our website: [deskreen.com](https:\u002F\u002Fdeskreen.com)\n\n## [Donate to support Deskreen Open-Source](https:\u002F\u002Fdeskreen.com\u002F#contribute)\n\nDeskreen is an `electron.js` based application that uses `WebRTC` to make a live stream of your computer screen to a web browser on any device. It is available for MacOS, Windows and Linux operating systems.\nThe current open-source Community Edition version has limited features. If you need more features please consider upgrading to [Pro](https:\u002F\u002Fdeskreen.com\u002Fdownload) version for more features when it is released.\n\n---\n\n### ▶️ [See how people use Deskreen on Youtube](https:\u002F\u002Fwww.youtube.com\u002Fresults?search_query=deskreen) (video tutorials, demos, use cases for Deskreen day to day usage)\n\n---\n\n## [Deskreen Frequently Asked Questions](https:\u002F\u002Fdeskreen.com\u002Ffaq)\n\n---\n\n### Prerequisites\n\nYou will need to have `node>=v23` `npm>=10` installed.\n\n\n1. git clone this repo\n2. `npm i`\n3. `cd .\u002Fsrc\u002Fclient-viewer && npm i && cd ..\u002F..`\n4. `npm run clean && npm run build && npm run start` -- run in prod like mode\n\n#### for more npm scripts look at `package.json`\n\n## Starting with Custom Local IP\n\nYou can start Deskreen CE with a custom local IP address using the `--local-ip` or `--ip` CLI flag. This is useful when you want to specify a particular network interface IP address.\n\n### macOS\n\n```bash\n# Using open command (recommended)\nopen -a \"Deskreen CE\" --args --ip 192.168.1.100\n\n# Or using the executable directly\n\u002FApplications\u002FDeskreen\\ CE.app\u002FContents\u002FMacOS\u002FDeskreen\\ CE --ip 192.168.1.100\n\n# Get your IP automatically and launch\nopen -a \"Deskreen CE\" --args --ip \"192.168.1.100\"\n```\n\n### Windows\n\n```powershell\n# Using Start-Process (PowerShell)\nStart-Process \"Deskreen CE\" -ArgumentList \"--ip\", \"192.168.1.100\"\n\n# Or using the executable directly\n\"C:\\Program Files\\Deskreen CE\\Deskreen CE.exe\" --ip 192.168.1.100\n\n# Or from Command Prompt\nstart \"\" \"C:\\Program Files\\Deskreen CE\\Deskreen CE.exe\" --ip 192.168.1.100\n```\n\n### Linux\n\n```bash\n# If installed via AppImage\n.\u002FDeskreen\\ CE-*.AppImage --ip 192.168.1.100\n\n# If installed via .deb\u002F.rpm package (usually in \u002Fusr\u002Fbin or \u002Fopt)\ndeskreen-ce --ip 192.168.1.100\n\n# Or using full path\n\u002Fopt\u002FDeskreen\\ CE\u002Fdeskreen-ce --ip 192.168.1.100\n```\n\n**Note:** Replace `192.168.1.100` with your actual local IP address. You can find your IP using:\n- **macOS\u002FLinux:** `ipconfig getifaddr en0` or `ifconfig | grep \"inet \"`\n- **Windows:** `ipconfig` (look for IPv4 Address)\n\nWhen using the `--ip` or `--local-ip` flag, the app will use the specified IP for QR codes and connection URLs, while still monitoring the actual network interface status for WiFi connection detection.\n\n## Maintainer\n\n- [Pavlo (Paul) Buidenkov](https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fpavlobu)\n\n## License\n\nAGPL-3.0 License © [Pavlo (Paul) Buidenkov](https:\u002F\u002Fgithub.com\u002Fpavlobu\u002Fdeskreen)\n\n## Copyright\n\nElectron-Vite MIT License © [electron-vite](https:\u002F\u002Fgithub.com\u002Falex8088\u002Felectron-vite)\n\nReact MIT License © [Facebook, Inc. and its affiliates](https:\u002F\u002Fgithub.com\u002Ffacebook\u002Freact)\n\nVite MIT License © [Vite.js](https:\u002F\u002Fgithub.com\u002Fvitejs\u002Fvite)\n\nElectron Builder MIT License © [electron-builder contributors](https:\u002F\u002Fgithub.com\u002Felectron-userland\u002Felectron-builder)\n\nApache 2.0 © [blueprintjs](https:\u002F\u002Fgithub.com\u002Fpalantir\u002Fblueprint)\n\nsimple-peer MIT. Copyright © [Feross Aboukhadijeh](http:\u002F\u002Ffeross.org\u002F)\n\ntweetnacl ISC License © Dmitry Chestnykh, Devi Mandiri, and contributors (https:\u002F\u002Fgithub.com\u002Fdchest\u002Ftweetnacl-js)\n\ndarkwire.io MIT License © [darkwire\u002Fdarkwire.io](https:\u002F\u002Fgithub.com\u002Fdarkwire\u002Fdarkwire.io)\n\nAnd many many others...\n\n## Thanks\n\n🙏 Many thanks to all 🌍 open source community members and maintainers of libraries used in this project.\n","Deskreen 是一个将任何带有网页浏览器的设备转变为电脑第二屏幕的应用程序。它基于 electron.js 开发，并利用 WebRTC 技术实现实时屏幕共享。该应用支持 Windows、MacOS 和 Linux 操作系统，具备易于使用和跨平台的特点。Deskreen 适用于需要扩展显示区域但手头没有额外显示器的场景，如远程办公、演示或教学等。请注意，当前开源社区版功能有限，更多高级功能需升级到 Pro 版本。",2,"2026-06-11 02:55:51","top_language"]