Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capacitor-community/tauri
Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Tauri platform! 🖥️
https://github.com/capacitor-community/tauri
capacitor capacitor-platform tauri
Last synced: 4 months ago
JSON representation
Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Tauri platform! 🖥️
- Host: GitHub
- URL: https://github.com/capacitor-community/tauri
- Owner: capacitor-community
- License: mit
- Created: 2021-08-10T03:15:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T14:34:04.000Z (over 3 years ago)
- Last Synced: 2024-05-01T19:06:34.200Z (9 months ago)
- Topics: capacitor, capacitor-platform, tauri
- Language: TypeScript
- Homepage:
- Size: 3.17 MB
- Stars: 103
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-capacitor - Tauri - Support for the Tauri platform. (Community plugins)
README
🚨 This platform is in alpha, expect broken parts. 🚨
Bring your Capacitor ⚡ apps to the desktop with Tauri! 🖥
## ⚠ Important Info
- Please follow your operating systems guide to setup your environment for Tauri development [here](https://tauri.studio/en/docs/getting-started/intro#setting-up-your-environment)
- You will need `@capacitor/core` version `>= 3.2.0`.## ⏳ Quickstart (Functioning on: ✅ Windows, ✅ MacOS, ⬜ Linux)
0. Create or open a Capacitor initialized web app project. [CAPACITOR DOCS](https://capacitorjs.com/docs)
1. Build your web app (`npm run build` for example)
2. `npm i @capacitor-community/tauri@alpha`
3. `npx cap add @capacitor-community/tauri`
4. `npx cap open @capacitor-community/tauri` - _This can take several minutes the first time you run it._
5. You now have your web app running in tauri, right click and select `inspect` to bring up dev tools.## 🎉 More Info
- Check out Tauri on its [website](https://tauri.studio/) or on [github](https://github.com/tauri-apps/tauri)## 🛠 Maintainers
| Maintainer | GitHub | Social | Sponsoring Company | Primary |
| ---------------- | --------------------------------------- | ----------------------------------------- | ------------------ | ------- |
| Mike Summerfeldt | [IT-MikeS](https://github.com/IT-MikeS) | [@IT_MikeS](https://twitter.com/IT_MikeS) | Volunteer | Yes |## ✨ Contributors