tauri-apps/tauri
Maintainers
Tauri is governed as a Working Group inside the Commons Conservancy. The GitHub teams referenced in .github/CODEOWNERS are:
@tauri-apps/wg-tauri— owns everything in the repo by default (*).@tauri-apps/wg-devops— owns.github/(CI, templates, workflows).
Below is a per-subsystem mapping derived from git log against the default branch (dev) plus the CODEOWNERS file. Bot accounts are filtered out.
| Subsystem | Official owners (CODEOWNERS) | Recent / frequent contributors (git history) | Notes |
|---|---|---|---|
| Whole repo | @tauri-apps/wg-tauri |
Lucas Fernandes Nogueira, Amr Bashir, Fabian-Lars | Top three by commit count by a wide margin. |
crates/tauri |
@tauri-apps/wg-tauri |
Lucas, Amr, Fabian-Lars, Tony | The largest crate; activity tracks the v2.10.x cycle. |
crates/tauri-runtime-wry |
@tauri-apps/wg-tauri |
Lucas, Amr, Tony | Heavy WRY/TAO update churn. |
crates/tauri-utils + schemas |
@tauri-apps/wg-tauri |
Lucas, Amr | Config schema is one of the most-edited files. |
crates/tauri-cli + packages/cli |
@tauri-apps/wg-tauri |
Lucas, Amr, Fabian-Lars | The Node CLI publishing workflow is owned by DevOps. |
crates/tauri-bundler |
@tauri-apps/wg-tauri |
Lucas, Amr, Fabian-Lars | NSIS / WiX changes are reviewed by the Windows-focused subset of WG. |
crates/tauri-build + tauri-codegen + tauri-macros |
@tauri-apps/wg-tauri |
Lucas, Amr | Tightly coupled set; usually moved together. |
crates/tauri-plugin |
@tauri-apps/wg-tauri |
Lucas, Amr | Plugin authors usually contribute via tauri-apps/plugins-workspace. |
crates/tauri-driver |
@tauri-apps/wg-tauri |
Chip, Lucas | Tiny crate; minimal churn. |
crates/tauri-macos-sign |
@tauri-apps/wg-tauri |
Lucas, Amr | Apple toolchain quirks. |
crates/tauri-schema-generator |
@tauri-apps/wg-tauri |
Lucas, Amr | Co-edited with config types. |
crates/tauri-schema-worker |
@tauri-apps/wg-tauri |
Lucas, Amr | Cloudflare Worker; deployed via DevOps workflow. |
packages/api |
@tauri-apps/wg-tauri |
Lucas, Amr, Tony | JS bindings track the Rust API. |
crates/tauri/mobile/ + CLI mobile |
@tauri-apps/wg-tauri |
Lucas, Amr | Mobile work spiked during v2 and stays active. |
.github/ |
@tauri-apps/wg-devops |
Jacob Bolda, Lucas | CI workflows and templates. |
.changes/ / release tooling |
@tauri-apps/wg-devops |
Jacob Bolda | Covector-driven release flow. |
Top recent contributors (by commit count, all time, bots excluded)
- Lucas Fernandes Nogueira — 1,584 + 564 = ~2,148 (split across two name configurations)
- Amr Bashir — 559
- Fabian-Lars / FabianLars — 224 + 28 = ~252
- Tony — 185
- Jacob Bolda — 126
- Daniel Thompson-Yvetot (
nothingismagick) — 89 + 33 - Chip — 87
- Tensor-Programming /
tensor-programming— 51 + 36 - Noah Klayman — 44
- Jonas Kruckenberg — 39
For real-time contact use the project's Discord (linked from README.md); for security issues use GitHub Private Vulnerability Disclosure (see SECURITY.md).
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.