Licence and what it means for you
This page states plainly who is behind Wusel, what is free, and where money is involved. We would rather be upfront about the commercial side than pretend it is not there — the project is genuinely open, and its distribution is a business. Both are true; neither is hidden.
Building the packages is a separate, technical matter: Build a package.
The licence
Wusel is licensed under Apache-2.0. It lets the free sources also ship as signed, commercial store builds (the distribution model), carries an explicit patent grant, and cleanly covers outside contributions (inbound = outbound). A copyleft licence would conflict with the Apple App Store / Microsoft Store terms and force direct-sale signed binaries only — so Apache-2.0 is what keeps the store path open. Wusel is an independent client and shares no code with Nextcloud’s own server (AGPL-3.0) or desktop client (GPL-2.0-or-later).
Who is behind it
-
IT Beratung Hermann GmbH (ITBH) develops
wuseland holds the copyright and the product brand. -
KE-Online FlexCo distributes the commercial store builds and provides commercial support.
The source in this repository is the whole product. The company earns from distributing it conveniently, not from withholding any of it.
What is free (the open promise)
Everything in this repository is licensed under Apache-2.0. That is the entire
client — wusel-core plus every OS frontend (FUSE today; macOS File Provider and
Windows Cloud Filter as they land) — and it is fully functional:
-
No licence check, no activation, no phone-home. There is deliberately no licensing logic anywhere in the code, and there never will be. A gate in open source enforces nothing (anyone may remove it and rebuild — that is the freedom Apache-2.0 grants) and would only erode the trust the open core exists to earn.
-
No paid tier inside the client. No feature is held back, time-limited, or unlocked by a key. What you build from source is the same software the stores sell.
-
You may clone, build, run, fork, and redistribute it under Apache-2.0, for free — including from the Linux packages built out of this repository. See Packages.
Self-hosters and the community get a complete client with nothing crippled. This is the promise, and the gate-free core is how it stays credible.
What is commercial (what you actually pay for)
Not the code — the convenience and assurance of distribution:
| Free — build it yourself | Paid — via KE-Online FlexCo |
|---|---|
|
|
On macOS and Windows the store build spares you the toolchain, the code signing, and Apple’s notarization — the friction that makes a self-built desktop client awkward for non-developers and unmanageable at company scale. That convenience, and the support behind it, is the product KE-Online sells.
What stays out of this repository
Only the private packaging layer — and it holds no product code:
-
signing secrets, notarization credentials, and store accounts;
-
store-submission and build automation that carries those secrets;
-
any future closed enterprise module kept strictly separate (e.g. MDM policies, central configuration, fleet reporting) — never a gate bolted onto the open core.
No frontend or engine code lives there. Losing that layer would cost a signature, never a feature. Consequently the open core is always independently buildable and reproducible: a store build is this repository plus packaging, nothing that changes behaviour.
Naming & brand
The code is Apache-2.0 and free to use, including in derived builds. The product name and branding under which commercial builds are sold belong to ITBH: please do not market a fork under our name or branding. You may build and share the software freely — just not as if it were our official product.
wusel is the current technical working name; the eventual product brand is
separate and not yet chosen. It is not a registered trademark — ITBH intends to
register the final name, and only then would "™"/"®" or the term "trademark"
apply to it.
wusel is an independent project. "for Nextcloud" is a compatibility
statement only — the project is not affiliated with, sponsored by, or endorsed
by Nextcloud GmbH, and "Nextcloud" is their registered trademark.
Why say all this
Open-source sync clients live or die on trust: users hand them their files. A hidden commercial hook, or a paywall disguised as "free", would poison that. So the deal is explicit — the core is free and complete, the company sells the signed, supported, auto-updating package, and the two are cleanly separated. The licence rationale — why Apache-2.0 and not copyleft — is at the top of this page.