Go to file
Ray fe23a5e013
fix(nfc): Ensure that Session is dropped when an error causes it to become invalid (#2885)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-08-01 20:49:49 +02:00
.cargo chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 2024-09-04 08:54:23 -03:00
.changes fix(nfc): Ensure that Session is dropped when an error causes it to become invalid (#2885) 2025-08-01 20:49:49 +02:00
.github ci: enable create-pull-request sign commits (#2809) 2025-06-25 15:33:54 +02:00
.scripts/ci chore: update prettier to 3.5.1 and enable `experimentalOperatorPosition` (#2427) 2025-02-16 10:36:53 +08:00
.vscode chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 2024-09-04 08:54:23 -03:00
examples/api publish new versions (#2880) 2025-07-28 17:14:41 +02:00
plugins fix(nfc): Ensure that Session is dropped when an error causes it to become invalid (#2885) 2025-08-01 20:49:49 +02:00
shared chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804) 2025-06-25 17:52:38 +08:00
.gitignore chore: add contributing guide (#2753) 2025-06-16 22:05:11 +02:00
.npmrc chore: Re-enable link-workspace-packages for pnpm@v9 2024-05-21 13:22:43 +02:00
.prettierignore refactor(geolocation): simplify API, defer permission checks (#1773) 2024-09-16 17:01:13 +03:00
.prettierrc chore: update prettier to 3.5.1 and enable `experimentalOperatorPosition` (#2427) 2025-02-16 10:36:53 +08:00
.taurignore fix(geo/haptics): Fix serde import error with specta feature disabled (#2323) 2025-01-15 13:28:40 +01:00
Cargo.lock publish new versions (#2880) 2025-07-28 17:14:41 +02:00
Cargo.toml fix(single-instance): disable dbus name replacement (#2860) 2025-07-20 23:05:09 +02:00
LICENSE.spdx add licenses 2022-12-14 18:54:05 +01:00
LICENSE_APACHE-2.0 add licenses 2022-12-14 18:54:05 +01:00
LICENSE_MIT add licenses 2022-12-14 18:54:05 +01:00
README.md fix(upload): fix download() locks main thread on Android (#2838) 2025-07-18 20:37:39 +02:00
SECURITY.md chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 2024-09-04 08:54:23 -03:00
eslint.config.js chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 2024-09-04 08:54:23 -03:00
package.json chore(deps): update dependency typescript to v5.9.2 (#2886) 2025-08-01 11:04:56 +08:00
pnpm-lock.yaml chore(deps): update dependency typescript to v5.9.2 (#2886) 2025-08-01 11:04:56 +08:00
pnpm-workspace.yaml feat: add API example (#317) 2023-05-05 09:41:17 -03:00
renovate.json ci(renovate): Overwrite semantic type 2025-01-01 23:42:33 +01:00
taplo.toml chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 2024-09-04 08:54:23 -03:00
tsconfig.base.json refactor: simplify rollup config and match `@tauri-apps/api` output style (#722) 2023-11-14 21:09:53 +02:00

README.md

Official Tauri Plugins

This repo and all plugins require a Rust version of at least 1.77.2

Plugins Found Here

Win Mac Lin iOS And
autostart Automatically launch your app at system startup.
barcode-scanner Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes. ? ? ?
biometric Prompt the user for biometric authentication on Android and iOS. ? ? ?
cli Parse arguments from your Command Line Interface
clipboard-manager Read and write to the system clipboard.
deep-link Set your Tauri application as the default handler for an URL.
dialog Native system dialogs for opening and saving files along with message dialogs.
fs Access the file system. ? ?
geolocation Get and track current device position. ? ? ?
global-shortcut Register global shortcuts. ? ?
haptics Haptic feedback and vibrations. ? ? ?
http Access the HTTP client written in Rust.
localhost Use a localhost server in production apps. ? ?
log Configurable logging.
nfc Read and write NFC tags on Android and iOS. ? ? ?
notification Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.
opener Open files and URLs using their default application. ? ?
os Read information about the operating system.
persisted-scope Persist runtime scope changes on the filesystem. ? ?
positioner Move windows to common locations.
process This plugin provides APIs to access the current process. To spawn child processes, see the shell plugin. ? ?
shell Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. ? ?
single-instance Ensure a single instance of your tauri app is running.
sql Interface with SQL databases.
store Persistent key value storage.
stronghold Encrypted, secure database. ? ?
updater In-app updates for Tauri applications.
upload Tauri plugin for file uploads through HTTP.
websocket Open a WebSocket connection using a Rust client in JS. ? ?
window-state Persist window sizes and positions.
  • : (Partially) Supported
  • : Not supported
  • ? : Unknown/Untested or Planned

Contributing

PRs accepted. Please make sure to read the Contributing Guide before making a pull request.

Partners

CrabNebula

For the complete list of sponsors please visit our website and Open Collective.