You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Amr Bashir 4fa05f7799
comma
6 months ago
.cargo chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 9 months ago
.changes fix(log): prevent thowing on failed to get caller location (#2157) 6 months ago
.github ci: Force the same version bumps for rs and js packages (#2130) 6 months ago
.scripts/ci ci: Force the same version bumps for rs and js packages (#2130) 6 months ago
.vscode chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 9 months ago
examples/api publish new versions (#2011) 6 months ago
plugins comma 6 months ago
shared docs(all): incorrect path for registering plugin in rust (#2123) 6 months ago
.gitignore refactor(geolocation): simplify API, defer permission checks (#1773) 9 months ago
.npmrc chore: Re-enable link-workspace-packages for pnpm@v9 1 year ago
.prettierignore refactor(geolocation): simplify API, defer permission checks (#1773) 9 months ago
.prettierrc chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 9 months ago
.taurignore chore(example): Add root .taurignore to prevent build loop 6 months ago
Cargo.lock Publish New Versions (v2) (#2128) 6 months ago
Cargo.toml feat(http): add request and response tracing behind feature flag (#2079) 6 months ago
LICENSE.spdx add licenses 2 years ago
LICENSE_APACHE-2.0 add licenses 2 years ago
LICENSE_MIT add licenses 2 years ago
README.md feat: add `tauri-plugin-opener` (#2019) 6 months ago
SECURITY.md chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 9 months ago
eslint.config.js chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 9 months ago
package.json chore(deps): update dependency rollup to v4.28.1 (#2158) 6 months ago
pnpm-lock.yaml chore(deps): update dependency rollup to v4.28.1 (#2158) 6 months ago
pnpm-workspace.yaml feat: add API example (#317) 2 years ago
renovate.json ci(renovate): Disable lockfile maintenance 6 months ago
taplo.toml chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728) 9 months ago
tsconfig.base.json refactor: simplify rollup config and match `@tauri-apps/api` output style (#722) 2 years ago

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.