tauri/docs/guides/bundler/introduction.md
Kasper 4f9c9e6307
Restructure docs (#3180)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-01-07 09:30:23 -03:00

300 B

title
Introduction

The Tauri Bundler is a Rust harness for compiling your binary, packaging assets, and preparing a final bundle.

It will detect your operating system and build a bundle accordingly. It currently supports:

  • Linux: .deb, .appimage
  • macOS: .app, .dmg
  • Windows: .exe, .msi