English | 简体中文
A tool to upgrade the Thorium Browser
- Simple and interactive operation
- Automatically detects the latest Thorium version
- Upgrade operations (automatic download, unzipping, renaming of files, etc.) at the user's discretion
- Supports both Chinese and English
- Windows with the .bat file to realize the boot automatically detect the update function
Custom config.json configuration file (thorium installation directory)
Example: If my thorium installation is unpacked in the directory
Then local_chrome_path is defined as D:\test1107\thorium. as follows:
# Parameter description
{
"app": {
"local_chrome_path": "D:\\test1107\\thorium"
,"proxy_url": ""
,"type": ""
,"lang": "en-US"
}
}
- proxy_url: Download the proxy. Check the latest version and download. You may need to bypass the firewall. If the program throws an error, please try to use the proxy (http://127.0.0.1:7890) to solve the problem. (If you do not use a proxy, you do not need to configure this item, or set it to empty. string).
- local_chrome_path:Local thorium installation path
- type:specifies the version type you want to download, supporting "AVX2", "AVX", "SSE3", or "SSE4". If this parameter is set, the program will automatically download the corresponding version type. If left empty, the program will prompt you to select the appropriate type to download when it runs.
- lang:Supported languages zh-CN or en-US
Compile (provides compiled file thorium-win-upgrade.7z download releases )
go build -ldflags "-s -w" -gcflags="all=-trimpath=${PWD}" -asmflags="all=-trimpath=${PWD}"
- Do not change the original directory structure of
thorium. - Ensure that the compiled files are in the same directory as the config.json files.
- Execute . /thorium-win-upgrade.exe or double-click to launch it and follow the prompts to enter commands to complete the upgrade
./thorium-win-upgrade.bat Just create a shortcut and set it to boot up




