Socket
Book a DemoInstallSign in
Socket

@tauri-apps/cli

Package Overview
Dependencies
Maintainers
5
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/cli

Command line interface for building Tauri apps

latest
Source
npmnpm
Version
2.8.4
Version published
Weekly downloads
192K
0.46%
Maintainers
5
Weekly downloads
 
Created

What is @tauri-apps/cli?

@tauri-apps/cli is a command-line interface tool for building Tauri applications. Tauri is a framework for building tiny, fast, and secure desktop applications using web technologies like HTML, CSS, and JavaScript. The CLI provides various commands to scaffold, develop, and build Tauri applications.

What are @tauri-apps/cli's main functionalities?

Scaffold a new Tauri project

This command initializes a new Tauri project. It sets up the necessary configuration files and directory structure to start developing a Tauri application.

tauri init

Development server

This command starts a development server for the Tauri application. It allows developers to preview their application in a desktop environment and provides hot-reloading for a better development experience.

tauri dev

Build a Tauri application

This command compiles the Tauri application into a native binary for distribution. It packages the web assets and the Rust backend into a single executable.

tauri build

Other packages similar to @tauri-apps/cli

FAQs

Package last updated on 01 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts