Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices. https://tuta.com
Find a file
abp e196f8f8e4
add tensorflow cpu backend as fallback for webgl backend
When the webgl backend is not available or unsupported,
we fall back to the tensorflow cpu backend.

Tensorflow cpu backend library review by abp and jhm.

Co-authored-by: jomapp <17314077+jomapp@users.noreply.github.com>
2025-11-20 16:06:18 +01:00
.cargo unify all rust project into single workspace 2025-02-06 13:29:03 +01:00
.github Use Github issues forms 2025-11-14 10:50:02 +01:00
.run [ci] run browser tests in CI 2023-07-28 16:08:22 +02:00
app-android v315.251119.1 2025-11-19 16:35:34 +01:00
app-ios v315.251119.1 2025-11-19 16:35:34 +01:00
buildSrc instantiate and import spam classifier lazily 2025-11-18 17:10:44 +01:00
ci remove DBUS_SESSION_BUS_ADDRESS environment variable 2025-11-18 13:56:53 +01:00
doc [doc] add doc/TRANSLATING.md 2025-11-20 12:11:05 +01:00
githooks Fix pre-commit hook on iOS 2025-08-20 13:19:32 +02:00
ipc-schema fix selecting apple MBOX format when importing emails 2025-10-27 17:52:12 +01:00
libs add tensorflow cpu backend as fallback for webgl backend 2025-11-20 16:06:18 +01:00
packages v315.251119.1 2025-11-19 16:35:34 +01:00
resources Rework plan selector 2025-09-26 14:15:49 +02:00
src add tensorflow cpu backend as fallback for webgl backend 2025-11-20 16:06:18 +01:00
test ensure all relevant clientSpamTrainingData is uploaded for mailbox 2025-11-20 13:14:31 +01:00
tuta-sdk Implement spam training data sync and add TutanotaModelV98 2025-11-18 13:56:19 +01:00
types Add emscripten to tests pipeline 2024-05-22 08:47:10 +00:00
.editorconfig [ios] Use Prettier default ident in editor config 2024-02-09 11:51:36 +01:00
.gitattributes Revert "update gitattributes to fix windows build pipeline" 2025-09-09 16:54:06 +02:00
.gitignore [ios, sdk] Optimize build 2025-10-22 10:03:49 +02:00
.gitmodules Update node to v22 in Jenkins 2025-06-05 14:05:22 +02:00
.npmrc Publish v3.91.2-beta.0 for npm, fix publishing packages 2022-01-19 10:38:07 +01:00
.nvmrc Bump node to 22.16.0 2025-06-05 13:58:31 +02:00
.prettierignore Setup release pipline for crypto-primitives.wasm 2025-08-07 09:51:21 +02:00
.prettierrc.json5 [lint] Change prettier to prefer parens in arrow functions 2022-12-27 16:08:23 +01:00
android.js [build] Fix F-Droid build failing because of crypto-primitives wasm 2025-08-28 16:40:25 +02:00
Cargo.lock v315.251119.1 2025-11-19 16:35:34 +01:00
Cargo.toml v315.251119.1 2025-11-19 16:35:34 +01:00
desktop.js switch to typeIds and attrIds, add SystemMV126, TutanotaMV86, BaseMV2 2025-04-28 12:44:35 +02:00
eslint.config.mjs Create crypto primitive crate 2025-08-07 09:51:21 +02:00
fdroid-metadata-workaround Apply F-Droid metadata workaround 2018-08-09 09:20:48 +02:00
LICENSE.txt Change Tutanota to Tuta in translations, #6113 2023-11-09 17:22:09 +01:00
make.js [desktop] Fix opening files & directories on Linux 2025-09-26 12:18:38 +02:00
package-lock.json v315.251119.1 2025-11-19 16:35:34 +01:00
package.json v315.251119.1 2025-11-19 16:35:34 +01:00
README.md [doc] add doc/TRANSLATING.md 2025-11-20 12:11:05 +01:00
rustfmt.toml unify all rust project into single workspace 2025-02-06 13:29:03 +01:00
SECURITY.md [chore] update support link in SECURITY.md 2025-06-12 11:12:54 +02:00
start-desktop.sh threaded sqlcipher 2023-09-22 12:09:18 +02:00
third-party.txt Fix key verification dependencies for prod build 2025-03-19 15:01:40 +01:00
tsconfig-calendar-app.json [Calendar] Fix rollup and imports 2024-07-26 16:43:00 +02:00
tsconfig.json Fix including tutanota-usagetest in typescript build 2025-08-05 10:34:28 +02:00
tsconfig_common.json Allow for editing of groupInfo and groupSettings name 2025-09-17 14:11:56 +02:00
tutao-pub-test.pem test public key update 2019-10-10 17:04:17 +02:00
tutao-pub.pem Update desktop client codesigning public key 2019-10-10 17:13:29 +02:00
webapp.js [build] Fix F-Droid build failing because of crypto-primitives wasm 2025-08-28 16:40:25 +02:00
xcodegen_common.yml Update xcodegen_common.yml 2025-03-17 16:19:47 +01:00

Tuta Mail logo

Tuta Mail makes encryption easy

Tuta Mail is the secure email service with built-in end-to-end encryption that enables you to communicate securely with anyone on all your devices.

Translating Tuta

See TRANSLATING.md

Building

See BUILDING.md.

Developing Tuta

See HACKING.md.