mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
44 lines
1.9 KiB
Markdown
44 lines
1.9 KiB
Markdown
# tauri
|
|
<img align="right" src="app-icon.png" height="128" width="128">
|
|
|
|
## A fresh take on creating cross-platform apps.
|
|
[](https://github.com/quasarframework/quasar/tree/tauri)
|
|
[](https://discord.gg/SpmNs4S)
|
|
[](https://dev.to/tauri)
|
|
|
|

|
|
[](https://tauri.studio)
|
|
|
|
[](https://good-labs.github.io/greater-good-affirmation)
|
|
[](https://opencollective.com/tauri)
|
|
|
|
|
|
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 |
|
|
| --------- | ------------------------------------------- |
|
|
| cli.js |  |
|
|
|
|
|
|
Please visit the main readme for further information about contributing.
|
|
|
|
## Installation
|
|
|
|
The preferred method is to install this module locally as a dependency:
|
|
```
|
|
$ npm install tauri
|
|
$ yarn add tauri
|
|
```
|
|
|
|
## Semver
|
|
**tauri** is following [Semantic Versioning 2.0](https://semver.org/).
|
|
|
|
## 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
|
|
- Original Tauri Logo Designs by [Daniel Thompson-Yvetot](https://github.com/nothingismagick) and [Guillaume Chau](https://github.com/akryum)
|