Nextcloud Desktop client
Go to file
Claudio Cambra 697c3080ca gui/macOS: Do not assume accountState will always be valid
When removing an account this can change

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-25 12:11:22 +01:00
.github add CODEOWNERS file 2025-03-10 10:22:24 +01:00
.tx
admin Fix version detection by the Ubuntu/Debian build script 2025-03-13 00:09:24 +08:00
cmake
doc Changed critical free space to 512MB and free space to 1GB in code and documentation 2025-02-27 11:26:54 +08:00
man
nextcloud.client-desktop Fix(l10n): Update translations from Transifex 2025-02-15 02:58:11 +00:00
shell_integration replace ownCloud references with Nextcloud 2025-02-10 15:34:20 +01:00
src gui/macOS: Do not assume accountState will always be valid 2025-03-25 12:11:22 +01:00
test skip single test or whole test file for macOS: they are broken 2025-03-18 09:51:16 +01:00
theme dialogfix 2025-02-11 11:14:26 +01:00
translations Fix(l10n): Update translations from Transifex 2025-03-25 03:06:07 +00:00
.clang-format
.drone.yml remove gcc and clang build checks 2025-03-14 09:17:03 +01:00
.git-blame-ignore-revs
.gitattributes
.gitignore gitignore: add .cache and *.AppImage 2025-01-24 09:08:02 +01:00
.gitmodules
.swift-format.json
.tag
AUTHORS.md
ChangeLog - Legacy
CHANGELOG.md
CMakeLists.txt require std c++ 20 ISO standard 2025-03-14 11:10:16 +01:00
codecov.yml
config.h.in Add option to disable virtual files syncing on Windows. 2025-03-12 12:22:20 +01:00
CONTRIBUTING.md
COPYING
COPYING.documentation
CPackOptions.cmake.in
craftmaster.ini use our own craft cache on windows 2025-03-24 10:43:08 +01:00
mirall.desktop.in
NEXTCLOUD.cmake Add option to disable virtual files syncing on Windows. 2025-03-12 12:22:20 +01:00
NextcloudCPack.cmake
README.md
resources.qrc use TextArea instead of TextEdit for share note field 2025-02-14 13:53:44 +01:00
sonar-project.properties
sync-exclude.lst
theme.qrc.in Add button to scroll to top when activity list is long. 2025-02-10 17:22:04 +01:00
VERSION.cmake make version.cmake more readable 2025-03-07 10:36:47 +01:00
version.h.in provide consistent version info including human readable version 2025-02-14 16:08:08 +01:00

Nextcloud Desktop Client

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

1. 🚀 Set up your local development environment

1.1 System requirements

  • Windows 10, Windows 11, Mac OS > 10.14 or Linux

Note

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

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_INSTALL_PREFIX=<dependencies> -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=. -DNEXTCLOUD_DEV=ON

Tip

The cmake variabel 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

Tip

For building the client for mac OS we have a tool called mac-crafter. You will find instructions on how to use it at admin/osx/mac-crafter.

  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.