Skip to content

Tauri Application Download Address

Interface Description: Download the corresponding version based on version number, operating system, and machine architecture. If no version number is provided, the latest version will be downloaded by default.

When users download the application for the first time, they need to download the latest version. The request address of this interface is fixed. If no version number is provided, the latest uploaded version will be automatically obtained, which can be placed in a fixed download button.

📮 Request Information

Request Address

GET https://api.upgrade.toolsetlink.com/v1/tauri/download?tauriKey=LOYlLXNy7wV3ySuh0XgtSg&target=linux&arch=x86_64&versionCode=1

Request Parameter Description

Parameter NameRequiredTypeExample ValueDescription
tauriKeyYesstringa0jtz0HUwL66r7gCGvbMKQTauri application unique identifier
targetYesstringlinuxOperating system: linux, darwin, windows
archYesstringx86_64Machine architecture: x86_64, i686, aarch64, armv7
versionCodeNoint1Application version number, defaults to latest version if not provided

📮 Response Information

Success

Directly downloads the Tauri version file

Typical Error Response Body

json
{
  "code": 404001,
  "msg": "No available version found",
  "docs": "The corresponding application version was not found. Please confirm if it has been correctly created in the system. Please refer to the documentation: http://upgrade.toolsetlink.com/upgrade/recommend/tauri/app-version.html",
  "data": null
}

📊 Status Codes

HTTP Status CodeCodeScenario DescriptionSolution
200Direct file download
400400001Illegal request
400400002Missing parameters
400400003Invalid parameters
400400004Invalid headers
400400005Invalid body
401401001Authentication failed
401401002Signature verification failed
404404001Resource not found
404404002Query record not found
404404003Processing method not found
404404004Request not found
500500001Server internal errorContact us Contact Us
500500002Server internal data validation failedContact us Contact Us

toolsetlink@163.com