Skip to content

[feat] Support binstall for tauri-cli #4651

@erayerdin

Description

@erayerdin

Describe the problem

In order to install tauri-cli, you do cargo install tauri-cli, which pulls the source and dependencies and compiles them. This is too slow and consuming too much CPU and memory resource.

Describe the solution you'd like

cargo-binstall fetches already-compiled binaries and installs them instead of compiling from zero.

Alternatives considered

cargo-quickinstall is another alternative although I have not used it.

Additional context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions