[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93589":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":9,"createdAt":9,"pushedAt":9,"updatedAt":20,"readmeContent":21,"aiSummary":9,"trendingCount":16,"starSnapshotCount":16,"syncStatus":22,"lastSyncTime":23,"discoverSource":24},93589,"desktop","nextcloud\u002Fdesktop","nextcloud","💻 Desktop sync client for Nextcloud",null,"https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fdesktop","C++",3787,972,104,746,0,57.96,false,"main","2026-07-22 04:02:09","\u003C!--\n  - SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors\n  - SPDX-FileCopyrightText: 2011 Nextcloud GmbH and Nextcloud contributors\n  - SPDX-License-Identifier: GPL-2.0-or-later\n-->\n# Nextcloud Desktop Client\n\n[![REUSE status](https:\u002F\u002Fapi.reuse.software\u002Fbadge\u002Fgithub.com\u002Fnextcloud\u002Fdesktop)](https:\u002F\u002Fapi.reuse.software\u002Finfo\u002Fgithub.com\u002Fnextcloud\u002Fdesktop)\n\nThe Nextcloud Desktop Client is an app to synchronize files from Nextcloud Server with your computer available for Windows, macOS and Linux.\n\n\u003Cp align=\"center\">\n    \u003Cimg src=\"doc\u002Fimages\u002Fmain_dialog_christine.png\" alt=\"Desktop Client on Windows\" width=\"450\">\n\u003C\u002Fp>\n\n## Downloads 🚀\nFor the latest stable and recommended version, please refer to [the official download page](https:\u002F\u002Fnextcloud.com\u002Finstall\u002F#install-clients).\n\n## Help 🛟\nYou can find [the user, administration and developer manuals for the desktop client](https:\u002F\u002Fdocs.nextcloud.com\u002F#desktop) on our central documentation site.\n\n## Contributing 🫴\n- Make sure to follow our [guidelines for contributing](https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fdesktop\u002Fblob\u002F98690b1e9141f2c602c9b4583c1f9ed16b95a309\u002FCONTRIBUTING.md) to this repository.\n- Don't forget to read our [Code of Conduct](https:\u002F\u002Fnextcloud.com\u002Fcommunity\u002Fcode-of-conduct\u002F). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere and to explain how together we can strengthen and support each other.\n\n## Join the team 👪\nThere are many ways to contribute, of which development is only one! Find out [how to get involved](https:\u002F\u002Fnextcloud.com\u002Fcontribute\u002F), including as a translator, designer, tester, helping others, and much more! 😍\n\n## Help testing 🔬\nDownload and install the client:\n\n- [All releases](https:\u002F\u002Fgithub.com\u002Fnextcloud-releases\u002Fdesktop\u002Freleases)\u003Cbr>\n- [Daily builds](https:\u002F\u002Fdownload.nextcloud.com\u002Fdesktop\u002Fdaily)\n\n## Reporting issues 🐛\nIf you find any bugs or have any suggestion for improvement, please\n[open an issue in this repository](https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fdesktop\u002Fissues).\n\n## Bug fixing and development 🛠️\n\n> [!TIP]\n> For contributors on macOS, see the [macOS development guide](.\u002Fdoc\u002FmacOS-development.md).\n\n> [!NOTE]  \n> Find the system requirements and instructions on [how to work with KDE Craft in our desktop client blueprints repository](https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fcraft-blueprints-nextcloud\u002F).\n\n### System requirements\n- Windows 10, Windows 11, macOS 13 Ventura (or newer) or Linux\n- [🔽 Inkscape (to generate icons)](https:\u002F\u002Finkscape.org\u002Frelease\u002F)\n- Developer tools: cmake, clang\u002Fgcc\u002Fg++:\n- Qt6 since 3.14, Qt5 for earlier versions\n- OpenSSL\n- [🔽 QtKeychain](https:\u002F\u002Fgithub.com\u002Ffrankosterfeld\u002Fqtkeychain)\n- SQLite\n- [Xcode](https:\u002F\u002Fdeveloper.apple.com\u002Fxcode\u002F) (only on macOS)\n\nOptional recommendations:\n\n- [Qt Creator IDE](https:\u002F\u002Fwww.qt.io\u002Fproduct\u002Fdevelopment-tools)\n- [delta: A viewer for git and diff output](https:\u002F\u002Fgithub.com\u002Fdandavison\u002Fdelta)\n\n### Build\n\nStep by step instructions on how to build the client to contribute.\n\n1. Clone the Github repository: `git clone https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fdesktop.git`\n2. Create build directory: `mkdir \u003Cbuild directory>`\n3. Navigate into build directory: `cd \u003Cbuild directory>`\n4. Compile: `cmake -S \u003Ccloned desktop repo> -B build -DCMAKE_PREFIX_PATH=\u003Cdependencies> -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=. -DNEXTCLOUD_DEV=ON`\n\n> [!TIP]\n> The cmake variable NEXTCLOUD_DEV allows you to run your own build of the client while developing in parallel with an installed version of the client.\n\nThen you might continue with these steps:\n\t\n1. 🐛 [Pick a good first issue](https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fdesktop\u002Flabels\u002Fgood%20first%20issue)\n2. 👩‍🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -sm \"Your commit message\"`\n3. ⬆ Create a [pull request](https:\u002F\u002Fopensource.guide\u002Fhow-to-contribute\u002F#opening-a-pull-request) and `@mention` the people from the issue to eview\n4. 👍 Fix things that come up during a review\n5. 🎉 Wait for it to get merged!\n\n### Test servers\n\nThe easiest way to have a local Nextcloud server to develop, debug and test the client against is [the Nextcloud Docker image](https:\u002F\u002Fgithub.com\u002Fnextcloud\u002Fdocker).\nThe following example shows how to deploy a Nextcloud Docker container on the local host which will be removed again as soon as the command is interrupted.\nNote that this requires Docker to be installed in your developer environment.\n\n```bash\ndocker run \\\n    --rm \\\n    --publish 8080:80 \\\n    --env SQLITE_DATABASE=nextcloud.sqlite \\\n    --env NEXTCLOUD_ADMIN_USER=admin \\\n    --env NEXTCLOUD_ADMIN_PASSWORD=admin \\\n    nextcloud\n```\n\nThis simple test server already suffices in the most cases. For more advanced server test deployments we also recommend [Nextcloud development environment on Docker Compose](https:\u002F\u002Fjuliusknorr.github.io\u002Fnextcloud-docker-dev\u002F).\n\n## Get in touch 💬\n* [📋 Forum](https:\u002F\u002Fhelp.nextcloud.com)\n* [🐘 Mastodon](https:\u002F\u002Fmastodon.xyz\u002F@nextcloud)\n* [🔗 LinkedIn](https:\u002F\u002Fwww.linkedin.com\u002Fcompany\u002Fnextcloud-gmbh\u002F)\n* [🦋 Bluesky](https:\u002F\u002Fbsky.app\u002Fprofile\u002Fnextcloud.bsky.social)\n* [👥 Facebook](https:\u002F\u002Fwww.facebook.com\u002Fnextclouders)\n\nYou can also [get professional support for Nextcloud and the desktop client](https:\u002F\u002Fnextcloud.com\u002Fsupport)!\n\n## License 📜\n\n    This program is free software; you can redistribute it and\u002For modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation; either version 2 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful, but\n    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n    or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\n    for more details.\n",2,"2026-07-21 02:30:08","trending"]