Nextcloud Desktop client
Go to file
Claudio Cambra c2da86c653 Modernise code in FolderMan::backwardMigrationSettingsKeys
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-05-08 22:56:33 +08:00
.github check German translation for wrong wording 2023-02-09 22:34:02 +01:00
.tx no longer substitute de_DE to de locale when fetching from transifex 2023-03-14 10:14:42 +01:00
admin Debian build classification 'beta' cannot override 'release'. 2023-03-14 17:15:39 +01:00
cmake Move Windows shell extension DLLs to a root installation directory. 2022-12-29 17:59:21 +01:00
doc Update nextcloudcmd.rst 2023-04-23 23:42:03 +08:00
man
nextcloud.client-desktop Fix(l10n): 🔠 Update translations from Transifex 2023-03-14 10:29:05 +00:00
shell_integration use new connect syntax 2023-02-28 09:36:27 +01:00
src Modernise code in FolderMan::backwardMigrationSettingsKeys 2023-05-08 22:56:33 +08:00
test use a better name for encryption status attributes 2023-04-12 15:46:51 +02:00
theme Annotated version of Big Sur icon 2023-05-05 13:00:00 +00:00
translations Fix(l10n): Update translations from Transifex 2023-05-08 04:31:37 +00:00
.clang-format
.drone.yml
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.tag
ChangeLog - Legacy
CHANGELOG.md Add changelog for 3.7.4. 2023-03-14 14:50:10 +01:00
CMakeLists.txt disable by default the use of clang-tidy 2023-04-25 17:23:58 +02:00
codecov.yml
config.h.in
CONTRIBUTING.md
COPYING
COPYING.documentation
CPackOptions.cmake.in
craftmaster.ini no longer override the pixman default version 2023-04-27 14:51:04 +02:00
mirall.desktop.in
NEXTCLOUD.cmake
NextcloudCPack.cmake
README.md
resources.qrc Implement missing share settings 2023-04-27 12:54:54 +02:00
sonar-project.properties
sync-exclude.lst
theme.qrc.in
VERSION.cmake development of 3.9 release is starting 2023-03-31 17:23:03 +02:00
version.h.in Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 2023-03-02 19:29:11 +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

💙 🎉 Contributing

🛠️ How to compile the desktop client

🏗️ System requirements includes OpenSSL 1.1.x, QtKeychain, Qt 5.x.x and zlib.

📝 Step by step instructions

Clone the repo
$ git clone https://github.com/nextcloud/desktop.git
$ cd desktop
Compile and install

⚠️ For development reasons it is better to install the client on user space instead on the global system. Mixing up libs/dll's of different version can lead to undefined behavior and crashes:

  • You could use the cmake flag CMAKE_INSTALL_PREFIX as ~/.local/ in a Linux system. If you want to install system wide you could use /usr/local or /opt/nextcloud/.

  • On Windows 10 $USERPROFILE refers to C:\Users\<USERNAME>.

Linux & Mac OS
$ cmake -S . -B build -DCMAKE_INSTALL_PREFIX=~/nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug
$ cmake --build build --target install
Windows
$ cmake -S . -B build -G "Visual Studio 15 2017 Win64" -DCMAKE_INSTALL_PREFIX=$USERPROFILE\nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug
$ cmake --build . --config Debug --target install

More detailed instructions can be found at the Desktop Client Wiki.

📥 Where to find binaries to download

🔆 Daily builds

🚀 Releases

💣 Reporting issues

  • If you find any bugs or have any suggestion for improvement, please file an issue at https://github.com/nextcloud/desktop/issues. Do not contact the authors directly by mail, as this increases the chance of your report being lost. 💥

😃 🏆 Pull requests

📡 Contact us

If you want to contact us, e.g. before starting a more complex feature, for questions you can join us at #nextcloud-client.

✌️ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and Forums. If you contribute, participate or interact with this community, please respect our shared values. 😌

📝 Source code

The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to fork and improve the source code and to adapt it to your need, many copies can be found on the Internet, in particular on GitHub. However, the authoritative repository maintained by the developers is located at https://github.com/nextcloud/desktop.

📜 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.