Menu
About
Docs
API
Community
Partners
Showcase
Alpha
Release notes
GitHub
English
We've enabled internationalization! But we need your help...
See
here
for more information.
About
Docs
API
Community
Partners
Showcase
Release notes
GitHub
Alpha
Menu
Getting started
Introduction
Setup for Linux
Setup for macOS
Setup for Windows
Technical Details
Usage
Introduction
Development
Tauri Integration (1/4)
App Development (2/4)
App Debugging (3/4)
App Publishing (4/4)
Updating
Patterns
A word on patterns
Hermit
Bridge
Cloudish
Cloudbridge
Lockdown
Multiwin
GLUI
Recipes
Bundler
Introduction
Anti Bloat
Sidecar
Make your own CLI
Write Rust commands
Write Tauri Plugins
Visual
Icons
Splashscreen
App Loading Modes
Detailed Flow
CI/CD
Workflow
Cross-platform compilation
Contributor Guide
API
Configuration
CLI
JavaScript
Rust
tauri
event
fn.emit
fn.emit_function_name
fn.event_listeners_object_name
fn.event_queue_object_name
fn.listen
fn.on_event
plugin
fn.register
trait.Plugin
settings
fn.read_settings
struct.Settings
fn.call
fn.close_splashscreen
fn.execute_promise
fn.execute_promise_sync
fn.spawn
struct.App
struct.AppBuilder
struct.Webview
struct.WebviewMut
type.Result
tauri_api
command
fn.binary_command
fn.command_path
fn.get_output
fn.spawn_relative_command
config
enum.Port
fn.get
struct.BuildConfig
struct.BundleConfig
struct.CliArg
struct.CliConfig
struct.Config
struct.EmbeddedServerConfig
struct.TauriConfig
struct.WindowConfig
dialog
enum.DialogSelection
enum.Response
fn.ask
fn.message
fn.pick_folder
fn.save_file
fn.select
fn.select_multiple
dir
fn.is_dir
fn.read_dir
fn.with_temp_dir
struct.DiskEntry
file
enum.ArchiveFormat
enum.Compression
fn.read_binary
fn.read_string
struct.Extract
struct.Move
http
enum.BodyType
enum.ResponseType
fn.make_request
struct.HttpRequestBuilder
struct.HttpRequestOptions
notification
struct.Notification
path
enum.BaseDirectory
fn.app_dir
fn.audio_dir
fn.cache_dir
fn.config_dir
fn.data_dir
fn.desktop_dir
fn.document_dir
fn.download_dir
fn.executable_dir
fn.font_dir
fn.home_dir
fn.local_data_dir
fn.picture_dir
fn.public_dir
fn.resolve_path
fn.resource_dir
fn.runtime_dir
fn.template_dir
fn.video_dir
platform
fn.resource_dir
fn.target_triple
process
enum.Signal
fn.get_parent_process
struct.Process
struct.System
trait.ProcessExt
trait.SystemExt
rpc
fn.format_callback
fn.format_callback_result
tcp
fn.get_available_port
fn.port_is_available
version
fn.compare
fn.is_compatible
fn.is_major
fn.is_minor
fn.is_patch
enum.Error
type.Result
tauri_utils
platform
fn.resource_dir
fn.target_triple
process
enum.Signal
fn.get_parent_process
struct.Process
struct.System
trait.ProcessExt
trait.SystemExt
enum.Error
type.Result
Cross-platform compilation
Coming soon!
Edit this page
Previous
« Workflow
Next
Contributor Guide »