- install deno and rust
brew install deno rust deno installdeno task tauri dev
See: https://tauri.app/ for more details
import { invoke } from '@tauri-apps/api/core'
// get app icon as base64 icons
invoke<string>('<app-name>', { appName })
// running shell command
import { Command } from '@tauri-apps/plugin-shell'WIP