>_Open Source Notices

Last updated: 05.05.2026

Simsala Desktop contains open source components and third-party libraries. We thank the open source community and provide the relevant copyright and license notices below.

These notices apply only to open source components and third-party software that may be included in Simsala Desktop. They do not mean that Simsala Desktop as a whole is open source.

Simsala Desktop itself is proprietary software.
Use of Simsala Desktop is governed by the Simsala License Terms / EULA.

Internal packages, private modules, and Simsala-owned code are not part of these open source notices unless explicitly marked as open source.

Language version: These legal texts are provided in German and English. In the event of discrepancies, inconsistencies, or questions of interpretation between the German and English version, the German version shall prevail. The English version is provided for convenience only. German master version: open-source-notices-de.html.

1. Purpose of These Notices

Many open source licenses permit commercial use, reproduction, and redistribution of software components but require preserving copyright notices, license texts, and in some cases additional NOTICE information.

With these notices, we inform you about third-party components used in Simsala Desktop and provide the associated license information.

2. No Change to the Simsala License

The following open source license notices apply only to the listed third-party components.

They do not grant rights to Simsala Desktop as a whole, to proprietary Simsala source code, UI, product design, trademarks, logos, workflows, presets, documentation, or other proprietary parts unless explicitly subject to an open source license.

Simsala Desktop remains proprietary software unless explicitly stated otherwise.

3. Included Open Source Components

Simsala Desktop may include components from the following categories:

The actually included components may vary by Simsala Desktop version.

4. License Information and SPDX Expressions

License information on this page may contain SPDX identifiers and SPDX license expressions, for example:

MIT
Apache-2.0
MIT OR Apache-2.0
Apache-2.0 AND ISC
Apache-2.0 WITH LLVM-exception
MPL-2.0

If an expression contains OR, the component may be used under one of the listed alternatives. If an expression contains AND, terms of all listed licenses must be observed. If an expression contains WITH, the listed license applies with the specified exception.

5. Component List

The following list contains open source components and third-party libraries that may be used in Simsala Desktop.

The concrete list is updated per released Simsala Desktop version.

Appendix A - NPM / TypeScript / Frontend Components

{
  "@tauri-apps/api@2.10.1": {
    "licenses": "Apache-2.0 OR MIT",
    "repository": "https://github.com/tauri-apps/tauri"
  }
}

Private or proprietary Simsala-internal packages are not listed.

Appendix B - Rust / Cargo Components

The following list contains Rust/Cargo components that may be used in Simsala Desktop.

Simsala-owned internal crates are not part of these open source notices unless they are explicitly published as open source.

adler2	2.0.1	0BSD OR MIT OR Apache-2.0
aes	0.8.4	MIT OR Apache-2.0
aho-corasick	1.1.4	Unlicense OR MIT
alloc-no-stdlib	2.0.4	BSD-3-Clause
alloc-stdlib	0.2.2	BSD-3-Clause
android_system_properties	0.1.5	MIT/Apache-2.0
anyhow	1.0.102	MIT OR Apache-2.0
ashpd	0.8.1	MIT
async-broadcast	0.7.2	MIT OR Apache-2.0
async-channel	2.5.0	Apache-2.0 OR MIT
async-executor	1.14.0	Apache-2.0 OR MIT
async-fs	2.2.0	Apache-2.0 OR MIT
async-io	2.6.0	Apache-2.0 OR MIT
async-lock	3.4.2	Apache-2.0 OR MIT
async-net	2.0.0	Apache-2.0 OR MIT
async-process	2.5.0	Apache-2.0 OR MIT
async-recursion	1.1.1	MIT OR Apache-2.0
async-signal	0.2.14	Apache-2.0 OR MIT
async-task	4.7.1	Apache-2.0 OR MIT
async-trait	0.1.89	MIT OR Apache-2.0
atk	0.18.2	MIT
atk-sys	0.18.2	MIT
atomic-waker	1.1.2	Apache-2.0 OR MIT
autocfg	1.5.0	Apache-2.0 OR MIT
base64	0.21.7	MIT OR Apache-2.0
base64	0.22.1	MIT OR Apache-2.0
bit-set	0.8.0	Apache-2.0 OR MIT
bit-vec	0.8.0	Apache-2.0 OR MIT
bitflags	1.3.2	MIT/Apache-2.0
bitflags	2.11.1	MIT OR Apache-2.0
block	0.1.6	MIT
block-buffer	0.10.4	MIT OR Apache-2.0
block-padding	0.3.3	MIT OR Apache-2.0
block2	0.6.2	MIT
blocking	1.6.2	Apache-2.0 OR MIT
brotli	8.0.2	BSD-3-Clause AND MIT
brotli-decompressor	5.0.0	BSD-3-Clause/MIT
bumpalo	3.20.2	MIT OR Apache-2.0
bytemuck	1.25.0	Zlib OR Apache-2.0 OR MIT
byteorder	1.5.0	Unlicense OR MIT
bytes	1.11.1	MIT
cairo-rs	0.18.5	MIT
cairo-sys-rs	0.18.2	MIT
camino	1.2.2	MIT OR Apache-2.0
cargo-platform	0.1.9	MIT OR Apache-2.0
cargo_metadata	0.19.2	MIT
cargo_toml	0.22.3	Apache-2.0 OR MIT
cbc	0.1.2	MIT OR Apache-2.0
cc	1.2.60	MIT OR Apache-2.0
cesu8	1.1.0	Apache-2.0/MIT
cfb	0.7.3	MIT
cfg-expr	0.15.8	MIT OR Apache-2.0
cfg-if	1.0.4	MIT OR Apache-2.0
cfg_aliases	0.2.1	MIT
chrono	0.4.44	MIT OR Apache-2.0
cipher	0.4.4	MIT OR Apache-2.0
combine	4.6.7	MIT
concurrent-queue	2.5.0	Apache-2.0 OR MIT
convert_case	0.4.0	MIT
cookie	0.18.1	MIT OR Apache-2.0
core-foundation	0.9.4	MIT OR Apache-2.0
core-foundation	0.10.1	MIT OR Apache-2.0
core-foundation-sys	0.8.7	MIT OR Apache-2.0
core-graphics	0.25.0	MIT OR Apache-2.0
core-graphics-types	0.2.0	MIT OR Apache-2.0
cpufeatures	0.2.17	MIT OR Apache-2.0
crc32fast	1.5.0	MIT OR Apache-2.0
crossbeam-channel	0.5.15	MIT OR Apache-2.0
crossbeam-utils	0.8.21	MIT OR Apache-2.0
crypto-common	0.1.7	MIT OR Apache-2.0
cssparser	0.29.6	MPL-2.0
cssparser	0.36.0	MPL-2.0
cssparser-macros	0.6.1	MPL-2.0
ctor	0.2.9	Apache-2.0 OR MIT
darling	0.23.0	MIT
darling_core	0.23.0	MIT
darling_macro	0.23.0	MIT
dbus	0.9.11	Apache-2.0/MIT
dbus-secret-service	4.1.0	MIT OR Apache-2.0
deranged	0.5.8	MIT OR Apache-2.0
derive_more	0.99.20	MIT
derive_more	2.1.1	MIT
derive_more-impl	2.1.1	MIT
digest	0.10.7	MIT OR Apache-2.0
dirs	6.0.0	MIT OR Apache-2.0
dirs-sys	0.5.0	MIT OR Apache-2.0
dispatch	0.2.0	MIT
dispatch2	0.3.1	Zlib OR Apache-2.0 OR MIT
displaydoc	0.2.5	MIT OR Apache-2.0
dlopen2	0.8.2	MIT
dlopen2_derive	0.4.3	MIT
dom_query	0.27.0	MIT
dpi	0.1.2	Apache-2.0 AND MIT
dtoa	1.0.11	MIT OR Apache-2.0
dtoa-short	0.3.5	MPL-2.0
dunce	1.0.5	CC0-1.0 OR MIT-0 OR Apache-2.0
dyn-clone	1.0.20	MIT OR Apache-2.0
embed-resource	3.0.8	MIT
embed_plist	1.2.2	MIT OR Apache-2.0
endi	1.1.1	MIT
enumflags2	0.7.12	MIT OR Apache-2.0
enumflags2_derive	0.7.12	MIT OR Apache-2.0
equivalent	1.0.2	Apache-2.0 OR MIT
erased-serde	0.4.10	MIT OR Apache-2.0
errno	0.3.14	MIT OR Apache-2.0
event-listener	5.4.1	Apache-2.0 OR MIT
event-listener-strategy	0.5.4	Apache-2.0 OR MIT
fastrand	2.4.1	Apache-2.0 OR MIT
fdeflate	0.3.7	MIT OR Apache-2.0
field-offset	0.3.6	MIT OR Apache-2.0
find-msvc-tools	0.1.9	MIT OR Apache-2.0
flate2	1.1.9	MIT OR Apache-2.0
fnv	1.0.7	Apache-2.0 / MIT
foldhash	0.1.5	Zlib
foldhash	0.2.0	Zlib
foreign-types	0.5.0	MIT/Apache-2.0
foreign-types-macros	0.2.3	MIT/Apache-2.0
foreign-types-shared	0.3.1	MIT/Apache-2.0
form_urlencoded	1.2.2	MIT OR Apache-2.0
futf	0.1.5	MIT / Apache-2.0
futures-channel	0.3.32	MIT OR Apache-2.0
futures-core	0.3.32	MIT OR Apache-2.0
futures-executor	0.3.32	MIT OR Apache-2.0
futures-io	0.3.32	MIT OR Apache-2.0
futures-lite	2.6.1	Apache-2.0 OR MIT
futures-macro	0.3.32	MIT OR Apache-2.0
futures-sink	0.3.32	MIT OR Apache-2.0
futures-task	0.3.32	MIT OR Apache-2.0
futures-util	0.3.32	MIT OR Apache-2.0
fxhash	0.2.1	Apache-2.0/MIT
gdk	0.18.2	MIT
gdk-pixbuf	0.18.5	MIT
gdk-pixbuf-sys	0.18.0	MIT
gdk-sys	0.18.2	MIT
gdkwayland-sys	0.18.2	MIT
gdkx11	0.18.2	MIT
gdkx11-sys	0.18.2	MIT
generic-array	0.14.7	MIT
getrandom	0.1.16	MIT OR Apache-2.0
getrandom	0.2.17	MIT OR Apache-2.0
getrandom	0.3.4	MIT OR Apache-2.0
getrandom	0.4.2	MIT OR Apache-2.0
gio	0.18.4	MIT
gio-sys	0.18.1	MIT
glib	0.18.5	MIT
glib-macros	0.18.5	MIT
glib-sys	0.18.1	MIT
glob	0.3.3	MIT OR Apache-2.0
gobject-sys	0.18.0	MIT
gtk	0.18.2	MIT
gtk-sys	0.18.2	MIT
gtk3-macros	0.18.2	MIT
hashbrown	0.12.3	MIT OR Apache-2.0
hashbrown	0.15.5	MIT OR Apache-2.0
hashbrown	0.17.0	MIT OR Apache-2.0
heck	0.4.1	MIT OR Apache-2.0
heck	0.5.0	MIT OR Apache-2.0
hermit-abi	0.5.2	MIT OR Apache-2.0
hex	0.4.3	MIT OR Apache-2.0
hkdf	0.12.4	MIT OR Apache-2.0
hmac	0.12.1	MIT OR Apache-2.0
html5ever	0.29.1	MIT OR Apache-2.0
html5ever	0.38.0	MIT OR Apache-2.0
http	1.4.0	MIT OR Apache-2.0
http-body	1.0.1	MIT
http-body-util	0.1.3	MIT
httparse	1.10.1	MIT OR Apache-2.0
hyper	1.9.0	MIT
hyper-rustls	0.27.9	Apache-2.0 OR ISC OR MIT
hyper-util	0.1.20	MIT
iana-time-zone	0.1.65	MIT OR Apache-2.0
iana-time-zone-haiku	0.1.2	MIT OR Apache-2.0
ico	0.5.0	MIT
icu_collections	2.2.0	Unicode-3.0
icu_locale_core	2.2.0	Unicode-3.0
icu_normalizer	2.2.0	Unicode-3.0
icu_normalizer_data	2.2.0	Unicode-3.0
icu_properties	2.2.0	Unicode-3.0
icu_properties_data	2.2.0	Unicode-3.0
icu_provider	2.2.0	Unicode-3.0
id-arena	2.3.0	MIT/Apache-2.0
ident_case	1.0.1	MIT/Apache-2.0
idna	1.1.0	MIT OR Apache-2.0
idna_adapter	1.2.1	Apache-2.0 OR MIT
indexmap	1.9.3	Apache-2.0 OR MIT
indexmap	2.14.0	Apache-2.0 OR MIT
infer	0.19.0	MIT
inout	0.1.4	MIT OR Apache-2.0
ipnet	2.12.0	MIT OR Apache-2.0
iri-string	0.7.12	MIT OR Apache-2.0
itoa	1.0.18	MIT OR Apache-2.0
javascriptcore-rs	1.1.2	MIT
javascriptcore-rs-sys	1.1.1	MIT
jni	0.21.1	MIT/Apache-2.0
jni-sys	0.3.1	MIT OR Apache-2.0
jni-sys	0.4.1	MIT OR Apache-2.0
jni-sys-macros	0.4.1	MIT OR Apache-2.0
js-sys	0.3.95	MIT OR Apache-2.0
json-patch	3.0.1	MIT/Apache-2.0
jsonptr	0.6.3	MIT OR Apache-2.0
keyboard-types	0.7.0	MIT OR Apache-2.0
keyring	3.6.3	MIT OR Apache-2.0
kuchikiki	0.8.8-speedreader	MIT
leb128fmt	0.1.0	MIT OR Apache-2.0
libappindicator	0.9.0	Apache-2.0 OR MIT
libappindicator-sys	0.9.0	Apache-2.0 OR MIT
libc	0.2.185	MIT OR Apache-2.0
libdbus-sys	0.2.7	Apache-2.0/MIT
libloading	0.7.4	ISC
libredox	0.1.16	MIT
linux-keyutils	0.2.5	Apache-2.0 OR MIT
linux-raw-sys	0.12.1	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
litemap	0.8.2	Unicode-3.0
lock_api	0.4.14	MIT OR Apache-2.0
log	0.4.29	MIT OR Apache-2.0
lru-slab	0.1.2	MIT OR Apache-2.0 OR Zlib
mac	0.1.1	MIT/Apache-2.0
malloc_buf	0.0.6	MIT
markup5ever	0.14.1	MIT OR Apache-2.0
markup5ever	0.38.0	MIT OR Apache-2.0
match_token	0.1.0	MIT OR Apache-2.0
matches	0.1.10	MIT
memchr	2.8.0	Unlicense OR MIT
memoffset	0.9.1	MIT
mime	0.3.17	MIT OR Apache-2.0
miniz_oxide	0.8.9	MIT OR Zlib OR Apache-2.0
mio	1.2.0	MIT
muda	0.17.2	Apache-2.0 OR MIT
ndk	0.9.0	MIT OR Apache-2.0
ndk-context	0.1.1	MIT OR Apache-2.0
ndk-sys	0.6.0+11769913	MIT OR Apache-2.0
new_debug_unreachable	1.0.6	MIT
nix	0.29.0	MIT
nodrop	0.1.14	MIT/Apache-2.0
num	0.4.3	MIT OR Apache-2.0
num-bigint	0.4.6	MIT OR Apache-2.0
num-complex	0.4.6	MIT OR Apache-2.0
num-conv	0.2.1	MIT OR Apache-2.0
num-integer	0.1.46	MIT OR Apache-2.0
num-iter	0.1.45	MIT OR Apache-2.0
num-rational	0.4.2	MIT OR Apache-2.0
num-traits	0.2.19	MIT OR Apache-2.0
num_enum	0.7.6	BSD-3-Clause OR MIT OR Apache-2.0
num_enum_derive	0.7.6	BSD-3-Clause OR MIT OR Apache-2.0
objc	0.2.7	MIT
objc-foundation	0.1.1	MIT
objc2	0.6.4	MIT
objc2-app-kit	0.3.2	Zlib OR Apache-2.0 OR MIT
objc2-core-foundation	0.3.2	Zlib OR Apache-2.0 OR MIT
objc2-core-graphics	0.3.2	Zlib OR Apache-2.0 OR MIT
objc2-encode	4.1.0	MIT
objc2-exception-helper	0.1.1	Zlib OR Apache-2.0 OR MIT
objc2-foundation	0.3.2	MIT
objc2-io-surface	0.3.2	Zlib OR Apache-2.0 OR MIT
objc2-quartz-core	0.3.2	Zlib OR Apache-2.0 OR MIT
objc2-ui-kit	0.3.2	Zlib OR Apache-2.0 OR MIT
objc2-web-kit	0.3.2	Zlib OR Apache-2.0 OR MIT
objc_id	0.1.1	MIT
once_cell	1.21.4	MIT OR Apache-2.0
option-ext	0.2.0	MPL-2.0
ordered-stream	0.2.0	MIT OR Apache-2.0
pango	0.18.3	MIT
pango-sys	0.18.0	MIT
parking	2.2.1	Apache-2.0 OR MIT
parking_lot	0.12.5	MIT OR Apache-2.0
parking_lot_core	0.9.12	MIT OR Apache-2.0
percent-encoding	2.3.2	MIT OR Apache-2.0
phf	0.8.0	MIT
phf	0.10.1	MIT
phf	0.11.3	MIT
phf	0.13.1	MIT
phf_codegen	0.8.0	MIT
phf_codegen	0.11.3	MIT
phf_codegen	0.13.1	MIT
phf_generator	0.8.0	MIT
phf_generator	0.10.0	MIT
phf_generator	0.11.3	MIT
phf_generator	0.13.1	MIT
phf_macros	0.10.0	MIT
phf_macros	0.11.3	MIT
phf_macros	0.13.1	MIT
phf_shared	0.8.0	MIT
phf_shared	0.10.0	MIT
phf_shared	0.11.3	MIT
phf_shared	0.13.1	MIT
pin-project-lite	0.2.17	Apache-2.0 OR MIT
piper	0.2.5	MIT OR Apache-2.0
pkg-config	0.3.33	MIT OR Apache-2.0
plist	1.8.0	MIT
png	0.17.16	MIT OR Apache-2.0
polling	3.11.0	Apache-2.0 OR MIT
pollster	0.3.0	Apache-2.0/MIT
potential_utf	0.1.5	Unicode-3.0
powerfmt	0.2.0	MIT OR Apache-2.0
ppv-lite86	0.2.21	MIT OR Apache-2.0
precomputed-hash	0.1.1	MIT
prettyplease	0.2.37	MIT OR Apache-2.0
proc-macro-crate	1.3.1	MIT OR Apache-2.0
proc-macro-crate	2.0.2	MIT OR Apache-2.0
proc-macro-crate	3.5.0	MIT OR Apache-2.0
proc-macro-error	1.0.4	MIT OR Apache-2.0
proc-macro-error-attr	1.0.4	MIT OR Apache-2.0
proc-macro-hack	0.5.20+deprecated	MIT OR Apache-2.0
proc-macro2	1.0.106	MIT OR Apache-2.0
quick-xml	0.38.4	MIT
quinn	0.11.9	MIT OR Apache-2.0
quinn-proto	0.11.14	MIT OR Apache-2.0
quinn-udp	0.5.14	MIT OR Apache-2.0
quote	1.0.45	MIT OR Apache-2.0
r-efi	5.3.0	MIT OR Apache-2.0 OR LGPL-2.1-or-later
r-efi	6.0.0	MIT OR Apache-2.0 OR LGPL-2.1-or-later
rand	0.7.3	MIT OR Apache-2.0
rand	0.8.6	MIT OR Apache-2.0
rand	0.9.4	MIT OR Apache-2.0
rand_chacha	0.2.2	MIT OR Apache-2.0
rand_chacha	0.3.1	MIT OR Apache-2.0
rand_chacha	0.9.0	MIT OR Apache-2.0
rand_core	0.5.1	MIT OR Apache-2.0
rand_core	0.6.4	MIT OR Apache-2.0
rand_core	0.9.5	MIT OR Apache-2.0
rand_hc	0.2.0	MIT/Apache-2.0
rand_pcg	0.2.1	MIT OR Apache-2.0
raw-window-handle	0.6.2	MIT OR Apache-2.0 OR Zlib
redox_syscall	0.5.18	MIT
redox_users	0.5.2	MIT
ref-cast	1.0.25	MIT OR Apache-2.0
ref-cast-impl	1.0.25	MIT OR Apache-2.0
regex	1.12.3	MIT OR Apache-2.0
regex-automata	0.4.14	MIT OR Apache-2.0
regex-syntax	0.8.10	MIT OR Apache-2.0
reqwest	0.12.28	MIT OR Apache-2.0
reqwest	0.13.2	MIT OR Apache-2.0
rfd	0.14.1	MIT
ring	0.17.14	Apache-2.0 AND ISC
rustc-hash	2.1.2	Apache-2.0 OR MIT
rustc_version	0.4.1	MIT OR Apache-2.0
rustix	1.1.4	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
rustls	0.23.38	Apache-2.0 OR ISC OR MIT
rustls-pki-types	1.14.0	MIT OR Apache-2.0
rustls-webpki	0.103.12	ISC
rustversion	1.0.22	MIT OR Apache-2.0
ryu	1.0.23	Apache-2.0 OR BSL-1.0
same-file	1.0.6	Unlicense/MIT
schemars	0.8.22	MIT
schemars	0.9.0	MIT
schemars	1.2.1	MIT
schemars_derive	0.8.22	MIT
scopeguard	1.2.0	MIT OR Apache-2.0
secret-service	4.0.0	MIT OR Apache-2.0
security-framework	2.11.1	MIT OR Apache-2.0
security-framework	3.7.0	MIT OR Apache-2.0
security-framework-sys	2.17.0	MIT OR Apache-2.0
selectors	0.24.0	MPL-2.0
selectors	0.36.1	MPL-2.0
semver	1.0.28	MIT OR Apache-2.0
serde	1.0.228	MIT OR Apache-2.0
serde-untagged	0.1.9	MIT OR Apache-2.0
serde_core	1.0.228	MIT OR Apache-2.0
serde_derive	1.0.228	MIT OR Apache-2.0
serde_derive_internals	0.29.1	MIT OR Apache-2.0
serde_json	1.0.149	MIT OR Apache-2.0
serde_repr	0.1.20	MIT OR Apache-2.0
serde_spanned	0.6.9	MIT OR Apache-2.0
serde_spanned	1.1.1+spec-1.1.0	MIT OR Apache-2.0
serde_urlencoded	0.7.1	MIT/Apache-2.0
serde_with	3.18.0	MIT OR Apache-2.0
serde_with_macros	3.18.0	MIT OR Apache-2.0
serialize-to-javascript	0.1.2	MIT OR Apache-2.0
serialize-to-javascript-impl	0.1.2	MIT OR Apache-2.0
servo_arc	0.2.0	MIT OR Apache-2.0
servo_arc	0.4.3	MIT OR Apache-2.0
sha1	0.10.6	MIT OR Apache-2.0
sha2	0.10.9	MIT OR Apache-2.0
shlex	1.3.0	MIT OR Apache-2.0
signal-hook-registry	1.4.8	MIT OR Apache-2.0
simd-adler32	0.3.9	MIT
siphasher	0.3.11	MIT/Apache-2.0
siphasher	1.0.2	MIT/Apache-2.0
slab	0.4.12	MIT
smallvec	1.15.1	MIT OR Apache-2.0
socket2	0.6.3	MIT OR Apache-2.0
softbuffer	0.4.8	MIT OR Apache-2.0
soup3	0.5.0	MIT
soup3-sys	0.5.0	MIT
stable_deref_trait	1.2.1	MIT OR Apache-2.0
static_assertions	1.1.0	MIT OR Apache-2.0
string_cache	0.8.9	MIT OR Apache-2.0
string_cache	0.9.0	MIT OR Apache-2.0
string_cache_codegen	0.5.4	MIT OR Apache-2.0
string_cache_codegen	0.6.1	MIT OR Apache-2.0
strsim	0.11.1	MIT
subtle	2.6.1	BSD-3-Clause
swift-rs	1.0.7	MIT OR Apache-2.0
syn	1.0.109	MIT OR Apache-2.0
syn	2.0.117	MIT OR Apache-2.0
sync_wrapper	1.0.2	Apache-2.0
synstructure	0.13.2	MIT
system-deps	6.2.2	MIT OR Apache-2.0
tao	0.34.8	Apache-2.0
tao-macros	0.1.3	MIT OR Apache-2.0
target-lexicon	0.12.16	Apache-2.0 WITH LLVM-exception
tauri	2.10.3	Apache-2.0 OR MIT
tauri-build	2.5.6	Apache-2.0 OR MIT
tauri-codegen	2.5.5	Apache-2.0 OR MIT
tauri-macros	2.5.5	Apache-2.0 OR MIT
tauri-runtime	2.10.1	Apache-2.0 OR MIT
tauri-runtime-wry	2.10.1	Apache-2.0 OR MIT
tauri-utils	2.8.3	Apache-2.0 OR MIT
tauri-winres	0.3.5	MIT
tempfile	3.27.0	MIT OR Apache-2.0
tendril	0.4.3	MIT/Apache-2.0
tendril	0.5.0	MIT OR Apache-2.0
thiserror	1.0.69	MIT OR Apache-2.0
thiserror	2.0.18	MIT OR Apache-2.0
thiserror-impl	1.0.69	MIT OR Apache-2.0
thiserror-impl	2.0.18	MIT OR Apache-2.0
time	0.3.47	MIT OR Apache-2.0
time-core	0.1.8	MIT OR Apache-2.0
time-macros	0.2.27	MIT OR Apache-2.0
tinystr	0.8.3	Unicode-3.0
tinyvec	1.11.0	Zlib OR Apache-2.0 OR MIT
tinyvec_macros	0.1.1	MIT OR Apache-2.0 OR Zlib
tokio	1.52.1	MIT
tokio-rustls	0.26.4	MIT OR Apache-2.0
tokio-util	0.7.18	MIT
toml	0.8.2	MIT OR Apache-2.0
toml	0.9.12+spec-1.1.0	MIT OR Apache-2.0
toml_datetime	0.6.3	MIT OR Apache-2.0
toml_datetime	0.7.5+spec-1.1.0	MIT OR Apache-2.0
toml_datetime	1.1.1+spec-1.1.0	MIT OR Apache-2.0
toml_edit	0.19.15	MIT OR Apache-2.0
toml_edit	0.20.2	MIT OR Apache-2.0
toml_edit	0.25.11+spec-1.1.0	MIT OR Apache-2.0
toml_parser	1.1.2+spec-1.1.0	MIT OR Apache-2.0
toml_writer	1.1.1+spec-1.1.0	MIT OR Apache-2.0
tower	0.5.3	MIT
tower-http	0.6.8	MIT
tower-layer	0.3.3	MIT
tower-service	0.3.3	MIT
tracing	0.1.44	MIT
tracing-attributes	0.1.31	MIT
tracing-core	0.1.36	MIT
tray-icon	0.21.3	MIT OR Apache-2.0
try-lock	0.2.5	MIT
typeid	1.0.3	MIT OR Apache-2.0
typenum	1.20.0	MIT OR Apache-2.0
uds_windows	1.2.1	MIT
unic-char-property	0.9.0	MIT/Apache-2.0
unic-char-range	0.9.0	MIT/Apache-2.0
unic-common	0.9.0	MIT/Apache-2.0
unic-ucd-ident	0.9.0	MIT/Apache-2.0
unic-ucd-version	0.9.0	MIT/Apache-2.0
unicode-ident	1.0.24	(MIT OR Apache-2.0) AND Unicode-3.0
unicode-segmentation	1.13.2	MIT OR Apache-2.0
unicode-xid	0.2.6	MIT OR Apache-2.0
untrusted	0.9.0	ISC
url	2.5.8	MIT OR Apache-2.0
urlencoding	2.1.3	MIT
urlpattern	0.3.0	MIT
utf-8	0.7.6	MIT OR Apache-2.0
utf8_iter	1.0.4	Apache-2.0 OR MIT
uuid	1.23.1	Apache-2.0 OR MIT
version-compare	0.2.1	MIT
version_check	0.9.5	MIT/Apache-2.0
vswhom	0.1.0	MIT
vswhom-sys	0.1.3	MIT
walkdir	2.5.0	Unlicense/MIT
want	0.3.1	MIT
wasi	0.9.0+wasi-snapshot-preview1	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasi	0.11.1+wasi-snapshot-preview1	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasip2	1.0.3+wasi-0.2.9	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasip3	0.4.0+wasi-0.3.0-rc-2026-01-06	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-bindgen	0.2.118	MIT OR Apache-2.0
wasm-bindgen-futures	0.4.68	MIT OR Apache-2.0
wasm-bindgen-macro	0.2.118	MIT OR Apache-2.0
wasm-bindgen-macro-support	0.2.118	MIT OR Apache-2.0
wasm-bindgen-shared	0.2.118	MIT OR Apache-2.0
wasm-encoder	0.244.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-metadata	0.244.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-streams	0.5.0	MIT OR Apache-2.0
wasmparser	0.244.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
web-sys	0.3.95	MIT OR Apache-2.0
web-time	1.1.0	MIT OR Apache-2.0
web_atoms	0.2.4	MIT OR Apache-2.0
webkit2gtk	2.0.2	MIT
webkit2gtk-sys	2.0.2	MIT
webpki-roots	1.0.7	CDLA-Permissive-2.0
webview2-com	0.38.2	MIT
webview2-com-macros	0.8.1	MIT
webview2-com-sys	0.38.2	MIT
winapi	0.3.9	MIT/Apache-2.0
winapi-i686-pc-windows-gnu	0.4.0	MIT/Apache-2.0
winapi-util	0.1.11	Unlicense OR MIT
winapi-x86_64-pc-windows-gnu	0.4.0	MIT/Apache-2.0
window-vibrancy	0.6.0	Apache-2.0 OR MIT
windows	0.61.3	MIT OR Apache-2.0
windows-collections	0.2.0	MIT OR Apache-2.0
windows-core	0.61.2	MIT OR Apache-2.0
windows-core	0.62.2	MIT OR Apache-2.0
windows-future	0.2.1	MIT OR Apache-2.0
windows-implement	0.60.2	MIT OR Apache-2.0
windows-interface	0.59.3	MIT OR Apache-2.0
windows-link	0.1.3	MIT OR Apache-2.0
windows-link	0.2.1	MIT OR Apache-2.0
windows-numerics	0.2.0	MIT OR Apache-2.0
windows-result	0.3.4	MIT OR Apache-2.0
windows-result	0.4.1	MIT OR Apache-2.0
windows-strings	0.4.2	MIT OR Apache-2.0
windows-strings	0.5.1	MIT OR Apache-2.0
windows-sys	0.45.0	MIT OR Apache-2.0
windows-sys	0.48.0	MIT OR Apache-2.0
windows-sys	0.52.0	MIT OR Apache-2.0
windows-sys	0.59.0	MIT OR Apache-2.0
windows-sys	0.60.2	MIT OR Apache-2.0
windows-sys	0.61.2	MIT OR Apache-2.0
windows-targets	0.42.2	MIT OR Apache-2.0
windows-targets	0.48.5	MIT OR Apache-2.0
windows-targets	0.52.6	MIT OR Apache-2.0
windows-targets	0.53.5	MIT OR Apache-2.0
windows-threading	0.1.0	MIT OR Apache-2.0
windows-version	0.1.7	MIT OR Apache-2.0
windows_aarch64_gnullvm	0.42.2	MIT OR Apache-2.0
windows_aarch64_gnullvm	0.48.5	MIT OR Apache-2.0
windows_aarch64_gnullvm	0.52.6	MIT OR Apache-2.0
windows_aarch64_gnullvm	0.53.1	MIT OR Apache-2.0
windows_aarch64_msvc	0.42.2	MIT OR Apache-2.0
windows_aarch64_msvc	0.48.5	MIT OR Apache-2.0
windows_aarch64_msvc	0.52.6	MIT OR Apache-2.0
windows_aarch64_msvc	0.53.1	MIT OR Apache-2.0
windows_i686_gnu	0.42.2	MIT OR Apache-2.0
windows_i686_gnu	0.48.5	MIT OR Apache-2.0
windows_i686_gnu	0.52.6	MIT OR Apache-2.0
windows_i686_gnu	0.53.1	MIT OR Apache-2.0
windows_i686_gnullvm	0.52.6	MIT OR Apache-2.0
windows_i686_gnullvm	0.53.1	MIT OR Apache-2.0
windows_i686_msvc	0.42.2	MIT OR Apache-2.0
windows_i686_msvc	0.48.5	MIT OR Apache-2.0
windows_i686_msvc	0.52.6	MIT OR Apache-2.0
windows_i686_msvc	0.53.1	MIT OR Apache-2.0
windows_x86_64_gnu	0.42.2	MIT OR Apache-2.0
windows_x86_64_gnu	0.48.5	MIT OR Apache-2.0
windows_x86_64_gnu	0.52.6	MIT OR Apache-2.0
windows_x86_64_gnu	0.53.1	MIT OR Apache-2.0
windows_x86_64_gnullvm	0.42.2	MIT OR Apache-2.0
windows_x86_64_gnullvm	0.48.5	MIT OR Apache-2.0
windows_x86_64_gnullvm	0.52.6	MIT OR Apache-2.0
windows_x86_64_gnullvm	0.53.1	MIT OR Apache-2.0
windows_x86_64_msvc	0.42.2	MIT OR Apache-2.0
windows_x86_64_msvc	0.48.5	MIT OR Apache-2.0
windows_x86_64_msvc	0.52.6	MIT OR Apache-2.0
windows_x86_64_msvc	0.53.1	MIT OR Apache-2.0
winnow	0.5.40	MIT
winnow	0.7.15	MIT
winnow	1.0.1	MIT
winreg	0.55.0	MIT
wit-bindgen	0.51.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen	0.57.1	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen-core	0.51.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen-rust	0.51.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen-rust-macro	0.51.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-component	0.244.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-parser	0.244.0	Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
writeable	0.6.3	Unicode-3.0
wry	0.54.4	Apache-2.0 OR MIT
x11	2.21.0	MIT
x11-dl	2.21.0	MIT
xdg-home	1.3.0	MIT
yoke	0.8.2	Unicode-3.0
yoke-derive	0.8.2	Unicode-3.0
zbus	4.4.0	MIT
zbus_macros	4.4.0	MIT
zbus_names	3.0.0	MIT
zerocopy	0.8.48	BSD-2-Clause OR Apache-2.0 OR MIT
zerocopy-derive	0.8.48	BSD-2-Clause OR Apache-2.0 OR MIT
zerofrom	0.1.7	Unicode-3.0
zerofrom-derive	0.1.7	Unicode-3.0
zeroize	1.8.2	Apache-2.0 OR MIT
zeroize_derive	1.4.3	Apache-2.0 OR MIT
zerotrie	0.2.4	Unicode-3.0
zerovec	0.11.6	Unicode-3.0
zerovec-derive	0.11.3	Unicode-3.0
zmij	1.0.21	MIT
zvariant	4.2.0	MIT
zvariant_derive	4.2.0	MIT
zvariant_utils	2.1.0	MIT

Appendix C - Check for GPL / AGPL / LGPL / MPL / SSPL

As of 05.05.2026, a check was run for the following license keywords:

GPL
AGPL
LGPL
MPL
SSPL

Result

License risk check generated on 2026-05-05

Keywords checked: GPL, AGPL, LGPL, MPL, SSPL

NPM matches:

Rust matches:
- cssparser@0.29.6 :: MPL-2.0
- cssparser@0.36.0 :: MPL-2.0
- cssparser-macros@0.6.1 :: MPL-2.0
- dtoa-short@0.3.5 :: MPL-2.0
- option-ext@0.2.0 :: MPL-2.0
- r-efi@5.3.0 :: MIT OR Apache-2.0 OR LGPL-2.1-or-later
- r-efi@6.0.0 :: MIT OR Apache-2.0 OR LGPL-2.1-or-later
- selectors@0.24.0 :: MPL-2.0
- selectors@0.36.1 :: MPL-2.0

Unique Rust expressions containing keywords:
- MIT OR Apache-2.0 OR LGPL-2.1-or-later
- MPL-2.0

Assessment Note

At the current state, no AGPL or SSPL components were detected.

Detected MPL-2.0 components are listed separately. Mozilla Public License 2.0 is a file-level copyleft license. It generally allows combination with proprietary code, but requires modified MPL-licensed files to be provided under MPL terms.

Components r-efi@5.3.0 and r-efi@6.0.0 are marked with MIT OR Apache-2.0 OR LGPL-2.1-or-later. Because this expression includes a license choice, Simsala can use these components under a permissive alternative such as MIT or Apache-2.0, subject to compliance with applicable license terms.

Appendix D - License Texts

Full license texts of used open source licenses are provided in the app, in documentation, or on this page.

The following license texts may be relevant in particular:

0BSD
Apache-2.0
Apache-2.0 WITH LLVM-exception
BSD-2-Clause
BSD-3-Clause
BSL-1.0
CC0-1.0
CDLA-Permissive-2.0
ISC
MIT
MIT-0
MPL-2.0
Unicode-3.0
Unlicense
Zlib

If a component includes additional NOTICE obligations, these are also provided where required by the applicable license.

6. Open Source Components with Source Code Obligations

Where Simsala Desktop contains components whose license requires provision of source code or specific source parts, we provide this information in accordance with the applicable license.

Such obligations apply only to the respective open source component and do not automatically apply to Simsala Desktop as a whole.

Requests concerning open source components can be sent to:

David Herrmann
E-mail: info@simsala.co

7. Third-Party Trademarks

All product names, trademarks, logos, and designations of third parties are property of their respective owners.

Mention of third-party products, libraries, frameworks, or services is solely for describing compatibility, technical use, or license notices.

8. No Warranty for Third-Party Components

Open source components and third-party libraries are provided under their respective licenses.

To the extent permitted by law, respective rights holders and contributors provide no warranty or liability for open source components. Applicable terms are those of the respective component licenses.

Warranty and liability for Simsala Desktop as a whole are governed by Simsala Terms and Conditions and Simsala License Terms / EULA.

9. Updates to These Notices

These open source notices may be updated when used components, versions, or license information change.

The latest version is available on our website or inside the app.