Skip to content

[docs] I need to use "cargo install tauri-cli" without network access #3632

@MaerchenfeeimGarten

Description

@MaerchenfeeimGarten

I am trying to build my pure rust based tauri based app (see https://codeberg.org/MaerchenfeeimGarten/doors_app/ ) for flathub. I need to install tauri-cli without using network access, but I cannot find any documentation for this featuring a clear step by step guide. Neither in the tauri documentation nor in the documentation from cargo. It is necessary because I have to use cargo tauri build inside the offline build environment for flatpak. It has to be architecture independend. All files necessary for this has to be downloaded using the syntax of the yaml file for building. So I cannot download using cargo something somthing as this will not work during build. I could download from crates.io if I would have the necessary url - but crates.io did not even freaturing a download link or raw file list - just the text saying I should use cargo install which is not possible without networking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🪵 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions