-
running `bun create tauri-app` and selected "vue" creates a project with tauri v1 deps
```
"dependencies": {
"@rajnandan1/termo": "^0.0.1",
"@tauri-apps/api": "^1",
"termo": "^0.0.1…
-
Thank you for all the work you have done! This is exactly what I was looking for. However, I see that it's been largely inactive for the last six months, so I've implemented a version based on Tauri A…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Hi,
In JS side I'm using the plugin-shell API to open a directory with the system File Explorer:
```
import { open } from '@tauri-apps/plugin-shell';
[...]
const handleLogs = async () => …
-
### Please confirm these before moving forward
- [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [x] I have tested that this issue has not been fixe…
-
When using the window state plugin, I would expect the size & position to be set before the window opens. However, the plugin currently waits until the window opens and then restores the state. This c…
-
1. `npm create tauri-app@latest`
2. Select .net as frontend
3. Run ` cargo tauri dev` get
```
cargo tauri dev …
-
### In what scenarios do you need this feature?
On systems with little free space. Tauri applications weigh a couple of megabytes, while Electron applications can weigh up to half a gigabyte.
### De…
-
basically this
https://github.com/mediar-ai/screenpipe/tree/main/screenpipe-app-tauri
but very simple, template
could be electron too, since many devs get scared by rust lol ..
/bounty 200
…
-
### 问题描述
如果没有苹果开发者账号,可以尝试使用临时代码签名的方式避免这个问题,在tauri.conf.json 中添加:
```
"bundle": {
"macOS": {
"signingIdentity": "-"
}
}
```
参考:
https://github.com/tauri-apps/tauri/issues/…