๐Ÿ“ฆ tauri-apps / plugins-workspace

๐Ÿ“„ README.md ยท 63 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63# 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](plugins/autostart)                 | Automatically launch your app at system startup.                                                                                                               | โœ…  | โœ…  | โœ…  | โŒ  | โŒ  |
| [barcode-scanner](plugins/barcode-scanner)     | Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes.                                                         | ?   | ?   | ?   | โœ…  | โœ…  |
| [biometric](plugins/biometric)                 | Prompt the user for biometric authentication on Android and iOS.                                                                                               | ?   | ?   | ?   | โœ…  | โœ…  |
| [cli](plugins/cli)                             | Parse arguments from your Command Line Interface                                                                                                               | โœ…  | โœ…  | โœ…  | โŒ  | โŒ  |
| [clipboard-manager](plugins/clipboard-manager) | Read and write to the system clipboard.                                                                                                                        | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [deep-link](plugins/deep-link)                 | Set your Tauri application as the default handler for an URL.                                                                                                  | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [dialog](plugins/dialog)                       | Native system dialogs for opening and saving files along with message dialogs.                                                                                 | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [fs](plugins/fs)                               | Access the file system.                                                                                                                                        | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [geolocation](plugins/geolocation)             | Get and track current device position.                                                                                                                         | ?   | ?   | ?   | โœ…  | โœ…  |
| [global-shortcut](plugins/global-shortcut)     | Register global shortcuts.                                                                                                                                     | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [haptics](plugins/haptics)                     | Haptic feedback and vibrations.                                                                                                                                | ?   | ?   | ?   | โœ…  | โœ…  |
| [http](plugins/http)                           | Access the HTTP client written in Rust.                                                                                                                        | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [localhost](plugins/localhost)                 | Use a localhost server in production apps.                                                                                                                     | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [log](plugins/log)                             | Configurable logging.                                                                                                                                          | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [nfc](plugins/nfc)                             | Read and write NFC tags on Android and iOS.                                                                                                                    | ?   | ?   | ?   | โœ…  | โœ…  |
| [notification](plugins/notification)           | Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.                               | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [opener](plugins/opener)                       | Open files and URLs using their default application.                                                                                                           | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [os](plugins/os)                               | Read information about the operating system.                                                                                                                   | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [persisted-scope](plugins/persisted-scope)     | Persist runtime scope changes on the filesystem.                                                                                                               | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [positioner](plugins/positioner)               | Move windows to common locations.                                                                                                                              | โœ…  | โœ…  | โœ…  | โŒ  | โŒ  |
| [process](plugins/process)                     | This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin. | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [shell](plugins/shell)                         | Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.                                        | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [single-instance](plugins/single-instance)     | Ensure a single instance of your tauri app is running.                                                                                                         | โœ…  | โœ…  | โœ…  | โŒ  | โŒ  |
| [sql](plugins/sql)                             | Interface with SQL databases.                                                                                                                                  | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [store](plugins/store)                         | Persistent key value storage.                                                                                                                                  | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [stronghold](plugins/stronghold)               | Encrypted, secure database.                                                                                                                                    | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [updater](plugins/updater)                     | In-app updates for Tauri applications.                                                                                                                         | โœ…  | โœ…  | โœ…  | โŒ  | โŒ  |
| [upload](plugins/upload)                       | Tauri plugin for file uploads through HTTP.                                                                                                                    | โœ…  | โœ…  | โœ…  | โœ…  | โœ…  |
| [websocket](plugins/websocket)                 | Open a WebSocket connection using a Rust client in JS.                                                                                                         | โœ…  | โœ…  | โœ…  | ?   | ?   |
| [window-state](plugins/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](https://github.com/tauri-apps/tauri/blob/dev/.github/CONTRIBUTING.md) before making a pull request.

## Partners

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://crabnebula.dev" target="_blank">
          <img src=".github/sponsors/crabnebula.svg" alt="CrabNebula" width="283">
        </a>
      </td>
    </tr>
  </tbody>
</table>

For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).