Aucune description

Shihpin Tseng c15a6d5649 fix error file name 'tauri.conf.js' to 'tauri.conf.json' (#434) il y a 5 ans
.github 056d2205fa chore(workflow): update tangle release for more logging (#432) il y a 5 ans
.scripts 46360cdaec refactor(.scripts): cleanup sh (#252) il y a 5 ans
cli c15a6d5649 fix error file name 'tauri.conf.js' to 'tauri.conf.json' (#434) il y a 5 ans
tauri 7c786d2fee chore(tauri) expose WebView and Handle types il y a 5 ans
tauri-api a84656e037 chore(release): version updates (#404) il y a 5 ans
tauri-updater a84656e037 chore(release): version updates (#404) il y a 5 ans
tauri-utils a84656e037 chore(release): version updates (#404) il y a 5 ans
.editorconfig 596f6218e6 feat(icons): add and test icon generation for tauri (#55) il y a 5 ans
.gitignore 50295300ad update .gitignore il y a 5 ans
Cargo.toml 91bf26c336 Refactor(Updater) Modernize Updater Crate and add Utils Crate (#335) il y a 5 ans
LICENSE 0c0ac4e1fd feat(npm): add needed items for npq il y a 5 ans
README.md ed68676505 Feat/new logo (#429) il y a 5 ans
SECURITY.md b3f145ed54 fix(info) update security info il y a 6 ans
app-icon.png ed68676505 Feat/new logo (#429) il y a 5 ans
clippy.toml b114fb8c38 Adding Clippy/Rust Fmt to the pr workflow #333 (#367) il y a 5 ans
renovate.json 51c647c87e chore(renovate): remove example upgrading (#418) il y a 5 ans
rust-toolchain e24a56f069 Chore: update Rust to 1.41.0 (#395) il y a 5 ans
rustfmt.toml b114fb8c38 Adding Clippy/Rust Fmt to the pr workflow #333 (#367) il y a 5 ans

README.md

tauri

A fresh take on creating cross-platform apps.

status Chat Server devto

devto

support

Tauri is a tool for building tiny, blazing fast binaries for all major desktop platforms. You can use any front-end framework that compiles to HTML,JS and CSS for building your interface.

Component Version Lin Win Mac
tauri.js CLI
tauri core
tauri bundler

Who Tauri is For

Because of the way Tauri has been built and can be extended, developers are able to interface not only with the entire Rust ecosystem, but also with many other programming languages. Being freed of the heaviest thing in the universe and the many shortcomings of server-side Javascript suddenly opens up whole new avenues for high-performance, security-focused applications that need the purebred power, agility and community acceptance of a low-level language.

We expect to witness an entire new class of applications being built with Tauri. From a simple calender to locally crunching massive realtime feeds at particle colliders or even mesh-network based distributed message- passing ecosystems - the bar has been raised and gauntlet thrown.

What will you make?

4 Reasons to consider Tauri

  • BUNDLE SIZE of a vanilla Tauri app is less than 3 MB - about 140 MB smaller than what you get with Electron.
  • MEMORY FOOTPRINT is less than half of the size of an Electron app built from the same codebase.
  • SECURITY is Tauri's biggest priority and we are constantly innovating.
  • FLOSS licensing is regretfully impossible with downstream Chromium consumers, like Electron. Sources: 0 1 2

Technical Details

Tauri has five major components:

  • Node.js CLI for creating, developing and building apps
  • Rust Core for binding to the low level WEBVIEW and providing a tree-shakeable API
  • Rust Bundler for manufacturing the final binaries
  • Rust Bindings for Webviews
  • Webview Low level library for creating and interfacing with OS "native" webviews

The user interface in Tauri apps currently leverages Cocoa/WebKit on macOS, gtk-webkit2 on Linux and MSHTML (IE10/11) or Webkit via Edge on Windows. Tauri is based on the MIT licensed prior work known as webview.

The default binding to the underlying webview library currently uses Rust, but other languages like Golang or Python (and many others) are possible (and only a PR away).

The combination of power, safety and usability are why we chose Rust to be the default binding for Tauri. It is our intention to provide the most safe and performant native app experience (for devs and app consumers), out of the box.

App Bundles

  • App Icons
  • Build on MacOS (.app, .dmg coming soon)
  • Build on Linux (.deb, AppImage coming soon)
  • Build on Windows (.exe, .msi coming soon)
  • App Signing
  • Self Updater (WIP)
  • Frameless Mode
  • Transparent Mode
  • Multiwindow Mode
  • Tray (coming soon)
  • Copy Buffer

API

  • bridge - enable fast bridge
  • event - enable binding to message
  • execute - STDOUT Passthrough with Command Invocation
  • listFiles - list files in a directory
  • open - open link in a browser
  • readBinaryFile - read binary file from local filesystem
  • readTextFile - read text file from local filesystem
  • setTitle - set the window title
  • writeFile - write file to local filesystem
  • API Spec
  • Documentation (WIP)

Security Features

  • localhost-free mode (:fire:)
  • Dynamic ahead of Time Compilation (dAoT) with functional tree-shaking
  • functional Address Space Layout Randomization
  • OTP salting of function names and messages at runtime
  • CSP Injection
  • Frida-based harness for Post-Binary Analysis

Comparison between Tauri and Electron

| | Tauri | Electron | |--|--------|----------| | Binary Size MacOS | 0.6 MB | 47.7 MB | | Memory Consumption MacOS | 13 MB | 34.1 MB | | Interface Service Provider | Varies | Chromium | | Backend Binding | Rust | Node.js (ECMAScript) | | Underlying Engine | C/C++ | V8 (C/C++) | | FLOSS | Yes | No | | Multithreading | Yes | No | | Bytecode Delivery | Yes | No | | Can Render PDF | Yes | No | | Multiple Windows | Soon | Yes | | GPU Access | Yes | Yes | | Auto Updater | Soon | Yes (1) | | Cross Platform | Yes | Yes | | Custom App Icon | Yes | Yes | | Windows Binary | Yes | Yes | | MacOS Binary | Yes | Yes | | Linux Binary | Yes | Yes | | iOS Binary | Soon | No | | Android Binary | Soon | No | | Localhost Server | Yes | Yes | | No localhost option | Yes | No | | Desktop Tray | Soon | No |

Notes

1) Electron has no native auto updater on Linux, but is offered by electron-packager

Organization

Tauri aims to be a sustainable collective based on principles that guide sustainable free and open software communities. You can get involved in many ways.

This has been done with our best attempt at due diligence and in respect of the original authors. Thankyou - this project would never have been possible without your amazing contribution to open-source and we are honoured to carry the torch further. Of special note:

  • zserge for the original webview approach and go bindings
  • Boscop for the Rust Bindings
  • Burtonago for the Cargo Bundle prototype

Contributing

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

Thank you to all the people who already contributed to Tauri!

Special thanks to the development team at Volentix Labs for the encouragement and support in the early phases of Tauri, notably Rhys Parry and Gregory Luneau. Also a warm thanks to the incubation period at the Quasar Framework and specifically Razvan Stoenescu for believing in Tauri from the beginning.

Semver

tauri is following Semantic Versioning 2.0.

Licenses

Code: (c) 2015 - present - Daniel Thompson-Yvetot, Lucas Nogueira, Tensor, Boscop, Serge Zaitsev, George Burton and all the other amazing contributors.

MIT or MIT/Apache where applicable.

Logo: CC-BY-NC-ND