# pytauri/pytauri

Tauri binding for Python through Pyo3

Repository: https://github.com/pytauri/pytauri
Canonical: https://ross.abutalabs.com/products/pytauri
Homepage: https://pytauri.github.io/pytauri/
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: bindings, python, tauri, desktop-app, gui, webview
Last push: 2026-08-20T18:46:38+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 33, longevity 49
- inputs: {"age_days": 686, "days_push": 13, "days_rel": 365, "gap_med": 0, "n_releases_24m": 68}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1416, forks 29 (observed 2026-08-28T04:04:39.962089+00:00)

## What it is
PyTauri provides Tauri bindings for Python via Pyo3, letting developers build cross-platform desktop apps with webview frontends while writing almost all logic in Python. It supports Tauri official plugins, standalone executable packaging via tauri-cli, and even a wheel-based mode that removes the need for a Rust compiler.

## Use cases
- build desktop apps in python with a web frontend
- create cross-platform gui applications without writing rust
- package python apps as standalone executables
- use tauri plugins from python
- protect python source code with cython in a desktop app

## When to choose
- you want tauri's lightweight webview desktop apps but prefer python over rust
- you need fast, secure python-to-native IPC without process overhead
- you want to reuse existing python logic in a gui application

## When to avoid
- you need a pure-python solution with no native build tooling at all
- your app targets mobile or web only rather than desktop
- you require a very mature ecosystem with long-term commercial support

## Facets
- artifact type: library
- maturity: active
- function: gui, desktop-framework, sdk, plugin-system
- domain: desktop-applications, cross-platform, developer-tools, web-development
- platform: python, rust, cross-platform
- tags: tauri, pyo3, webview, desktop-apps, bindings, no-ipc-overhead, desktop

## Member repositories
- pytauri/pytauri (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.962089+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:06.914149+00:00, confidence not recorded.
  - readme: https://github.com/pytauri/pytauri (fetched 2026-08-28T04:04:39.962089+00:00, sha 3d0dfc7efb7c)
  - homepage: https://pytauri.github.io/pytauri/ (fetched 2026-08-29T11:50:48.171570+00:00, sha 36c6c3c2e4f9)
  - registry_crates: https://crates.io/api/v1/crates/pytauri (fetched 2026-08-29T11:50:48.180914+00:00, sha 49070ed22448)
- Data as of 2026-08-30T08:39:29.467469+00:00.
