No description
Find a file
Iva Horn 82679a51e4
Merge pull request #9429 from nextcloud/i2h3/fix/9428-legacy-push-support
Also set up signals for legacy push support
2026-02-06 13:26:33 +01:00
.github chore(deps): Bump actions/cache from 5.0.2 to 5.0.3 2026-02-03 04:42:01 +00:00
.tx fix(l10n): Don't sync xcstrings for now 2025-08-04 16:16:24 +02:00
admin chore(macOS): Moved TransifexStringCatalogSanitizer 2026-02-06 09:16:27 +01:00
cmake/modules fix(macOS): Explicitly allow insecure HTTP connections. 2026-01-22 15:47:54 +01:00
doc feat(doc): Added first test case documentation. 2026-01-28 15:12:16 +01:00
LICENSES fix(reuse): remove no longer needed BSD-2 license 2025-10-06 16:46:18 +02:00
nextcloud.client-desktop fix(l10n): Update translations from Transifex 2025-12-15 02:52:22 +00:00
shell_integration fix(NextcloudFileProviderKit): Removed dead code and applied SwiftFormat 2026-02-06 09:16:28 +01:00
src fix(file-provider): Also set up signals for legacy push support (#9428) 2026-02-06 10:14:43 +01:00
systemd
test adjust test 2026-02-03 10:16:10 +01:00
theme fix(whiteIcons): fix state icons for white monochrome theme 2026-01-28 12:02:07 +01:00
translations fix(l10n): Update translations from Transifex 2026-02-06 03:27:23 +00:00
.clang-format
.drone.yml docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
.git-blame-ignore-revs
.git-blame-ignore-revs.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
.gitattributes docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
.gitignore chore: remove codeql artifact and update gitignore 2026-02-02 16:44:15 +01:00
.swift-format.json
.swift-format.json.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
.tag
.tag.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
AGENTS.md chore: Updated AGENTS.md 2026-01-27 10:07:44 +01:00
AUTHORS.md docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
ChangeLog - Legacy.md docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
CHANGELOG.md docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
CMakeLists.txt fix(macOS): Development team group identifier prefix. 2025-12-18 10:29:40 +01:00
codecov.yml docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
config.h.in fix: Define default DEVELOPMENT_TEAM for main app. 2025-12-18 10:29:40 +01:00
config.h.in.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
CONTRIBUTING.md chore: update transifex link 2025-09-11 09:02:29 +02:00
COPYING
COPYING.documentation
CPackOptions.cmake.in chore: remove never used crashreporter 2025-05-08 09:52:53 +02:00
craftmaster.ini chore: use newer build image with Qt 6.9.3 release as expected 2026-01-13 16:17:05 +01:00
mirall.desktop.in
mirall.desktop.in.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
NEXTCLOUD.cmake fix: Define default DEVELOPMENT_TEAM for main app. 2025-12-18 10:29:40 +01:00
NextcloudCPack.cmake docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
README.md feat: Nextcloud Developer Build from Integration Project 2025-10-06 18:31:50 +02:00
resources.qrc fix(file-provider): Removed obsolete settings features in main app. 2025-10-23 08:26:03 +02:00
resources.qrc.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
REUSE.toml fix(reuse): Updated REUSE.toml 2026-02-06 09:16:27 +01:00
sonar-project.properties
sonar-project.properties.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
sync-exclude.lst
sync-exclude.lst.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
theme.qrc.in Add new themed icons for various statuses 2025-09-25 11:10:24 +02:00
theme.qrc.in.license
VERSION.cmake Update version to 5.0.0 alpha and year to 2026 2026-01-13 10:19:29 +07:00
version.h.in

Nextcloud Desktop Client

REUSE status

The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer.

Desktop Client on Windows

🚀 Releases

For the latest stable recommended version, please refer to the download page https://nextcloud.com/install/#install-clients

Contributing to the desktop client

✌️ Please read the Code of Conduct. 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.

👪 Join the team

There are many ways to contribute, of which development is only one! Find out how to get involved, including as a translator, designer, tester, helping others, and much more! 😍

Help testing

Download and install the client:
🔽 All releases
🔽 Daily master builds

Reporting issues

If you find any bugs or have any suggestion for improvement, please open an issue in this repository.

Bug fixing and development

Tip

For building the client on macOS we have a tool called mac-crafter. You will find more information about it in its dedicated README. Also, please note the README in the NextcloudIntegration project which provides an even more convenient way to work on and build the desktop client on macOS by using Xcode.

1. 🚀 Set up your local development environment

Note

Find the system requirements and instructions on how to work on Windows with KDE Craft on our desktop client blueprints repository.

1.1 System requirements

1.2 Optional

Tip

We highly recommend Nextcloud development environment on Docker Compose for testing/bug fixing/development.
▶️ https://juliusknorr.github.io/nextcloud-docker-dev/

1.3 Step by step instructions on how to build the client to contribute

  1. Clone the Github repository:
git clone https://github.com/nextcloud/desktop.git
  1. Create :
mkdir <build directory>
  1. Compile:
cd <build directory>
cmake -S <cloned desktop repo> -B build -DCMAKE_PREFIX_PATH=<dependencies> -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=. -DNEXTCLOUD_DEV=ON

Tip

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.

  1. Build it:
  • Windows:
cmake --build .
  • Other platforms:
make
  1. 🐛 Pick a good first issue
  2. 👩‍🔧 Create a branch and make your changes. Remember to sign off your commits using git commit -sm "Your commit message"
  3. ⬆ Create a pull request and @mention the people from the issue to review
  4. 👍 Fix things that come up during a review
  5. 🎉 Wait for it to get merged!

Get in touch 💬

You can also get support for Nextcloud!

📜 License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.