
Company News
Meet the Socket Team at RSAC and BSidesSF 2026
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.
minimal-tauri-cli
Advanced tools
A minimal wrapper for a prebuilt version of tauri's cli, without any dependencies. Initially created for CI/CD to reduce installation time and size of the node_modules/ folder.
Downloads the cli from https://github.com/tauri-apps/binary-releases and forwards any calls like npm tauri dev to the binary.
See: https://tauri.studio and https://github.com/tauri-apps/tauri
This package is meant to be installed locally as a development dependency:
$ npm install --save-dev minimal-tauri-cli
$ yarn add --dev minimal-tauri-cli
$ pnpm install --dev minimal-tauri-cli
$ pnpm tauri dev
--debug you might need to prefix them with an extra --:$ pnpm tauri build -- --debug
tauri help:$ pnpm tauri help
USAGE:
cargo tauri [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
build Tauri build.
dev Tauri dev.
help Prints this message or the help of the given subcommand(s)
info Shows information about Tauri dependencies
init Initializes a Tauri project
sign Tauri updates signer.
@tauri-apps/cli.@tauri-apps/cli, because minimal-tauri-cli's version is synced with its rust-based counterpart, see: https://github.com/tauri-apps/tauri/tree/dev/tooling/cli.rs1.0.0-beta.6 is wrapped in 0.0.0-beta.6, because i had to publish it twice due to missing file permissions :(tauri icon and tauri deps as long as they are not provided by tauri's rust-based cli.FAQs
Minimal wrapper for tauri's rust-based cli.
We found that minimal-tauri-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

Research
/Security News
Malicious Packagist packages disguised as Laravel utilities install an encrypted PHP RAT via Composer dependencies, enabling remote access and C2 callbacks.

Research
/Security News
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection and potential data exfiltration.