Ei kuvausta

amrbashir b5d797893e more clippy 1 vuosi sitten
.cargo 8385733a69 chore: rename `.cargo/config` to `.cargo/config.toml` (#9655) 1 vuosi sitten
.changes 3fd84cb3c9 fix(NSIS): rewrite license file with BOM (#10049) 1 vuosi sitten
.devcontainer ab57f9531a chore: run pnpm format on the repo 1 vuosi sitten
.docker 6bc3b0536d fix(cross): Fix docker image and cross setup (#8094) 1 vuosi sitten
.github 4942d809ab feat: Auto Generation of ACL Schema File for Documentation (#9903) 1 vuosi sitten
.husky 4b75834a41 chore: update license headers 2024 (#9043) 1 vuosi sitten
.scripts 4b75834a41 chore: update license headers 2024 (#9043) 1 vuosi sitten
.vscode 7d6f5ba77b VS Code: Ubuntu development container via Docker (#4128) 3 vuotta sitten
audits 095a696c85 chore(audit): add report 3 vuotta sitten
core 2efa303b20 fix: fix new clippy errors 1 vuosi sitten
examples 85889f289b chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/api (#10040) 1 vuosi sitten
supply-chain 82e1c75594 chore: Update `cargo-vet` entities and update lockfile (#9702) 1 vuosi sitten
tooling b5d797893e more clippy 1 vuosi sitten
.editorconfig 596f6218e6 feat(icons): add and test icon generation for tauri (#55) 5 vuotta sitten
.gitignore a9b2c0625c chore: Commit Cargo.lock (#8586) 1 vuosi sitten
.prettierignore 863bc9e55f fix(core): regression on process-ipc-message-fn (#8749) 1 vuosi sitten
.prettierrc a0f7b88fd8 build(api.js): simplify output JS files (#8025) 1 vuosi sitten
ARCHITECTURE.md ab57f9531a chore: run pnpm format on the repo 1 vuosi sitten
Cargo.lock b2ff840e83 Feat: Improved Security Docstrings and Schema Newline Handling (#10028) 1 vuosi sitten
Cargo.toml b2ff840e83 Feat: Improved Security Docstrings and Schema Newline Handling (#10028) 1 vuosi sitten
LICENSE.spdx 4b75834a41 chore: update license headers 2024 (#9043) 1 vuosi sitten
LICENSE_APACHE-2.0 bf82136466 feat(license): SPDX Headers (#1449) 4 vuotta sitten
LICENSE_MIT bf82136466 feat(license): SPDX Headers (#1449) 4 vuotta sitten
README.md fb146339cc chore: Readme typo (#9130) 1 vuosi sitten
SECURITY.md 5529c5ab69 ’ -> ' (#9686) 1 vuosi sitten
app-icon.png 7057c0f7b8 New brand (#2445) 4 vuotta sitten
dependabot.yml 4b75834a41 chore: update license headers 2024 (#9043) 1 vuosi sitten
package.json a0f7b88fd8 build(api.js): simplify output JS files (#8025) 1 vuosi sitten
renovate.json a9b87c057d Merge branch '1.x' into dev 1 vuosi sitten
rustfmt.toml 1bb87a3a22 feat(cli): generate signature for updater-enabled bundles (#9446) 1 vuosi sitten

README.md

Tauri

status License test core FOSSA Status Chat Server website support

Introduction

Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.

The user interface in Tauri apps currently leverages tao as a window handling library on macOS, Windows, Linux, Android and iOS. To render your application, Tauri uses WRY, a library which provides a unified interface to the system webview, leveraging WKWebView on macOS & iOS, WebView2 on Windows, WebKitGTK on Linux and Android System WebView on Android.

To learn more about the details of how all of these pieces fit together, please consult this ARCHITECTURE.md document.

Getting Started

If you are interested in making a tauri app, please visit the documentation website.

The quickest way to get started is to install the prerequisites for your system and create a new project with create-tauri-app. For example with npm:

npm create tauri-app@latest

Features

The list of Tauri's features includes, but is not limited to:

  • Built-in app bundler to create app bundles in formats like .app, .dmg, .deb, .rpm, .AppImage and Windows installers like .exe (via NSIS) and .msi (via WiX).
  • Built-in self updater (desktop only)
  • System tray icons
  • Native notifications
  • Localhost free (🔥)
  • GitHub action for streamlined CI
  • VS Code extension

Platforms

Tauri currently supports development and distribution on the following platforms:

Platform Versions
Windows 7 and above
macOS 10.15 and above
Linux webkit2gtk 4.0 for Tauri v1 (for example Ubuntu 18.04). webkit2gtk 4.1 for Tauri v2 (for example Ubuntu 22.04).
iOS/iPadOS (alpha) 9 and above
Android (alpha) 7 and above

Contributing

Before you start working on something, it's best to check if there is an existing issue first. It's also a good idea to stop by the Discord server and confirm with the team if it makes sense or if someone else is already working on it.

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

Thank you to everyone contributing to Tauri!

Documentation

Documentation in a polyglot system is a tricky proposition. To this end, we prefer to use inline documentation in the Rust & JS source code as much as possible. Check out the hosting repository for the documentation site for further information: https://github.com/tauri-apps/tauri-docs

Partners

CrabNebula

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

Organization

Tauri aims to be a sustainable collective based on principles that guide sustainable free and open software communities. To this end it has become a Programme within the Commons Conservancy, and you can contribute financially via Open Collective.

Licenses

Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.

MIT or MIT/Apache 2.0 where applicable.

Logo: CC-BY-NC-ND

FOSSA Status