Skip to content

Proof of Concept using Python as Tauri sidecar.

Notifications You must be signed in to change notification settings

zero-one-group/poc-tauri-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Python POC

Quick Start

Read the prerequisites at Tauri docs. You also need Python 3.12 or higher installed on your machine.

  1. Install dependencies using yarn: pnpm install
  2. Run development with command: pnpm tauri dev
  3. Build executable file: pnpm tauri build

NOTICE: Currently, only macOS with Apple Silicon chips is supported.

Debugging

Fix Unsigned Warning (macOS)

Warning: "Tauri Python" is damaged and can't be opened.

This warning is shown because the build is not signed. Run the following command to suppress this warning:

xattr -r -d com.apple.quarantine "/Applications/Tauri Python.app"

About

Proof of Concept using Python as Tauri sidecar.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published