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
Fabian-Lars f3749e4de8
chore: Re-enable link-workspace-packages for pnpm@v9
1 year ago
.cargo fix(audit): update deps, ignore advisories (#379) 2 years ago
.changes fix(http): include browser headers if not set by user (#1354) 1 year ago
.github chore(deps): update tauri monorepo (#1325) 1 year ago
.scripts fmt, clippy 1 year ago
examples/api chore(deps): update unocss monorepo to ^0.60.0 (#1300) 1 year ago
plugins fix(http): include browser headers if not set by user (#1354) 1 year ago
shared chore(deps): update tauri monorepo (#1237) 1 year ago
.eslintignore chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 (#1228) 1 year ago
.eslintrc.json refactor: drop eslint config love (#1341) 1 year ago
.gitignore feat(store): Add android & iOS support (#1011) 1 year ago
.npmrc chore: Re-enable link-workspace-packages for pnpm@v9 1 year ago
.prettierignore feat: update to tauri beta, add permissions (#862) 1 year ago
Cargo.lock chore(deps): update rust crate schemars to v0.8.20 (#1345) 1 year ago
Cargo.toml feat(deep-link): Add deep link support for desktop (#916) 1 year ago
LICENSE.spdx add licenses 3 years ago
LICENSE_APACHE-2.0 add licenses 3 years ago
LICENSE_MIT add licenses 3 years ago
README.md feat(store): Add android & iOS support (#1011) 1 year ago
SECURITY.md Added Security Policy to All Plugins (#930) 1 year ago
package.json chore(deps): update typescript-eslint monorepo to v7.10.0 (#1352) 1 year ago
pnpm-lock.yaml chore(deps): update unocss monorepo to v0.60.3 (#1350) 1 year ago
pnpm-workspace.yaml feat: add API example (#317) 2 years ago
renovate.json ci: Revert renovate bug workaround 1 year ago
tsconfig.base.json refactor: simplify rollup config and match `@tauri-apps/api` output style (#722) 2 years ago

README.md

Plugins Found Here

Win Mac Lin iOS And
authenticator Interface with hardware security keys. ? ?
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. ? ?
global-shortcut Register global shortcuts. ? ?
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.
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. ? ?

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

Partners

CrabNebula

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