import OSList from '@theme/OSList'
Welcome to Tauri! This guide will help you create your first Tauri app. It should only take about 10 minutes, although it could take longer if you have a slower internet connection.
If you find an error or something unclear, or would like to propose an improvement, you have several options:
tauri dev
to develop your app with features like hot module reloading and webview devtoolstauri build
to package your app into a tiny installerBefore creating an app, you'll have to install and configure some developer tools. This guide assumes that you know what the command line is, how to install packages on your operating system, and generally know your way around the development side of computing.
Follow the platform-specific guides to get started:
<OSList content={{
linux: { title: 'Linux Setup', link: '/docs/getting-started/setup-linux'},
macos: { title: 'macOS Setup', link: '/docs/getting-started/setup-macos'},
windows: { title: 'Windows Setup', link: '/docs/getting-started/setup-windows'}
}} />
After that, you'll be ready to add Tauri to your project!