• Stars
    star
    1,532
  • Rank 30,541 (Top 0.7 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The TAO of cross-platform windowing. A library in Rust built for Tauri.

TAO - Window Creation Library

License Chat Server website https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg support

Cross-platform application window creation library in Rust that supports all major platforms like Windows, macOS, Linux, iOS and Android. Built for you, maintained for Tauri.

Cargo Features

TAO provides the following features, which can be enabled in your Cargo.toml file:

  • serde: Enables serialization/deserialization of certain types with Serde.

Platform-specific notes

Android

This library makes use of the ndk-rs crates, refer to that repo for more documentation.

Running on an Android device needs a dynamic system library, add this to Cargo.toml:

[[example]]
name = "request_redraw_threaded"
crate-type = ["cdylib"]

And add this to the example file to add the native activity glue:

#[cfg_attr(target_os = "android", ndk_glue::main(backtrace = "on"))]
fn main() {
    ...
}

And run the application with cargo apk run --example request_redraw_threaded

Linux

Gtk and its related libraries are used to build the support of Linux. Be sure to install following packages before building:

Arch Linux / Manjaro:

sudo pacman -S gtk3

Debian / Ubuntu:

sudo apt install libgtk-3-dev

Acknowledgement

This is a fork of winit which replaces Linux's port to Gtk. In the future, we want to make these features more modular as separate crates. So we can switch back to winit and also benefit the whole community.

More Repositories

1

tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
Rust
81,362
star
2

awesome-tauri

๐Ÿš€ Awesome Tauri Apps, Plugins and Resources
4,224
star
3

wry

Cross-platform WebView library in Rust for Tauri.
Rust
3,491
star
4

cargo-mobile2

Rust on mobile made easy!
Rust
1,566
star
5

create-tauri-app

Rapidly scaffold out a new tauri app project.
Rust
979
star
6

tauri-action

Build your Web application as a Tauri binary for macOS, Linux and Windows
TypeScript
870
star
7

plugins-workspace

All of the official Tauri plugins in one place!
Rust
807
star
8

tauri-docs

The source for all Tauri project documentation.
MDX
769
star
9

window-vibrancy

Make your windows vibrant.
Rust
609
star
10

tauri-vscode

Visual Studio Code Extension for Tauri apps development
TypeScript
459
star
11

vue-cli-plugin-tauri

Turn your Vue SPA into a lightweight cross-platform desktop app
JavaScript
372
star
12

tauri-plugin-sql

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
365
star
13

tauri-egui

Rust
343
star
14

tauri-plugin-store

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
275
star
15

muda

Menu Utilities for Desktop Applications in Rust.
Rust
234
star
16

tray-icon

Tray icons for Desktop Applications.
Rust
199
star
17

window-shadows

Add native shadows to your windows.
Rust
160
star
18

tauri-bindgen

Typesafe language bindings generator for the Tauri IPC bridge
Rust
142
star
19

webkit2gtk-rs

WebKit2 bindings and wrappers for Rust
Rust
136
star
20

global-hotkey

Global hotkeys for Desktop Applications.
Rust
127
star
21

tauri-plugin-window-state

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
125
star
22

tauri-plugin-log

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
111
star
23

javascriptcore-rs

JavaScriptCore bindings and wrappers for Rust
Rust
91
star
24

tauri-plugin-positioner

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
91
star
25

meilisearch-docsearch

A quick search component for meilisearch, inspired by algolia/docsearch.
TypeScript
88
star
26

tauri-plugin-stronghold

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
88
star
27

tauri-plugin-authenticator

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
86
star
28

smoke-tests

A collection of frameworks used as a suite of smoke-tests for tauri
JavaScript
76
star
29

tauri-plugin-autostart

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
63
star
30

tauri-plugin-fs-watch

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
62
star
31

tauri-plugin-websocket

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
58
star
32

tauri-plugin-localhost

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
56
star
33

tauri-invoke-http

A custom invoke system for Tauri that leverages a localhost server
Rust
47
star
34

fix-path-env-rs

Rust
44
star
35

libappindicator-rs

Rust safe bindings for the libappindicator library
Rust
44
star
36

tauri-plugin-fs-extra

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
TypeScript
43
star
37

tauri-theia

Tauri Flavor of Theia
Rust
39
star
38

tauricon

Make icons for your tauri app with nodejs
TypeScript
30
star
39

tauri-plugin-upload

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
29
star
40

tauri-plugin-single-instance

[DEPRECATED] Please use the plugin from https://github.com/tauri-apps/plugins-workspace instead.
Rust
25
star
41

win7-notifications

Send Windows 10 styled notifications on Windows 7.
Rust
19
star
42

tauri-forage

Currified localForage with a side of extras.
TypeScript
18
star
43

tauri-hotkey-rs

Rust
17
star
44

rfcs

Request For Comments for the Tauri project
17
star
45

tauri-discord-bot

Tauri's Discord Bot
TypeScript
17
star
46

nsis-tauri-utils

A collection of NSIS plugins written in rust.
Rust
16
star
47

tauri-plugin-notification

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Kotlin
12
star
48

benchmark_results

11
star
49

tauri-github-bot

A GitHub bot for tauri-apps org to automate various tasks and intended to used only by tauri-apps org members.
TypeScript
10
star
50

gipfs

Git ops with IPFS
9
star
51

binary-releases

Prebuilt binaries for Tauri projects
9
star
52

governance-and-guidance

Rust
8
star
53

tauri-plugin-http

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
8
star
54

.github

Holds org-wide configuration files.
7
star
55

meetings

7
star
56

tauri-plugin-updater

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
7
star
57

tauri-search

[Archived] Tauri's Search Capabilities for Website leveraging MeiliSearch
TypeScript
6
star
58

tauri-plugin-shell

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
6
star
59

realworld

Realworld apps made with Tauri: Proof of Agnosis.
JavaScript
6
star
60

tauri.studio

Source code and build for the front-facing project website.
Vue
6
star
61

tauri-plugin-clipboard-manager

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
6
star
62

wry-mobile

Rust
6
star
63

tauri-plugin-fs

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
6
star
64

tauri-includedir

Rust
5
star
65

rustdocusaurus

POCโ€”turning rustdoc generated docs into Docusaurus (MD + sidebar)
JavaScript
5
star
66

docusaurus-meilisearch-indexer

JavaScript
5
star
67

tauri-plugin-os

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
JavaScript
5
star
68

tauri-plugin-persisted-scope

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
5
star
69

tauri-plugin-process

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
JavaScript
5
star
70

tauri-plugin-global-shortcut

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
5
star
71

dns-automation

This repo will manage DNS records automagically. Implementing Infrastructure as Code & GitOps practices.
HCL
4
star
72

tauri-plugin-dialog

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
4
star
73

tauri-plugin-cli

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Rust
4
star
74

tauri-webpack

[Deprecated] webpack for no server
JavaScript
3
star
75

typedocusaurus

TypeScript
3
star
76

soup2-rs

Rust
2
star
77

benchmark_electron

Rust
2
star
78

automation

GitHub Actions available to the tauri-apps organization
JavaScript
2
star
79

gir-files

Shell
2
star
80

workflow-testbed

Test bed that will soon be deleted.
2
star
81

tauri-inliner-rs

Rust
1
star
82

tauri-plugin-window

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
TypeScript
1
star
83

msedgedriver-manifest-cache

A caching service (in the form of a static site) of the msedgedriver version manifest file that seems to go missing a lot.
Rust
1
star
84

tauri-dialog-rs

C
1
star
85

board-voter

Vue
1
star
86

tauri-plugin-app

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
JavaScript
1
star