├── .gitignore ├── Launcher ├── HoYoPlay │ ├── 1.0.5.88.md │ ├── 1.1.4.133.md │ ├── 1.2.2.159.md │ ├── 1.3.3.182.md │ ├── 1.4.2.199.md │ ├── 1.4.5.222.md │ └── 1.5.2.229.md ├── Latest.md └── OldLauncher │ ├── 2.22.1.0(Game0.90.0).md │ ├── 2.24.2.0(Game1.0.5).md │ ├── 2.26.0.0(Game1.1.0).md │ ├── 2.27.0.0(Game1.2.0).md │ ├── 2.28.1.0(Game1.3.0).md │ ├── 2.29.1.0(Game1.4.0).md │ ├── 2.30.0.0(Game1.5.0).md │ ├── 2.31.0.0(Game1.6.0).md │ ├── 2.33.4.0(Game2.1.0).md │ └── 2.33.7.0(Game2.2.0).md ├── README.md ├── README_zh-CN.md ├── README_zh-TW.md ├── StarRail_CN ├── 1.0.5.md ├── 1.1.0.md ├── 1.2.0.md ├── 1.3.0.md ├── 1.4.0.md ├── 1.5.0.md ├── 1.6.0.md ├── 2.0.0.md ├── 2.1.0.md ├── 2.2.0.md ├── 2.3.0.md ├── 2.4.0.md ├── 2.5.0.md ├── 2.6.0.md ├── 2.7.0.md ├── 3.0.0.md ├── 3.1.0.md ├── 3.2.0.md ├── 3.3.0.md ├── Audio │ ├── 1.5.0.md │ ├── 1.6.0.md │ ├── 2.0.0.md │ ├── 2.1.0.md │ ├── 2.2.0.md │ ├── 2.3.0.md │ ├── 2.4.0.md │ ├── 2.5.0.md │ ├── 2.6.0.md │ ├── 2.7.0.md │ ├── 3.0.0.md │ ├── 3.1.0.md │ ├── 3.2.0.md │ └── 3.3.0.md └── Latest.md ├── StarRail_CN_Beta ├── 0.70.0.md ├── 0.90.0.md ├── 0.90.57.md ├── 1.0.52.md ├── 1.0.53.md ├── 1.0.54.md ├── 1.0.55.md ├── 1.1.52.md ├── 1.1.53.md ├── 1.1.54.md ├── 1.1.55.md ├── 1.2.52.md ├── 1.2.53.md ├── 1.2.54.md ├── 1.2.55.md ├── 1.3.52.md ├── 1.3.53.md ├── 1.3.54.md ├── 1.4.52.md ├── 1.4.53.md ├── 1.4.54.md ├── 1.6.51.md ├── 1.6.55.md ├── 2.0.51.md ├── 2.0.52.md ├── 2.0.53.md ├── 2.0.54.md ├── 2.1.51.md ├── 2.1.52.md ├── 2.1.53.md ├── 2.1.54.md ├── 2.1.55.md ├── 2.2.51.md ├── 2.2.52.md ├── 2.2.53.md ├── 2.2.54.md └── 2.2.55.md ├── StarRail_OS ├── 1.0.5.md ├── 1.1.0.md ├── 1.2.0.md ├── 1.3.0.md ├── 1.4.0.md ├── 1.5.0.md ├── 1.6.0.md ├── 2.0.0.md ├── 2.1.0.md ├── 2.2.0.md ├── 2.3.0.md ├── 2.4.0.md ├── 2.5.0.md ├── 2.6.0.md ├── 2.7.0.md ├── 3.0.0.md ├── 3.1.0.md ├── 3.2.0.md ├── 3.3.0.md ├── Audio │ ├── 1.5.0.md │ ├── 1.6.0.md │ ├── 2.0.0.md │ ├── 2.1.0.md │ ├── 2.2.0.md │ ├── 2.3.0.md │ ├── 2.4.0.md │ ├── 2.5.0.md │ ├── 2.6.0.md │ ├── 2.7.0.md │ ├── 3.0.0.md │ ├── 3.1.0.md │ ├── 3.2.0.md │ └── 3.3.0.md └── Latest.md └── StarRail_OS_Beta ├── 0.64.0.md ├── 0.80.52.md ├── 0.90.0.md ├── 0.90.57.md ├── 1.0.51.md ├── 1.0.53.md ├── 2.0.51.md ├── 2.1.52.md ├── 2.1.53.md ├── 2.2.51.md ├── 2.2.53.md ├── 2.2.54.md ├── 2.2.55.md └── 2.3.51.md /.gitignore: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | ## Ignore Visual Studio temporary files generated by popular 3 | ## Visual Studio add-ons. 4 | ## 此 .gitignore 文件已由 Microsoft® Visual Studio 自动创建。 5 | ################################################################################ 6 | 7 | # Visual Studio 2015/2017 cache/options directory 8 | .vs/ 9 | /.vs 10 | 11 | # Jet Brains IntelliJ IDEA directory 12 | .idea 13 | /.idea -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.0.5.88.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.0.5.88 | Link1](https://autopatchcn.bhsr.com/client/cn/20240510154652_0D7JL9Tu4rabfH8B/gw/StarRail_setup_1.0.5.exe)** 2 | 3 | **[CN Launcher | 1.0.5.88 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240510154652_0D7JL9Tu4rabfH8B/gw/StarRail_setup_1.0.5.exe)** 4 | 5 | **[OS Launcher | 1.0.5.88](https://download-porter.hoyoverse.com/download-porter/2024/06/04/2.2_0604_setup_hoyoverse.exe)** -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.1.4.133.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.1.4.133 | Link1](https://autopatchcn.bhsr.com/client/cn/20240725121148_Y6OTV2k6lnCKbUUO/gw/StarRail_setup_1.1.4.exe)** 2 | 3 | **[CN Launcher | 1.1.4.133 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240725121148_Y6OTV2k6lnCKbUUO/gw/StarRail_setup_1.1.4.exe)** 4 | 5 | **[CN Launcher Zip | 1.1.4.133](https://hyp-webstatic.mihoyo.com/hyp-client/jGHBHlcOq1_1.1.4.133_1_1_cps_hyp_cn_jGHBHlcOq1_11mihoyo_202408152023_EWWBxaYA.zip)** 6 | 7 | **[OS Launcher | 1.1.4.133](https://download-porter.hoyoverse.com/download-porter/2024/08/15/2.3_0815_setup_hoyoverse.exe?trace_key=StarRail_setup_ua_61280c4ccd84)** 8 | 9 | **[OS Launcher Zip | 1.1.4.133](https://hyp-webstatic.hoyoverse.com/hyp-client/VYTpXlbWo8_1.1.4.133_1_0_cps_hyp_global_VYTpXlbWo8_7hoyoverse_202408152029_ccwReIuz.zip)** -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.2.2.159.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.2.2.159 | Link1](https://autopatchcn.bhsr.com/client/cn/20240925103302_3dq7NFEEu8PGNQn4/gw_PC/StarRail_setup_1.2.2.exe)** 2 | 3 | **[CN Launcher | 1.2.2.159 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240925103302_3dq7NFEEu8PGNQn4/gw_PC/StarRail_setup_1.2.2.exe)** 4 | 5 | **[CN Launcher Zip | 1.2.2.159](https://hyp-webstatic.mihoyo.com/hyp-client/jGHBHlcOq1_1.2.2.159_1_1_cps_bh3_cn_jGHBHlcOq1_9mihoyo_202410101741_zLYnMThb.zip)** 6 | 7 | **[OS Launcher | 1.2.2.159](https://download-porter.hoyoverse.com/download-porter/2024/10/10/2.6_1010_setup_hoyoverse.exe?trace_key=StarRail_setup_ua_297ccdcee59d)** 8 | 9 | **[OS Launcher Zip | 1.2.2.159](https://hyp-webstatic.hoyoverse.com/hyp-client/VYTpXlbWo8_1.2.2.159_1_1_cps_hyp_global_VYTpXlbWo8_9hoyoverse_202410101639_zwNzzfrr.zip)** -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.3.3.182.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.3.3.182 | Link1](https://autopatchcn.bhsr.com/client/cn/20241112154036_ApsUXnPeiSDtKkIE/gw_PC/StarRail_setup_1.3.3.exe)** 2 | 3 | **[CN Launcher | 1.3.3.182 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241112154036_ApsUXnPeiSDtKkIE/gw_PC/StarRail_setup_1.3.3.exe)** 4 | 5 | **[CN Launcher Zip | 1.3.3.182](https://hyp-webstatic.mihoyo.com/hyp-client/jGHBHlcOq1_1.3.3.182_1_1_cps_hyp_cn_jGHBHlcOq1_16mihoyo_202411221120_axGvXYBT.zip)** 6 | 7 | **[OS Launcher | 1.3.3.182](https://autopatchcn.bhsr.com/client/cn/20241112154036_ApsUXnPeiSDtKkIE/gw_PC/StarRail_setup_1.3.3.exe)** 8 | 9 | **[OS Launcher Zip | 1.3.3.182](https://hyp-webstatic.hoyoverse.com/hyp-client/VYTpXlbWo8_1.3.3.182_1_0_cps_hyp_global_VYTpXlbWo8_11hoyoverse_202411221125_nvTiOrbu.zip)** -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.4.2.199.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.4.2.199 | Link1](https://autopatchcn.bhsr.com/client/cn/20241224150915_8Z3HCLB1Bkal5dAK/gw_PC/StarRail_setup_1.4.2.exe)** 2 | 3 | **[CN Launcher | 1.4.2.199 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241224150915_8Z3HCLB1Bkal5dAK/gw_PC/StarRail_setup_1.4.2.exe)** 4 | 5 | **[CN Launcher Zip | 1.4.2.199](https://hyp-webstatic.mihoyo.com/hyp-client/jGHBHlcOq1_1.4.2.199_1_1_cps_hyp_cn_jGHBHlcOq1_21mihoyo_202501021053_IDcXEVHH.zip)** 6 | 7 | **[OS Launcher | 1.4.2.199](https://download-porter.hoyoverse.com/download-porter/2024/12/31/3.0_1231_setup_hoyoverse.exe?trace_key=StarRail_setup_ua_dd7378ea1a59)** 8 | 9 | **[OS Launcher Zip | 1.4.2.199](https://hyp-webstatic.hoyoverse.com/hyp-client/VYTpXlbWo8_1.4.2.199_1_1_cps_hyp_global_VYTpXlbWo8_16hoyoverse_202501021059_SZcFGlVM.zip)** -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.4.5.222.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.4.5.222 | Link1](https://autopatchcn.bhsr.com/client/cn/20250126122954_bHjqcoZZPuQuNAMy/gw_PC/StarRail_setup_1.4.5.exe)** 2 | 3 | **[CN Launcher | 1.4.5.222 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20250126122954_bHjqcoZZPuQuNAMy/gw_PC/StarRail_setup_1.4.5.exe)** 4 | 5 | **[CN Launcher Zip | 1.4.5.222](https://hyp-webstatic.mihoyo.com/hyp-client/jGHBHlcOq1_1.4.5.222_1_1_cps_hyp_cn_jGHBHlcOq1_23mihoyo_202501242344_MGcUoDtr.zip)** 6 | 7 | **[OS Launcher | 1.4.5.222](https://download-porter.hoyoverse.com/download-porter/2025/02/10/3.0_0210_setup_hoyoverse.exe?trace_key=StarRail_setup_ua_dee67fd60ec2)** 8 | 9 | **[OS Launcher Zip | 1.4.5.222](https://hyp-webstatic.hoyoverse.com/hyp-client/VYTpXlbWo8_1.4.5.222_1_0_cps_hyp_global_VYTpXlbWo8_17hoyoverse_202502081527_GlmkpTwG.zip)** -------------------------------------------------------------------------------- /Launcher/HoYoPlay/1.5.2.229.md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 1.5.2.229 | Link1](https://autopatchcn.bhsr.com/client/cn/20250317183241_lhOtRZWQ64Sza68d/gw_PC/StarRail_setup_1.5.2.exe)** 2 | 3 | **[CN Launcher | 1.5.2.229 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20250317183241_lhOtRZWQ64Sza68d/gw_PC/StarRail_setup_1.5.2.exe)** 4 | 5 | **[CN Launcher Zip | 1.5.2.229](https://hyp-webstatic.mihoyo.com/hyp-client/jGHBHlcOq1_1.5.2.229_1_1_cps_hyp_cn_jGHBHlcOq1_26mihoyo_202503251041_VLcnpbKA.zip)** 6 | 7 | **[OS Launcher | 1.5.2.229](https://download-porter.hoyoverse.com/download-porter/2025/03/27/3.2_0327_setup_hoyoverse.exe?trace_key=StarRail_setup_ua_6dd9f946a588)** 8 | 9 | **[OS Launcher Zip | 1.5.2.229](https://hyp-webstatic.hoyoverse.com/hyp-client/VYTpXlbWo8_1.5.2.229_1_0_cps_hyp_global_VYTpXlbWo8_20hoyoverse_202503251048_cTZwNCNT.zip)** -------------------------------------------------------------------------------- /Launcher/Latest.md: -------------------------------------------------------------------------------- 1 | **[ Latest Release links | CN PC Launcher](https://api-takumi.mihoyo.com/event/download_porter/link/hkrpg_cn/official/pc_default)** 2 | 3 | **[ Latest Release links | CN Android Launcher](https://api-takumi.mihoyo.com/event/download_porter/link/hkrpg_cn/official/android_default)** 4 | 5 | **[ Latest Release links | CN Android Cloud Launcher | Link 1](https://api-takumi.mihoyo.com/event/download_porter/link/hkrpg_cn/official/android_defaultweb)** 6 | 7 | **[ Latest Release links | CN Android Cloud Launcher | Link 2](https://api-takumi.mihoyo.com/event/download_porter/link/hkrpg_cn/official/android_addyyxzxweb)** 8 | 9 | **[ Latest Release links | CN Android Cloud Launcher | Link 3](https://api-takumi.mihoyo.com/event/download_porter/link/clgm_hkrpg-cn/official/android_default)** 10 | 11 | **[ Latest Release links | OS PC Launcher | Link 1](https://sg-public-api.hoyoverse.com/event/download_porter/link/hkrpg_global/oswebpc/default)** 12 | 13 | **[ Latest Release links | OS PC Launcher | Link 2](https://sg-public-api.hoyoverse.com/event/download_porter/trace/hkrpg_global/oswebpc/default?url=https%3A%2F%2Fhsr.hoyoverse.com%2Fen-us%2F%3Futm_source%3DHoYoverse%26utm_medium%3Dproducts)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.22.1.0(Game0.90.0).md: -------------------------------------------------------------------------------- 1 | **[CN Beta Launcher | 2.22.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230202112711_Gqh20JqTKF8yCY7c/StarRail_setup_20230202111954.exe)** 2 | **[CN Beta Launcher | 2.22.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230202112711_Gqh20JqTKF8yCY7c/StarRail_setup_20230202111954.exe)** 3 | 4 | **[OS Beta Launcher | 2.22.1.0](https://autopatchos.starrails.com/client/download/20230202113937_NE7YVwlt4XBAMuNL/StarRail_setup_20230202111955.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.24.2.0(Game1.0.5).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.24.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230413215042_aplSx1uQpkRmXBCk/StarRail_setup_gw_20230422200015.exe)** 2 | **[CN Launcher | 2.24.2.0 | Link2](https://autopatchcn.bhsr.com/client/cn/20230413215042_aplSx1uQpkRmXBCk/StarRail_setup_mys_20230422200015.exe)** 3 | **[CN Launcher | 2.24.2.0 | Link3](https://autopatchcn.bhsr.com/client/cn/20230413215042_aplSx1uQpkRmXBCk/StarRail_setup_ad_bdpz_20230422200015.exe)** 4 | **[CN Launcher | 2.24.2.0 | Link4](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230413215042_aplSx1uQpkRmXBCk/StarRail_setup_gw_20230422200015.exe)** 5 | **[CN Launcher | 2.24.2.0 | Link5](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230413215042_aplSx1uQpkRmXBCk/StarRail_setup_mys_20230422200015.exe)** 6 | **[CN Launcher | 2.24.2.0 | Link6](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230413215042_aplSx1uQpkRmXBCk/StarRail_setup_ad_bdpz_20230422200015.exe)** 7 | 8 | **[Bilibili Launcher | 2.24.2.0](https://pkg.biligame.com/games/StarRail_setup_bilibili_20230422200015/546357/StarRail_setup_bilibili_20230422200015.exe)** 9 | 10 | **[OS Launcher | 2.24.2.0](https://download-porter.hoyoverse.com/download-porter/2023/04/21/StarRail_setup_hoyoverse_20230422200015%20(2).exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.26.0.0(Game1.1.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.26.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230527110540_Kt2XHQtmHSq920j9/StarRail_setup_gw_20230605.exe)** 2 | 3 | **[CN Launcher | 2.26.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230527110540_Kt2XHQtmHSq920j9/StarRail_setup_gw_20230605.exe)** 4 | 5 | **[Bilibili Launcher | 2.26.0.0](https://pkg.biligame.com/games/StarRail_bilibili_20230523205618/602283/StarRail_bilibili_20230523205618.exe)** 6 | 7 | **[OS Launcher | 2.26.0.0](https://download-porter.hoyoverse.com/download-porter/2023/06/05/official_os_1_1_hoyoverse_PC_20230522155839.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.27.0.0(Game1.2.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.27.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230704200447_tSgyx751iAC1a5GZ/StarRail_setup_gw_20230717.exe)** 2 | 3 | **[CN Launcher | 2.27.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230704200447_tSgyx751iAC1a5GZ/StarRail_setup_gw_20230717.exe)** 4 | 5 | **[OS Launcher | 2.27.0.0](https://download-porter.hoyoverse.com/download-porter/2023/07/17/official_os_1_1_hoyoverse_PC_20230703213021.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.28.1.0(Game1.3.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.28.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230811104659_pn5QBAAp94eSn89l/StarRail_setup_gw_20230828.exe)** 2 | 3 | **[CN Launcher | 2.28.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230811104659_pn5QBAAp94eSn89l/StarRail_setup_gw_20230828.exe)** 4 | 5 | **[OS Launcher | 2.28.1.0](https://download-porter.hoyoverse.com/download-porter/2023/08/24/official_os_1_1_hoyoverse_PC_20230809174233.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.29.1.0(Game1.4.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.29.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230925145357_OXP980B6obgEdyex/StarRail_setup_gw_20231009.exe)** 2 | 3 | **[CN Launcher | 2.29.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230925145357_OXP980B6obgEdyex/StarRail_setup_gw_20231009.exe)** 4 | 5 | **[OS Launcher | 2.29.1.0](https://download-porter.hoyoverse.com/download-porter/2023/10/07/HSR_official_setup.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.30.0.0(Game1.5.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.30.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231103100104_7AysjJXfBYJGzLBS/gw_PC/StarRail_setup_20231113.exe)** 2 | 3 | **[CN Launcher | 2.30.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/220231103100104_7AysjJXfBYJGzLBS/gw_PC/StarRail_setup_20231113.exe)** 4 | 5 | **[OS Launcher | 2.30.0.0](https://download-porter.hoyoverse.com/download-porter/2023/11/07/HSR1.5_Setup_O.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.31.0.0(Game1.6.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.31.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231213144542_k3N1ZYbN8FVVlnqQ/gw/StarRail_setup_20231225.exe)** 2 | 3 | **[CN Launcher | 2.31.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/220231213144542_k3N1ZYbN8FVVlnqQ/gw/StarRail_setup_20231225.exe)** 4 | 5 | **[OS Launcher | 2.31.0.0](https://download-porter.hoyoverse.com/download-porter/2023/12/22/1.6%20StarRail_Setup_O.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.33.4.0(Game2.1.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.33.4.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240315190403_da2NsZ0C8Ah1AYRM/gw/StarRail_setup_20240325.exe)** 2 | 3 | **[CN Launcher | 2.33.4.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240315190403_da2NsZ0C8Ah1AYRM/gw/StarRail_setup_20240325.exe)** 4 | 5 | **[OS Launcher | 2.33.4.0](https://download-porter.hoyoverse.com/download-porter/2024/03/21/2.1%20Setup_hoyoverse.exe)** -------------------------------------------------------------------------------- /Launcher/OldLauncher/2.33.7.0(Game2.2.0).md: -------------------------------------------------------------------------------- 1 | **[CN Launcher | 2.33.7.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240509183030_pzgdhGtsXdBdXOyh/gw/StarRail_setup_20240520.exe)** 2 | 3 | **[CN Launcher | 2.33.7.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240509183030_pzgdhGtsXdBdXOyh/gw/StarRail_setup_20240520.exe)** 4 | 5 | **[OS Launcher | 2.33.7.0](https://download-porter.hoyoverse.com/download-porter/2024/05/20/2.2_0520_setup_hoyoverse.exe)** -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SR-Download-Library 2 | ![StarRailBanner](https://webstatic.mihoyo.com/upload/op-public/2021/10/09/6c0e9aaa5b9471e32316d11284edb710_2698450106633206665.png) 3 | [EN](README.md) | [简中](README_zh-CN.md) | [繁中](README_zh-TW.md) 4 | 5 | ## StarRail Download Links 6 | 8 | 9 |
10 | IMPORTANT 11 | 12 | 13 | 14 | If you want to share something that you think is dear to you and should not be deleted from the servers of miHoYo... 15 | 16 | ~~You can contact me at discord: _360NENZ#1837_, or write me an email _gdgwhy@outlook.com_~~ 17 | 18 | ~~I will tell you whether it is worth sharing the original link, or it would be better to upload files to the cloud.~~ 19 | 20 |
21 | 22 | 23 | ### What's inside 24 | * Links of the **_"autopatchos"_** and **_"autopatchcn"_** version of the StarRail **Release**, **Beta** and **Audio** files 25 | 26 | ### What is _"autopatchos"_ and _"autopatchcn"_ 27 | * **autopatchos** - StarRail_OS 28 | * **autopatchcn** - StarRail_CN 29 | 30 | ### What's the difference between _"StarRail_OS"_ and _"StarRail_CN"_? 31 | * **StarRail_OS** - Overseas/Global Version 32 | * **StarRail_CN** - Chinese Version 33 | --- 34 | **Note**: 35 | * This repository will update from time to time when new version of the game gets released. 36 | * This repository is for archive purposes only. 37 | * Anyone can contribute to this Repository. -------------------------------------------------------------------------------- /README_zh-CN.md: -------------------------------------------------------------------------------- 1 | # 星穹铁道-下载链接仓库 2 | ![StarRailBanner](https://webstatic.mihoyo.com/upload/op-public/2021/10/09/6c0e9aaa5b9471e32316d11284edb710_2698450106633206665.png) 3 | [EN](README.md) | [简中](README_zh-CN.md) | [繁中](README_zh-TW.md) 4 | 5 | ## 星穹铁道的下载链接 6 | 8 | 9 |
10 | 很重要 11 | 12 | 13 | 14 | 如果你想分享一些对于你很重要的文件并且你觉得不应该从mihoyo的服务器删除的话... 15 | 16 | ~~请在 Discord 联系我: _360NENZ#1837_, 或者给 _gdgwhy@outlook.com_ 写邮件~~ 17 | 18 | ~~我会告诉你值不值得分享这个文件的原链接, 或者应不应该上传到云端再分享.~~ 19 | 20 |
21 | 22 | 23 | ### 仓库里面有什么? 24 | * 仓库里面有星穹铁道 **_"autopatchcn"_** 和 **_"autopatchos"_** 的链接,包括了 **发行版-Release**, **测试版-Beta**和**音频文件-Audio files** 25 | 26 | ### 什么是"autopatchcn" 和 "autopatchos" 27 | * **autopatchcn** - StarRail_OS 28 | * **autopatchos** - StarRail_CN 29 | 30 | ### "StarRail_CN" 和 "StarRail_OS" 这两个版本有什么区别? 31 | * **StarRail_CN** - 中国版-CN版 32 | * **StarRail_OS** - 国际版-OS版 33 | --- 34 | **注意**: 35 | * 游戏新版本更新的时候这个仓库不定时更新. 36 | * 该仓库仅用于链接归档. 37 | * 任何人都可以做出贡献. -------------------------------------------------------------------------------- /README_zh-TW.md: -------------------------------------------------------------------------------- 1 | # 星穹鐵道-下載鏈接倉庫 2 | ![StarRailBanner](https://webstatic.mihoyo.com/upload/op-public/2021/10/09/6c0e9aaa5b9471e32316d11284edb710_2698450106633206665.png) 3 | [EN](README.md) | [简中](README_zh-CN.md) | [繁中](README_zh-TW.md) 4 | 5 | ## 星穹鐵道的下載鏈接 6 | 8 | 9 |
10 | 很重要 11 | 12 | 13 | 14 | 如果你想分享一些對於你很重要的文件並且你覺得不應該從mihoyo的服務器刪除的話... 15 | 16 | ~~請在 Discord 聯繫我: _360NENZ#1837_, 或者給 _gdgwhy@outlook.com_ 寫郵件~~ 17 | 18 | ~~我會告訴你值不值得分享這個文件的原鏈接, 或者應不應該上傳到雲端再分享.~~ 19 | 20 |
21 | 22 | 23 | ### 倉庫裏面有什麼? 24 | * 倉庫裏面有星穹鐵道 **_"autopatchcn"_** 和 **_"autopatchos"_** 的鏈接,包括了 **發行版-Release**, **測試版-Beta**和**音頻文件-Audio files** 25 | 26 | ### 什麼是"autopatchcn" 和 "autopatchos" 27 | * **autopatchcn** - StarRail_OS 28 | * **autopatchos** - StarRail_CN 29 | 30 | ### "StarRail_CN" 和 "StarRail_OS" 這兩個版本有什麼區別? 31 | * **StarRail_CN** - 中國大陸版-CN版 32 | * **StarRail_OS** - 國際版-OS版 33 | --- 34 | **注意**: 35 | * 遊戲新版本更新的時候這個倉庫不定時更新. 36 | * 該倉庫僅用於鏈接歸檔. 37 | * 任何人都可以做出貢獻. 38 | -------------------------------------------------------------------------------- /StarRail_CN/1.0.5.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.5 | Link1](https://autopatchcn.bhsr.com/client/cn/20230413215209_VC9JD8S2WrcciZFu/StarRail_1.0.5.zip)** 2 | **[PC Game | 1.0.5 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230413215209_VC9JD8S2WrcciZFu/StarRail_1.0.5.zip)** 3 | 4 | **[Android Game | 1.0.5 | Link1](https://autopatchcn.bhsr.com/client/cn/20230413215209_VC9JD8S2WrcciZFu/StarRail_1.0.5_gw.apk)** 5 | **[Android Game | 1.0.5 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230413215209_VC9JD8S2WrcciZFu/StarRail_1.0.5_gw.apk)** 6 | 7 | **[Android Bilibili Game | 1.0.5](https://pkg.biligame.com/games/bhxqtd_1.0.5_20230421_115522_4476a.apk)** -------------------------------------------------------------------------------- /StarRail_CN/1.1.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230527111104_42FPuTyCCRlZmYBp/StarRail_1.1.0.zip)** 2 | **[PC Game | 1.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230527111104_42FPuTyCCRlZmYBp/StarRail_1.1.0.zip)** 3 | 4 | **[Update | 1.0.5 -> 1.1.0 | Link1 ](https://autopatchcn.bhsr.com/client/beta/update/hkrpg_cn/33/game_1.0.5_1.1.0_hdiff_Drtvu6C7sMBq9paR.zip)** 5 | **[Update | 1.0.5 -> 1.1.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/update/hkrpg_cn/33/game_1.0.5_1.1.0_hdiff_Drtvu6C7sMBq9paR.zip)** 6 | 7 | 8 | **[Android Game | 1.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230527110540_Kt2XHQtmHSq920j9/StarRail_1.1.0_mihoyo_1.apk)** 9 | **[Android Game | 1.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230527110540_Kt2XHQtmHSq920j9/StarRail_1.1.0_mihoyo_1.apk)** 10 | 11 | **[Android Bilibili Game | 1.1.0](https://pkg.biligame.com/games/bhxqtd_1.1.0_20230529_031420_e1ec3.apk)** 12 | -------------------------------------------------------------------------------- /StarRail_CN/1.2.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230709224719_3CcrEpEKT9iaObJh/StarRail_1.2.0.zip)** 2 | **[PC Game | 1.2.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230709224719_3CcrEpEKT9iaObJh/StarRail_1.2.0.zip)** 3 | 4 | **[Update | 1.0.5 -> 1.2.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.0.5_1.2.0_hdiff_7qUejt4fMExIlrQp.zip)** 5 | **[Update | 1.0.5 -> 1.2.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.0.5_1.2.0_hdiff_7qUejt4fMExIlrQp.zip)** 6 | 7 | **[Update | 1.1.0 -> 1.2.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.1.0_1.2.0_hdiff_HfBvygO7Z9aNPUmR.zip)** 8 | **[Update | 1.1.0 -> 1.2.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.1.0_1.2.0_hdiff_HfBvygO7Z9aNPUmR.zip)** 9 | 10 | **[Android Game | 1.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230709224719_3CcrEpEKT9iaObJh/StarRail_1.2.0_mihoyo.apk)** 11 | **[Android Game | 1.2.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230709224719_3CcrEpEKT9iaObJh/StarRail_1.2.0_mihoyo.apk)** 12 | 13 | **[Android Bilibili Game | 1.2.0](https://pkg.biligame.com/games/bhxqtd_1.2.0_20230710_104949_93158.apk)** 14 | -------------------------------------------------------------------------------- /StarRail_CN/1.3.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.3.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230818153431_sMKzYZ9EOeT15oNn/StarRail_1.3.0.zip)** 2 | **[PC Game | 1.3.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230818153431_sMKzYZ9EOeT15oNn/StarRail_1.3.0.zip)** 3 | 4 | **[Update | 1.1.0 -> 1.3.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.1.0_1.3.0_hdiff_pQl5t1UHPa8jBsTc.zip)** 5 | **[Update | 1.1.0 -> 1.3.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.1.0_1.3.0_hdiff_pQl5t1UHPa8jBsTc.zip)** 6 | 7 | **[Update | 1.2.0 -> 1.3.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.2.0_1.3.0_hdiff_br8KoHI2R35fWvmj.zip)** 8 | **[Update | 1.2.0 -> 1.3.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.2.0_1.3.0_hdiff_br8KoHI2R35fWvmj.zip)** 9 | 10 | **[Android Game | 1.3.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230818153431_sMKzYZ9EOeT15oNn/StarRail_1.3.0_mihoyo.apk)** 11 | **[Android Game | 1.3.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230818153431_sMKzYZ9EOeT15oNn/StarRail_1.3.0_mihoyo.apk)** 12 | 13 | **[Android Bilibili Game | 1.3.0](https://pkg.biligame.com/games/bhxqtd_1.3.0_20230821_120429_e03f0.apk)** 14 | -------------------------------------------------------------------------------- /StarRail_CN/1.4.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.4.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230926141222_ZKWHBONxYlx8PGYQ/StarRail_1.4.0.zip)** 2 | **[PC Game | 1.4.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230926141222_ZKWHBONxYlx8PGYQ/StarRail_1.4.0.zip)** 3 | 4 | **[Update | 1.2.0 -> 1.4.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.2.0_1.4.0_hdiff_T5ZwNtghdjbMl0s8.zip)** 5 | **[Update | 1.2.0 -> 1.4.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.2.0_1.4.0_hdiff_T5ZwNtghdjbMl0s8.zip)** 6 | 7 | **[Update | 1.3.0 -> 1.4.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.3.0_1.4.0_hdiff_cyokQi1nq6ZGtCUv.zip)** 8 | **[Update | 1.3.0 -> 1.4.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.3.0_1.4.0_hdiff_cyokQi1nq6ZGtCUv.zip)** 9 | 10 | **[Android Game | 1.4.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230926141222_ZKWHBONxYlx8PGYQ/StarRail_1.4.0_mihoyo.apk)** 11 | **[Android Game | 1.4.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230926141222_ZKWHBONxYlx8PGYQ/StarRail_1.4.0_mihoyo.apk)** 12 | 13 | **[Android Bilibili Game | 1.4.0](https://pkg.biligame.com/games/bhxqtd_1.4.0_20230927_104121_ecb49.apk)** -------------------------------------------------------------------------------- /StarRail_CN/1.5.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.5.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231103101022_A4CvNRMprqjemK7k/PC/StarRail_1.5.0.zip)** 2 | **[PC Game | 1.5.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20231103101022_A4CvNRMprqjemK7k/PC/StarRail_1.5.0.zip)** 3 | 4 | **[Update | 1.4.0 -> 1.5.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.4.0_1.5.0_hdiff_TnhRMscqGdQuNyDU.zip)** 5 | **[Update | 1.4.0 -> 1.5.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.4.0_1.5.0_hdiff_TnhRMscqGdQuNyDU.zip)** 6 | 7 | **[Android Game | 1.5.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231103101022_A4CvNRMprqjemK7k/gw_An/StarRail_1.5.0.apk)** 8 | **[Android Game | 1.5.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20231103101022_A4CvNRMprqjemK7k/gw_An/StarRail_1.5.0.apk)** 9 | 10 | **[Android Cloud | 1.5.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231120192432_638FTWfKaWbmtuva/StarRailCloud_1.5.0.apk)** 11 | **[Android Cloud | 1.5.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20231120192432_638FTWfKaWbmtuva/StarRailCloud_1.5.0.apk)** 12 | 13 | **[Android Bilibili Game | 1.5.0](https://pkg.biligame.com/games/bhxqtd_1.5.0__1106_20231106_025048_76dd1.apk)** -------------------------------------------------------------------------------- /StarRail_CN/1.6.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.6.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231215090743_ffCg5V2j0gON2tvr/PC/StarRail_1.6.0.zip)** 2 | **[PC Game | 1.6.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/220231215090743_ffCg5V2j0gON2tvr/PC/StarRail_1.6.0.zip)** 3 | 4 | **[Update | 1.5.0 -> 1.6.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.5.0_1.6.0_hdiff_J95qxDtHQf2vBRal.zip)** 5 | **[Update | 1.5.0 -> 1.6.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.5.0_1.6.0_hdiff_J95qxDtHQf2vBRal.zip)** 6 | 7 | **[Android Game | 1.6.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231215090743_ffCg5V2j0gON2tvr/gw/StarRail_1.6.0.apk)** 8 | **[Android Game | 1.6.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/220231215090743_ffCg5V2j0gON2tvr/gw/StarRail_1.6.0.apk)** 9 | 10 | **[Android Cloud | 1.6.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20231219142730_APxmLVHmfMZk2kdw/gw_An_C/StarRailCloud_1.6.0.apk)** 11 | **[Android Cloud | 1.6.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20231219142730_APxmLVHmfMZk2kdw/gw_An_C/StarRailCloud_1.6.0.apk)** 12 | 13 | **[Android Bilibili Game | 1.6.0](https://pkg.biligame.com/games/bhxqtd_1.6.0_20231219_105736_6b3a6.apk)** -------------------------------------------------------------------------------- /StarRail_CN/2.0.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/PC/StarRail_2.0.0.zip)** 2 | **[PC Game | 2.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/PC/StarRail_2.0.0.zip)** 3 | 4 | **[Update | 1.6.0 -> 2.0.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_1.6.0_2.0.0_hdiff_mT4gkop1jCKyVuD0.zip)** 5 | **[Update | 1.6.0 -> 2.0.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_1.6.0_2.0.0_hdiff_mT4gkop1jCKyVuD0.zip)** 6 | 7 | **[Android Game | 2.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/gw/StarRail_2.0.0.apk)** 8 | **[Android Game | 2.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/gw/StarRail_2.0.0.apk)** 9 | 10 | **[Android Cloud | 2.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240129224201_N2NGpar9Hk3uafg9/gw_An_C/StarRailCloud_2.0.0.apk)** 11 | **[Android Cloud | 2.0.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240129224201_N2NGpar9Hk3uafg9/gw_An_C/StarRailCloud_2.0.0.apk)** 12 | 13 | **[Android Bilibili Game | 2.0.0](https://pkg.biligame.com/games/bhxqtd_2.0.0_20240130_121535_25dd9.apk)** -------------------------------------------------------------------------------- /StarRail_CN/2.1.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240315111623_TbwRoPayP3dE1p79/PC/StarRail_2.1.0.zip)** 2 | **[PC Game | 2.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240315111623_TbwRoPayP3dE1p79/PC/StarRail_2.1.0.zip)** 3 | 4 | **[Update | 2.0.0 -> 2.1.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_2.0.0_2.1.0_hdiff_KjPUTRqDO6ZWGeyp.zip)** 5 | **[Update | 2.0.0 -> 2.1.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_2.0.0_2.1.0_hdiff_KjPUTRqDO6ZWGeyp.zip)** 6 | 7 | **[Android Game | 2.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240323143802_CczdNHKo8H8ZpOD8/gw/StarRail_2.1.0.apk)** 8 | **[Android Game | 2.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240323143802_CczdNHKo8H8ZpOD8/gw/StarRail_2.1.0.apk)** 9 | 10 | **[Android Cloud | 2.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240229152701_gnuRblrdK1seZwHi/gw_An_C/StarRailCloud_2.1.0.apk)** 11 | **[Android Cloud | 2.1.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240229152701_gnuRblrdK1seZwHi/gw_An_C/StarRailCloud_2.1.0.apk)** 12 | 13 | **[Android Bilibili Game | 2.1.0](https://pkg.biligame.com/games/bhxqtd_2.1.0_0325_20240325_103130_67b54.apk)** -------------------------------------------------------------------------------- /StarRail_CN/2.2.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240425223452_X67JiqezhqpvBZW8/PC/StarRail_2.2.0.zip)** 2 | **[PC Game | 2.2.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240425223452_X67JiqezhqpvBZW8/PC/StarRail_2.2.0.zip)** 3 | 4 | **[Update | 2.1.0 -> 2.2.0 | Link1 ](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/game_2.1.0_2.2.0_hdiff_I8kM3Gp2cfa0x9Cq.zip)** 5 | **[Update | 2.1.0 -> 2.2.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/hkrpg_cn/33/game_2.1.0_2.2.0_hdiff_I8kM3Gp2cfa0x9Cq.zip)** 6 | 7 | **[Android Game | 2.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240425223601_Mh1fhzqWdL6e11cp/gw/StarRail_2.2.0.apk)** 8 | **[Android Game | 2.2.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240425223601_Mh1fhzqWdL6e11cp/gw/StarRail_2.2.0.apk)** 9 | 10 | **[Android Cloud | 2.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240418185810_B0bv6lqoCT4vHY7A/gw_An_C/StarRailCloud_2.2.0.apk)** 11 | **[Android Cloud | 2.2.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240418185810_B0bv6lqoCT4vHY7A/gw_An_C/StarRailCloud_2.2.0.apk)** 12 | 13 | **[Android Bilibili Game | 2.2.0](https://pkg.biligame.com/games/bhxqtd_2.2.0_20240428_110503_b692c.apk)** -------------------------------------------------------------------------------- /StarRail_CN/2.3.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.3.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/PC/StarRail_2.3.0.zip)** 2 | **[PC Game | 2.3.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/PC/StarRail_2.3.0.zip)** 3 | 4 | **[Update | 2.2.0 -> 2.3.0 | Link1 ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_2.2.0_2.3.0_hdiff_bUOAKNttlfhuVbOa.zip)** 5 | **[Update | 2.2.0 -> 2.3.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/diff/hkrpg_cn/game_2.2.0_2.3.0_hdiff_bUOAKNttlfhuVbOa.zip)** 6 | 7 | **[Android Game | 2.3.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/gw/StarRail_2.3.0.apk)** 8 | **[Android Game | 2.3.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/gw/StarRail_2.3.0.apk)** 9 | 10 | **[Android Cloud | 2.3.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240523153329_QHDu2U0QhtOq5hgg/gw_An_C/StarRailCloud_2.3.0.apk)** 11 | **[Android Cloud | 2.3.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240523153329_QHDu2U0QhtOq5hgg/gw_An_C/StarRailCloud_2.3.0.apk)** 12 | 13 | **[Android Bilibili Game | 2.3.0](https://pkg.biligame.com/games/bhxqtd_2.3.0_20240611_112939_66f92.apk)** -------------------------------------------------------------------------------- /StarRail_CN/2.4.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.4.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240719103012_nKNhKVfBBru6Tjci/PC/StarRail_2.4.0.zip)** 2 | **[PC Game | 2.4.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240719103012_nKNhKVfBBru6Tjci/PC/StarRail_2.4.0.zip)** 3 | 4 | **[Update | 2.3.0 -> 2.4.0 | Link1 ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_2.3.0_2.4.0_hdiff_FNHhATYIXnJyCVxE.zip)** 5 | **[Update | 2.3.0 -> 2.4.0 | Link2 ](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/diff/hkrpg_cn/game_2.3.0_2.4.0_hdiff_FNHhATYIXnJyCVxE.zip)** 6 | 7 | **[Android Game | 2.4.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240719102722_EhJt8U81MUk0CIGt/gw/StarRail_2.4.0.apk)** 8 | **[Android Game | 2.4.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240719102722_EhJt8U81MUk0CIGt/gw/StarRail_2.4.0.apk)** 9 | 10 | **[Android Cloud | 2.4.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240703180452_CIF2VFXunuQwEFLr/gw_An_C/StarRailCloud_2.4.0.apk)** 11 | **[Android Cloud | 2.4.0 | Link1](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240703180452_CIF2VFXunuQwEFLr/gw_An_C/StarRailCloud_2.4.0.apk)** 12 | 13 | **[Android Bilibili Game | 2.4.0](https://pkg.biligame.com/games/bhxqtd_2.4.0_20240722_111511_ce300.apk)** -------------------------------------------------------------------------------- /StarRail_CN/2.5.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.5.0 Part1](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.001)** 2 | 3 | **[PC Game | 2.5.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.002)** 4 | 5 | **[PC Game | 2.5.0 Part3](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.003)** 6 | 7 | **[PC Game | 2.5.0 Part4](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.004)** 8 | 9 | **[PC Game | 2.5.0 Part5](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.005)** 10 | 11 | **[PC Game | 2.5.0 Part6](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.006)** 12 | 13 | **[PC Game | 2.5.0 Part7](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/download/StarRail_2.5.0.7z.007)** 14 | 15 | --- 16 | 17 | **[Update | 2.4.0 -> 2.5.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_2.4.0_2.5.0_hdiff_GoTMtSThreYWHIRZ.zip)** 18 | 19 | **[Android Game | 2.5.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240829163400_T4NhQaIeWzaVVwjM/gw/StarRail_2.5.0.apk)** 20 | **[Android Game | 2.5.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240829163400_T4NhQaIeWzaVVwjM/gw/StarRail_2.5.0.apk)** 21 | 22 | **[Android Cloud | 2.5.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20240829163400_T4NhQaIeWzaVVwjM/gw/StarRail_2.5.0.apk)** 23 | **[Android Cloud | 2.5.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20240829163400_T4NhQaIeWzaVVwjM/gw/StarRail_2.5.0.apk)** 24 | 25 | **[Android Bilibili Game | 2.5.0](https://pkg.biligame.com/games/bhxqtd_2.5.0_20240902_105249_46d1d.apk)** 26 | -------------------------------------------------------------------------------- /StarRail_CN/2.6.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.6.0 Part1](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.001)** 2 | 3 | **[PC Game | 2.6.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.002)** 4 | 5 | **[PC Game | 2.6.0 Part3](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.003)** 6 | 7 | **[PC Game | 2.6.0 Part4](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.004)** 8 | 9 | **[PC Game | 2.6.0 Part5](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.005)** 10 | 11 | **[PC Game | 2.6.0 Part6](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.006)** 12 | 13 | **[PC Game | 2.6.0 Part7](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/download/StarRail_2.6.0.7z.007)** 14 | 15 | --- 16 | 17 | **[Update | 2.5.0 -> 2.6.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_2.5.0_2.6.0_hdiff_ziNspzAyQYVjrsSa.7z)** 18 | 19 | **[Android Game | 2.6.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20241010190121_XZzSJ4bwKblrS2Kc/gw/StarRail_2.6.0.apk)** 20 | **[Android Game | 2.6.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241010190121_XZzSJ4bwKblrS2Kc/gw/StarRail_2.6.0.apk)** 21 | 22 | **[Android Cloud | 2.6.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20241010190121_XZzSJ4bwKblrS2Kc/gw/StarRail_2.6.0.apk)** 23 | **[Android Cloud | 2.6.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241010190121_XZzSJ4bwKblrS2Kc/gw/StarRail_2.6.0.apk)** 24 | 25 | **[Android Bilibili Game | 2.6.0](https://pkg.biligame.com/games/bhxqtd_2.6.0_20241012_105217_37c02.apk)** 26 | -------------------------------------------------------------------------------- /StarRail_CN/2.7.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.7.0 Part1](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.001)** 2 | 3 | **[PC Game | 2.7.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.002)** 4 | 5 | **[PC Game | 2.7.0 Part3](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.003)** 6 | 7 | **[PC Game | 2.7.0 Part4](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.004)** 8 | 9 | **[PC Game | 2.7.0 Part5](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.005)** 10 | 11 | **[PC Game | 2.7.0 Part6](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.006)** 12 | 13 | **[PC Game | 2.7.0 Part7](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/download/StarRail_2.7.0.7z.007)** 14 | 15 | --- 16 | 17 | **[Update | 2.6.0 -> 2.7.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_2.6.0_2.7.0_hdiff_JyZSslwakNhbXXyu.7z)** 18 | 19 | **[Android Game | 2.7.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20241121163119_GdgAYjnYypkAQKYt/gw_An/StarRail_2.7.0.apk)** 20 | **[Android Game | 2.7.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241121163119_GdgAYjnYypkAQKYt/gw_An/StarRail_2.7.0.apk)** 21 | 22 | **[Android Cloud | 2.7.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20241122171409_ELGLA3PJeZA35ZEu/gw_An_C/StarRailCloud_2.7.0.apk)** 23 | **[Android Cloud | 2.7.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241122171409_ELGLA3PJeZA35ZEu/gw_An_C/StarRailCloud_2.7.0.apk)** 24 | 25 | **[Android Bilibili Game | 2.7.0](https://pkg.biligame.com/games/bhxqtd_2.7.0_20241125_110505_84582.apk)** 26 | -------------------------------------------------------------------------------- /StarRail_CN/3.0.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.0.0 Part1](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.001)** 2 | 3 | **[PC Game | 3.0.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.002)** 4 | 5 | **[PC Game | 3.0.0 Part3](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.003)** 6 | 7 | **[PC Game | 3.0.0 Part4](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.004)** 8 | 9 | **[PC Game | 3.0.0 Part5](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.005)** 10 | 11 | **[PC Game | 3.0.0 Part6](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.006)** 12 | 13 | **[PC Game | 3.0.0 Part7](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.007)** 14 | 15 | **[PC Game | 3.0.0 Part8](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.008)** 16 | 17 | **[PC Game | 3.0.0 Part9](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/download/StarRail_3.0.0.7z.009)** 18 | 19 | --- 20 | 21 | **[Update | 2.7.0 -> 3.0.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_2.7.0_3.0.0_hdiff_IJYyUGfUFcJGmsCZ.7z)** 22 | 23 | **[Android Game | 3.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20250102101521_GZIKULA8s13Jmew0/gw_An/StarRail_3.0.0.apk)** 24 | **[Android Game | 3.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20250102101521_GZIKULA8s13Jmew0/gw_An/StarRail_3.0.0.apk)** 25 | 26 | **[Android Cloud | 3.0.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20241223102920_GjWbhNw9GIK3z38V/gw_An_C/StarRailCloud_3.0.0.apk)** 27 | **[Android Cloud | 3.0.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20241223102920_GjWbhNw9GIK3z38V/gw_An_C/StarRailCloud_3.0.0.apk)** 28 | 29 | **[Android Bilibili Game | 3.0.0](https://pkg.biligame.com/games/bhxqtd_3.0.0_20250106_024357_fdae2.apk)** 30 | -------------------------------------------------------------------------------- /StarRail_CN/3.1.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.1.0 Part1](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.001)** 2 | 3 | **[PC Game | 3.1.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.002)** 4 | 5 | **[PC Game | 3.1.0 Part3](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.003)** 6 | 7 | **[PC Game | 3.1.0 Part4](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.004)** 8 | 9 | **[PC Game | 3.1.0 Part5](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.005)** 10 | 11 | **[PC Game | 3.1.0 Part6](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.006)** 12 | 13 | **[PC Game | 3.1.0 Part7](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.007)** 14 | 15 | **[PC Game | 3.1.0 Part8](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.008)** 16 | 17 | **[PC Game | 3.1.0 Part9](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/download/StarRail_3.1.0.7z.009)** 18 | 19 | --- 20 | 21 | **[Update | 3.0.0 -> 3.1.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_3.0.0_3.1.0_hdiff_kDDqAXOaOhgUHOCa.7z)** 22 | 23 | **[Android Game | 3.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20250214151706_oIzdt9FPrcWYnq4F/gw_An/StarRail_3.1.0.apk)** 24 | **[Android Game | 3.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20250214151706_oIzdt9FPrcWYnq4F/gw_An/StarRail_3.1.0.apk)** 25 | 26 | **[Android Cloud | 3.1.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20250217142843_YKjwlxoAEnEl5jgI/ad_jlyq_An_C/StarRailCloud_3.1.0.apk)** 27 | **[Android Cloud | 3.1.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20250217142843_YKjwlxoAEnEl5jgI/ad_jlyq_An_C/StarRailCloud_3.1.0.apk)** 28 | 29 | **[Android Bilibili Game | 3.1.0](https://pkg.biligame.com/games/bhxqtd_3.1.0_20250217_045145_c84dc.apk)** 30 | -------------------------------------------------------------------------------- /StarRail_CN/3.2.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.2.0 Part1](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.001)** 2 | 3 | **[PC Game | 3.2.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.002)** 4 | 5 | **[PC Game | 3.2.0 Part3](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.003)** 6 | 7 | **[PC Game | 3.2.0 Part4](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.004)** 8 | 9 | **[PC Game | 3.2.0 Part5](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.005)** 10 | 11 | **[PC Game | 3.2.0 Part6](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.006)** 12 | 13 | **[PC Game | 3.2.0 Part7](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.007)** 14 | 15 | **[PC Game | 3.2.0 Part8](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.008)** 16 | 17 | **[PC Game | 3.2.0 Part9](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/download/StarRail_3.2.0.7z.009)** 18 | 19 | --- 20 | 21 | **[Update | 3.1.0 -> 3.2.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_3.1.0_3.2.0_hdiff_zQUuDUxWvmvHWhzv.7z)** 22 | 23 | **[Android Game | 3.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20250328115502_Fay8gx5DMPr95mmh/gw_An/StarRail_3.2.0.apk)** 24 | 25 | **[Android Cloud | 3.2.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20250328115502_Fay8gx5DMPr95mmh/gw_An/StarRail_3.2.0.apk)** 26 | 27 | **[Android Bilibili Game | 3.2.0](https://pkg.biligame.com/games/bhxqtd_3.2.0_20250331_055853_311de.apk)** 28 | -------------------------------------------------------------------------------- /StarRail_CN/3.3.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.3.0 Part1](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.001)** 2 | 3 | **[PC Game | 3.3.0 Patr2](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.002)** 4 | 5 | **[PC Game | 3.3.0 Part3](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.003)** 6 | 7 | **[PC Game | 3.3.0 Part4](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.004)** 8 | 9 | **[PC Game | 3.3.0 Part5](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.005)** 10 | 11 | **[PC Game | 3.3.0 Part6](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.006)** 12 | 13 | **[PC Game | 3.3.0 Part7](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.007)** 14 | 15 | **[PC Game | 3.3.0 Part8](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.008)** 16 | 17 | **[PC Game | 3.3.0 Part9](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.009)** 18 | 19 | **[PC Game | 3.3.0 Part10](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/download/StarRail_3.3.0.7z.010)** 20 | 21 | --- 22 | 23 | **[Update | 3.2.0 -> 3.3.0 | ](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/game_3.2.0_3.3.0_hdiff_rfUEDALxLKoRInYi.7z)** 24 | 25 | **[Android Game | 3.3.0](https://autopatchcn.bhsr.com/client/cn/20250509160832_GYFFC7NLruyZB5hq/gw_An/StarRail_3.3.0.apk)** 26 | 27 | **[Android Cloud | 3.3.0](https://autopatchcn.bhsr.com/client/cn/20250506172613_o4rW5KrlvZJioLNI/gw_An_C/StarRailCloud_3.3.0.apk)** 28 | 29 | **[Android Bilibili Game | 3.3.0](https://pkg.biligame.com/games/bhxqtd_3.3.0_20250516_114552_477f0.apk)** 30 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/1.5.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 1.5.0](https://autopatchcn.bhsr.com/client/cn/20231103101022_A4CvNRMprqjemK7k/PC/Chinese.zip)** 2 | 3 | --- 4 | 5 | **[English | 1.5.0](https://autopatchcn.bhsr.com/client/cn/20231103101022_A4CvNRMprqjemK7k/PC/English.zip)** 6 | 7 | --- 8 | 9 | **[Japanese | 1.5.0](https://autopatchcn.bhsr.com/client/cn/20231103101022_A4CvNRMprqjemK7k/PC/Japanese.zip)** 10 | 11 | --- 12 | 13 | **[Korean | 1.5.0](https://autopatchcn.bhsr.com/client/cn/20231103101022_A4CvNRMprqjemK7k/PC/Korean.zip)** 14 | 15 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/1.6.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 1.6.0](https://autopatchcn.bhsr.com/client/cn/20231215090743_ffCg5V2j0gON2tvr/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 1.5.0 - 1.6.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-cn_1.5.0_1.6.0_hdiff_s6iunpdeBXTcqYGw.zip)** | 4 | **[zh-TW | Update | 1.5.0 - 1.6.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-tw_1.5.0_1.6.0_hdiff_i3VdYwWoZyIra5ju.zip)** 5 | 6 | --- 7 | 8 | **[English | 1.6.0](https://autopatchcn.bhsr.com/client/cn/20231215090743_ffCg5V2j0gON2tvr/PC/English.zip)** 9 | 10 | **[Update | 1.5.0 - 1.6.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/en-us_1.5.0_1.6.0_hdiff_Cm5WeNnawEg9HtGZ.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 1.6.0](https://autopatchcn.bhsr.com/client/cn/20231215090743_ffCg5V2j0gON2tvr/PC/Japanese.zip)** 15 | 16 | **[Update | 1.5.0 - 1.6.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ja-jp_1.5.0_1.6.0_hdiff_u3MlzpydKDRY2PGk.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 1.6.0](https://autopatchcn.bhsr.com/client/cn/20231215090743_ffCg5V2j0gON2tvr/PC/Korean.zip)** 21 | 22 | **[Update | 1.5.0 - 1.6.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ko-kr_1.5.0_1.6.0_hdiff_GZp4t5D1TSj7c8MB.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.0.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.0.0](https://autopatchcn.bhsr.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 1.6.0 - 2.0.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-cn_1.6.0_2.0.0_hdiff_YCNdkg2V5MjX8v3B.zip)** | 4 | **[zh-TW | Update | 1.6.0 - 2.0.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-tw_1.6.0_2.0.0_hdiff_xwlRpK7zNFZHBVTh.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.0.0](https://autopatchcn.bhsr.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/PC/English.zip)** 9 | 10 | **[Update | 1.6.0 - 2.0.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/en-us_1.6.0_2.0.0_hdiff_AjEnKPVeXUov2MsO.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.0.0](https://autopatchcn.bhsr.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/PC/Japanese.zip)** 15 | 16 | **[Update | 1.6.0 - 2.0.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ja-jp_1.6.0_2.0.0_hdiff_ZAjg5I8CmbxoLOi4.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.0.0](https://autopatchcn.bhsr.com/client/cn/20240126110214_QvLzGdvYfGBEq4M4/PC/Korean.zip)** 21 | 22 | **[Update | 1.6.0 - 2.0.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ko-kr_1.6.0_2.0.0_hdiff_tgYl09UoAnuV7cCi.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.1.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.1.0](https://autopatchcn.bhsr.com/client/cn/20240315111623_TbwRoPayP3dE1p79/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.0.0 - 2.1.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-cn_2.0.0_2.1.0_hdiff_tsNrHUifmELWAxn0.zip)** | 4 | **[zh-TW | Update | 2.0.0 - 2.1.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-tw_2.0.0_2.1.0_hdiff_K38ZCQnmXBjaDOgx.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.1.0](https://autopatchcn.bhsr.com/client/cn/20240315111623_TbwRoPayP3dE1p79/PC/English.zip)** 9 | 10 | **[Update | 2.0.0 - 2.1.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/en-us_2.0.0_2.1.0_hdiff_MK2tnjZE1xPb90Le.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.1.0](https://autopatchcn.bhsr.com/client/cn/20240315111623_TbwRoPayP3dE1p79/PC/Japanese.zip)** 15 | 16 | **[Update | 2.0.0 - 2.1.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ja-jp_2.0.0_2.1.0_hdiff_MaToxcp6VgdzW7sn.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.1.0](https://autopatchcn.bhsr.com/client/cn/20240315111623_TbwRoPayP3dE1p79/PC/Korean.zip)** 21 | 22 | **[Update | 2.0.0 - 2.1.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ko-kr_2.0.0_2.1.0_hdiff_DOI64wNZX3rStxcE.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.2.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.2.0](https://autopatchcn.bhsr.com/client/cn/20240425223452_X67JiqezhqpvBZW8/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.1.0 - 2.2.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-cn_2.1.0_2.2.0_hdiff_3iOR1loABDIkcFMd.zip)** | 4 | **[zh-TW | Update | 2.1.0 - 2.2.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/zh-tw_2.1.0_2.2.0_hdiff_eMJ6dxlGFThCt2aX.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.2.0](https://autopatchcn.bhsr.com/client/cn/20240425223452_X67JiqezhqpvBZW8/PC/English.zip)** 9 | 10 | **[Update | 2.1.0 - 2.2.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/en-us_2.1.0_2.2.0_hdiff_Hr0ejtlAhDYJabE1.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.2.0](https://autopatchcn.bhsr.com/client/cn/20240425223452_X67JiqezhqpvBZW8/PC/Japanese.zip)** 15 | 16 | **[Update | 2.1.0 - 2.2.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ja-jp_2.1.0_2.2.0_hdiff_ODK1XIAjEl7vgRCy.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.2.0](https://autopatchcn.bhsr.com/client/cn/20240425223452_X67JiqezhqpvBZW8/PC/Korean.zip)** 21 | 22 | **[Update | 2.1.0 - 2.2.0](https://autopatchcn.bhsr.com/client/hkrpg_cn/33/ko-kr_2.1.0_2.2.0_hdiff_S27Zc5QpuyAOI6R1.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.3.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.3.0](https://autopatchcn.bhsr.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.2.0 - 2.3.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_2.2.0_2.3.0_hdiff_lARHmKlxgnlxDerc.zip)** | 4 | **[zh-TW | Update | 2.2.0 - 2.3.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_2.2.0_2.3.0_hdiff_WndXLSLONtMaMrek.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.3.0](https://autopatchcn.bhsr.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/PC/English.zip)** 9 | 10 | **[Update | 2.2.0 - 2.3.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_2.2.0_2.3.0_hdiff_sYzOFJJydRWzPliE.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.3.0](https://autopatchcn.bhsr.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/PC/Japanese.zip)** 15 | 16 | **[Update | 2.2.0 - 2.3.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_2.2.0_2.3.0_hdiff_oBXBkHpjiWqOpgyG.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.3.0](https://autopatchcn.bhsr.com/client/cn/20240608161617_2zjrqfLT5RZmEzcR/PC/Korean.zip)** 21 | 22 | **[Update | 2.2.0 - 2.3.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_2.2.0_2.3.0_hdiff_RhsgNyXJBOeErhDP.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.4.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.4.0](https://autopatchcn.bhsr.com/client/cn/20240719103012_nKNhKVfBBru6Tjci/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.3.0 - 2.4.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_2.3.0_2.4.0_hdiff_wsTSCLyBgGJgIebu.zip)** | 4 | **[zh-TW | Update | 2.3.0 - 2.4.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_2.3.0_2.4.0_hdiff_iSJWpNWJgJRTrgfq.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.4.0](https://autopatchcn.bhsr.com/client/cn/20240719103012_nKNhKVfBBru6Tjci/PC/English.zip)** 9 | 10 | **[Update | 2.3.0 - 2.4.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_2.3.0_2.4.0_hdiff_VEquLyTHSqbnMAiF.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.4.0](https://autopatchcn.bhsr.com/client/cn/20240719103012_nKNhKVfBBru6Tjci/PC/Japanese.zip)** 15 | 16 | **[Update | 2.3.0 - 2.4.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_2.3.0_2.4.0_hdiff_wNIHUACIxOjgyZuQ.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.4.0](https://autopatchcn.bhsr.com/client/cn/20240719103012_nKNhKVfBBru6Tjci/PC/Korean.zip)** 21 | 22 | **[Update | 2.3.0 - 2.4.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_2.3.0_2.4.0_hdiff_inMxMSRsapFaXmqW.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.5.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.5.0](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.4.0 - 2.5.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_2.4.0_2.5.0_hdiff_amWyGZvuJCnFAMUW.zip)** | 4 | **[zh-TW | Update | 2.4.0 - 2.5.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_2.4.0_2.5.0_hdiff_qiMVZDnAwrEZPsCC.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.5.0](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/English.7z)** 9 | 10 | **[Update | 2.4.0 - 2.5.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_2.4.0_2.5.0_hdiff_zFHBEEPwEjhJQhJT.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.5.0](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/Japanese.7z)** 15 | 16 | **[Update | 2.4.0 - 2.5.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_2.4.0_2.5.0_hdiff_rEMVHuYFZCXGsKOr.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.5.0](https://autopatchcn.bhsr.com/client/cn/20240829163517_AnwaHQsTlmEjPF33/PC/Korean.7z)** 21 | 22 | **[Update | 2.4.0 - 2.5.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_2.4.0_2.5.0_hdiff_GcmBuYnkoUlwGXwG.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.6.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.6.0](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.5.0 - 2.6.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_2.5.0_2.6.0_hdiff_YOBtOHbaKFPsjZIe.7z)** | 4 | **[zh-TW | Update | 2.5.0 - 2.6.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_2.5.0_2.6.0_hdiff_TYMkifFCerWuCEih.7z)** 5 | 6 | --- 7 | 8 | **[English | 2.6.0](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/English.7z)** 9 | 10 | **[Update | 2.5.0 - 2.6.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_2.5.0_2.6.0_hdiff_YkTetpRkntvieyts.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.6.0](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/Japanese.7z)** 15 | 16 | **[Update | 2.5.0 - 2.6.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_2.5.0_2.6.0_hdiff_ZxfcDKfdJWiWeFlD.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 2.6.0](https://autopatchcn.bhsr.com/client/cn/20241010190206_tkloMB0w9r83S2Nz/PC/Korean.7z)** 21 | 22 | **[Update | 2.5.0 - 2.6.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_2.5.0_2.6.0_hdiff_nVINidAqywyjWugD.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/2.7.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.7.0](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.6.0 - 2.7.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_2.6.0_2.7.0_hdiff_WeVUtWJEnsqXOTSA.7z)** | 4 | **[zh-TW | Update | 2.6.0 - 2.7.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_2.6.0_2.7.0_hdiff_qoZyTcDRBPeHXVLK.7z)** 5 | 6 | --- 7 | 8 | **[English | 2.7.0](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/English.7z)** 9 | 10 | **[Update | 2.6.0 - 2.7.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_2.6.0_2.7.0_hdiff_FUQqdzUKmSeFTamu.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.7.0](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/Japanese.7z)** 15 | 16 | **[Update | 2.6.0 - 2.7.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_2.6.0_2.7.0_hdiff_geIiqhDjbmLSUojY.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 2.7.0](https://autopatchcn.bhsr.com/client/cn/20241121151737_OCL1YSKxW5Cvjs0Z/PC/Korean.7z)** 21 | 22 | **[Update | 2.6.0 - 2.7.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_2.6.0_2.7.0_hdiff_RNIRYwrlJuDvHsXO.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/3.0.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.0.0](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.7.0 - 3.0.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_2.7.0_3.0.0_hdiff_ROzMlJoGgvndZtuD.7z)** | 4 | **[zh-TW | Update | 2.7.0 - 3.0.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_2.7.0_3.0.0_hdiff_uClIyUeUStmWzGVa.7z)** 5 | 6 | --- 7 | 8 | **[English | 3.0.0](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/English.7z)** 9 | 10 | **[Update | 2.7.0 - 3.0.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_2.7.0_3.0.0_hdiff_GhuilvHGMWLTpZzp.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 3.0.0](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/Japanese.7z)** 15 | 16 | **[Update | 2.7.0 - 3.0.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_2.7.0_3.0.0_hdiff_NkVhDesbXzRxhgZH.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 3.0.0](https://autopatchcn.bhsr.com/client/cn/20250102101650_whi5OUaVtAY69aLj/PC/Korean.7z)** 21 | 22 | **[Update | 2.7.0 - 3.0.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_2.7.0_3.0.0_hdiff_nKHHIlDwuEQUSCIV.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/3.1.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.1.0](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 3.0.0 - 3.1.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_3.0.0_3.1.0_hdiff_xgraMKLdGyMekuTW.7z)** | 4 | **[zh-TW | Update | 3.0.0 - 3.1.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-tw_3.0.0_3.1.0_hdiff_ietMeFEiwonvApmU.7z)** 5 | 6 | --- 7 | 8 | **[English | 3.1.0](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/English.7z)** 9 | 10 | **[Update | 3.0.0 - 3.1.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_3.0.0_3.1.0_hdiff_xZZHQUPdgGAYCjOA.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 3.1.0](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/Japanese.7z)** 15 | 16 | **[Update | 3.0.0 - 3.1.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_3.0.0_3.1.0_hdiff_qmcjICUfXjaibrXh.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 3.1.0](https://autopatchcn.bhsr.com/client/cn/20250213221833_pWDwIcOAdsmyvG3O/PC/Korean.7z)** 21 | 22 | **[Update | 3.0.0 - 3.1.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_3.0.0_3.1.0_hdiff_FFPXstZIVutePTTa.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/3.2.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_3.1.0_3.2.0_hdiff_BSqxpGVoxrqAYGBB.7z)** 4 | 5 | --- 6 | 7 | **[English | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/English.7z)** 8 | 9 | **[Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_3.1.0_3.2.0_hdiff_KNVwnzXQkmPxHGkm.7z)** 10 | 11 | --- 12 | 13 | **[Japanese | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/Japanese.7z)** 14 | 15 | **[Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_3.1.0_3.2.0_hdiff_pPGwbVZYkKnOSLkV.7z)** 16 | 17 | --- 18 | 19 | **[Korean | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250327182902_EEUkBrjDZhU7n1pu/PC/Korean.7z)** 20 | 21 | **[Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_3.1.0_3.2.0_hdiff_DSUsIyXSRJEmYtPY.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_CN/Audio/3.3.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_zh-cn_3.2.0_3.3.0_hdiff_spvNYZQncmLOyuJd.7z)** 4 | 5 | --- 6 | 7 | **[English | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/English.7z)** 8 | 9 | **[Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_en-us_3.2.0_3.3.0_hdiff_XcbXQrWbzLRqZywi.7z)** 10 | 11 | --- 12 | 13 | **[Japanese | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/Japanese.7z)** 14 | 15 | **[Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ja-jp_3.2.0_3.3.0_hdiff_AkLJdzhLYHJoeJAc.7z)** 16 | 17 | --- 18 | 19 | **[Korean | 3.2.0](https://autopatchcn.bhsr.com/client/cn/20250509094753_mhbZk7FCcUvuu9ur/PC/Korean.7z)** 20 | 21 | **[Update | 3.1.0 - 3.2.0](https://autopatchcn.bhsr.com/client/diff/hkrpg_cn/audio_ko-kr_3.2.0_3.3.0_hdiff_ZhiBnhBgImhacXTG.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_CN/Latest.md: -------------------------------------------------------------------------------- 1 | **[ Latest Release links | CN Resource](https://api-launcher-static.mihoyo.com/hkrpg_cn/mdk/launcher/api/resource?channel_id=1&key=6KcVuOkbcqjJomjZ&launcher_id=33&sub_channel_id=1)** 2 | 3 | **[ Latest Release links | BiliBili Resource](https://api-launcher-static.mihoyo.com/hkrpg_cn/mdk/launcher/api/resource?channel_id=14&key=fSPJNRwFHRipkprW&launcher_id=28&sub_channel_id=0)** 4 | 5 | **[BiliBili Launcher](https://api-static.mihoyo.com/takumi/ptolemaios_api/api/getLatestRelease?app_id=1953445620&channel=official&app_version=2.26.0.0&key=c8f9b0b98c89f9c2680b4b2b02b96c5a46cd3347411ab037c206381897226f43)** 6 | 7 | **[miHoYo Launcher API GamePackages](https://hyp-api.mihoyo.com/hyp/hyp-connect/api/getGamePackages?game_ids[]=64kMb5iAWu&launcher_id=jGHBHlcOq1)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/0.70.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.70.0 | Link1](https://autopatchcn.bhsr.com/client/0517/StarRail_202205130516_qqqUGS2V4QQ4tNYE.zip)** 2 | 3 | **[PC Game | 0.70.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/0517/StarRail_202205130516_qqqUGS2V4QQ4tNYE.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/0.90.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.90.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230202112711_Gqh20JqTKF8yCY7c/StarRail_0.90.0.zip)** 2 | **[PC Game | 0.90.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230202112711_Gqh20JqTKF8yCY7c/StarRail_0.90.0.zip)** 3 | 4 | **[Android Game | 0.90.0 | Link1](https://autopatchcn.bhsr.com/client/cn/20230202112711_Gqh20JqTKF8yCY7c/StarRail_0.90.0.apk)** 5 | **[Android Game | 0.90.0 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/cn/20230202112711_Gqh20JqTKF8yCY7c/StarRail_0.90.0.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/0.90.57.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.90.57 | Link1](https://autopatchcn.bhsr.com/client/beta/20230330153817_YxOUaVVZazduQXmk/StarRail_0.90.57.zip)** 2 | **[PC Game | 0.90.57 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230330153817_YxOUaVVZazduQXmk/StarRail_0.90.57.zip)** 3 | 4 | **[Android Game | 0.90.57 | Link1](https://autopatchcn.bhsr.com/client/beta/20230330153817_YxOUaVVZazduQXmk/StarRail_0.90.57.apk)** 5 | **[Android Game | 0.90.57 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230330153817_YxOUaVVZazduQXmk/StarRail_0.90.57.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.0.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230428142942_xirHZaDj0YPNgQm9/StarRail_1.0.52.zip)** 2 | **[PC Game | 1.0.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230428142942_xirHZaDj0YPNgQm9/StarRail_1.0.52.zip)** 3 | 4 | **[Android Game | 1.0.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230428142942_xirHZaDj0YPNgQm9/StarRail_1.0.52.apk)** 5 | **[Android Game | 1.0.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230428142942_xirHZaDj0YPNgQm9/StarRail_1.0.52.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.0.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230506182901_hAEd7ckmZfNWxlZn/StarRail_1.0.53.zip)** 2 | **[PC Game | 1.0.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230506182901_hAEd7ckmZfNWxlZn/StarRail_1.0.53.zip)** 3 | 4 | **[Android Game | 1.0.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230506182901_hAEd7ckmZfNWxlZn/StarRail_1.0.53.apk)** 5 | **[Android Game | 1.0.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230506182901_hAEd7ckmZfNWxlZn/StarRail_1.0.53.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.0.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230512143408_Y6OQv3W4OgMfnkqS/StarRail_1.0.54.zip)** 2 | **[PC Game | 1.0.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230512143408_Y6OQv3W4OgMfnkqS/StarRail_1.0.54.zip)** 3 | 4 | **[Android Game | 1.0.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230512143408_Y6OQv3W4OgMfnkqS/StarRail_1.0.54.apk)** 5 | **[Android Game | 1.0.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230512143408_Y6OQv3W4OgMfnkqS/StarRail_1.0.54.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.0.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20230518102338_D4VqylBDEaet5xlD/StarRail_1.0.55.zip)** 2 | **[PC Game | 1.0.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230518102338_D4VqylBDEaet5xlD/StarRail_1.0.55.zip)** 3 | 4 | **[Android Game | 1.0.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20230518102338_D4VqylBDEaet5xlD/StarRail_1.0.55.apk)** 5 | **[Android Game | 1.0.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230518102338_D4VqylBDEaet5xlD/StarRail_1.0.55.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.1.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.1.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230611100441_R5I25ddLe5kkx3MT/StarRail_1.1.52.zip)** 2 | **[PC Game | 1.1.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230611100441_R5I25ddLe5kkx3MT/StarRail_1.1.52.zip)** 3 | 4 | **[Android Game | 1.1.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230611100441_R5I25ddLe5kkx3MT/StarRail_1.1.52.apk)** 5 | **[Android Game | 1.1.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230611100441_R5I25ddLe5kkx3MT/StarRail_1.1.52.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.1.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.1.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230616110541_OJqE5SE8dUlQKL7q/StarRail_1.1.53.zip)** 2 | **[PC Game | 1.1.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230616110541_OJqE5SE8dUlQKL7q/StarRail_1.1.53.zip)** 3 | 4 | **[Android Game | 1.1.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230616110541_OJqE5SE8dUlQKL7q/StarRail_1.1.53.apk)** 5 | **[Android Game | 1.1.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230616110541_OJqE5SE8dUlQKL7q/StarRail_1.1.53.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.1.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.1.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230625151040_Gh1LJFQLv7R7kk93/StarRail_1.1.54.zip)** 2 | **[PC Game | 1.1.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230625151040_Gh1LJFQLv7R7kk93/StarRail_1.1.54.zip)** 3 | 4 | **[Android Game | 1.1.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230625151040_Gh1LJFQLv7R7kk93/StarRail_1.1.54.apk)** 5 | **[Android Game | 1.1.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230625151040_Gh1LJFQLv7R7kk93/StarRail_1.1.54.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.1.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.1.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20230629152031_5RgttQ1mTRHlopFV/StarRail_1.1.55.zip)** 2 | **[PC Game | 1.1.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230629152031_5RgttQ1mTRHlopFV/StarRail_1.1.55.zip)** 3 | 4 | **[Android Game | 1.1.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20230629152031_5RgttQ1mTRHlopFV/StarRail_1.1.55.apk)** 5 | **[Android Game | 1.1.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230629152031_5RgttQ1mTRHlopFV/StarRail_1.1.55.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.2.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.2.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230721171538_y2EaII853Kump3Ig/StarRail_1.2.52.zip)** 2 | **[PC Game | 1.2.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230721171538_y2EaII853Kump3Ig/StarRail_1.2.52.zip)** 3 | 4 | **[Android Game | 1.2.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230721171538_y2EaII853Kump3Ig/StarRail_1.2.52.apk)** 5 | **[Android Game | 1.2.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230721171538_y2EaII853Kump3Ig/StarRail_1.2.52.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.2.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.2.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230729142604_Oj6agNnMhOcYdLkw/StarRail_1.2.53.zip)** 2 | **[PC Game | 1.2.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230729142604_Oj6agNnMhOcYdLkw/StarRail_1.2.53.zip)** 3 | 4 | **[Android Game | 1.2.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230729142604_Oj6agNnMhOcYdLkw/StarRail_1.2.53.apk)** 5 | **[Android Game | 1.2.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230729142604_Oj6agNnMhOcYdLkw/StarRail_1.2.53.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.2.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.2.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230804180553_T2uaIvDBbB8v7Xhk/StarRail_1.2.54.zip)** 2 | **[PC Game | 1.2.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230804180553_T2uaIvDBbB8v7Xhk/StarRail_1.2.54.zip)** 3 | 4 | **[Android Game | 1.2.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230804180553_T2uaIvDBbB8v7Xhk/StarRail_1.2.54.apk)** 5 | **[Android Game | 1.2.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230804180553_T2uaIvDBbB8v7Xhk/StarRail_1.2.54.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.2.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.2.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20230810102800_XAstN2dtJfJhKk81/StarRail_1.2.55.zip)** 2 | **[PC Game | 1.2.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230810102800_XAstN2dtJfJhKk81/StarRail_1.2.55.zip)** 3 | 4 | **[Android Game | 1.2.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20230810102800_XAstN2dtJfJhKk81/StarRail_1.2.55.apk)** 5 | **[Android Game | 1.2.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230810102800_XAstN2dtJfJhKk81/StarRail_1.2.55.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.3.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.3.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230901154328_r6OrDyOXRpBWobkY/StarRail_1.3.52.zip)** 2 | **[PC Game | 1.3.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230901154328_r6OrDyOXRpBWobkY/StarRail_1.3.52.zip)** 3 | 4 | **[Android Game | 1.3.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20230901154328_r6OrDyOXRpBWobkY/StarRail_1.3.52.apk)** 5 | **[Android Game | 1.3.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230901154328_r6OrDyOXRpBWobkY/StarRail_1.3.52.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.3.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.3.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230908110756_xv5uxkk7TcHygRDT/StarRail_1.3.53.zip)** 2 | **[PC Game | 1.3.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230908110756_xv5uxkk7TcHygRDT/StarRail_1.3.53.zip)** 3 | 4 | **[Android Game | 1.3.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20230908110756_xv5uxkk7TcHygRDT/StarRail_1.3.53.apk)** 5 | **[Android Game | 1.3.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230908110756_xv5uxkk7TcHygRDT/StarRail_1.3.53.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.3.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.3.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230914105036_w7jB7JJfAE7GuiYv/StarRail_1.3.54.zip)** 2 | **[PC Game | 1.3.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230914105036_w7jB7JJfAE7GuiYv/StarRail_1.3.54.zip)** 3 | 4 | **[Android Game | 1.3.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20230914105036_w7jB7JJfAE7GuiYv/StarRail_1.3.54.apk)** 5 | **[Android Game | 1.3.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20230914105036_w7jB7JJfAE7GuiYv/StarRail_1.3.54.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.4.52.md: -------------------------------------------------------------------------------- 1 | 4 | **[Android Game | 1.4.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20231013114250_LkiM8JVa4ITWxeJO/StarRail_1.4.52.apk)** 5 | **[Android Game | 1.4.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20231013114250_LkiM8JVa4ITWxeJO/StarRail_1.4.52.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.4.53.md: -------------------------------------------------------------------------------- 1 | 4 | **[Android Game | 1.4.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20231020154547_0nJ0qw4t5iZR5IFt/StarRail_1.4.53.apk)** 5 | **[Android Game | 1.4.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20231020154547_0nJ0qw4t5iZR5IFt/StarRail_1.4.53.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.4.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.4.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20231026104303_eOMjH06fuWGYRaQQ/StarRail_1.4.54.zip)** 2 | **[PC Game | 1.4.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20231026104303_eOMjH06fuWGYRaQQ/StarRail_1.4.54.zip)** 3 | 4 | **[Android Game | 1.4.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20231026104303_eOMjH06fuWGYRaQQ/StarRail_1.4.54.apk)** 5 | **[Android Game | 1.4.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20231026104303_eOMjH06fuWGYRaQQ/StarRail_1.4.54.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.6.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.6.51 | Link1](https://autopatchcn.bhsr.com/client/beta/20231223114530_0BFajeJCsP4R4LFQ/StarRail_1.6.51.zip)** 2 | **[PC Game | 1.6.51 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20231223114530_0BFajeJCsP4R4LFQ/StarRail_1.6.51.zip)** 3 | 4 | -------------------------------------------------------------------------------- /StarRail_CN_Beta/1.6.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.6.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20240118111514_UQBtsu83ZXgUkwER/StarRail_1.6.55.zip)** 2 | **[PC Game | 1.6.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240118111514_UQBtsu83ZXgUkwER/StarRail_1.6.55.zip)** 3 | 4 | -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.0.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.0.51 | Link1](https://autopatchcn.bhsr.com/client/beta/20240218141245_s88rzMzuCZJcR9kg/StarRail_2.0.51.zip)** 2 | **[PC Game | 2.0.51 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240218141245_s88rzMzuCZJcR9kg/StarRail_2.0.51.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.0.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.0.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20240223135420_DWECh1eaL9FShDce/StarRail_2.0.52.zip)** 2 | **[PC Game | 2.0.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240223135420_DWECh1eaL9FShDce/StarRail_2.0.52.zip)** 3 | 4 | **[Android Game | 2.0.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20240223135502_vziUhvsJmFXuRwaP/StarRail_2.0.52.apk)** 5 | **[Android Game | 2.0.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240223135502_vziUhvsJmFXuRwaP/StarRail_2.0.52.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.0.53.md: -------------------------------------------------------------------------------- 1 | **[Update | 2.0.52 -> 2.0.53]( https://autopatchcn.bhsr.com/client/beta/update/hkrpg_cn/56/game_2.0.52_2.0.53_diff_k4USlxuKpzJWGyrt.zip)** 2 | 3 | **[Android Game | 2.0.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20240301120406_BIjzGNX9ZHBWam5q/StarRail_2.0.53.apk)** 4 | **[Android Game | 2.0.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240301120406_BIjzGNX9ZHBWam5q/StarRail_2.0.53.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.0.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.0.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20240307110646_wHxKQBZXOyA5Wqd5/StarRail_2.0.54.zip)** 2 | **[PC Game | 2.0.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240307110646_wHxKQBZXOyA5Wqd5/StarRail_2.0.54.zip)** 3 | 4 | **[Update | 2.0.53 -> 2.0.54]( https://autopatchcn.bhsr.com/client/beta/update/hkrpg_cn/56/game_2.0.53_2.0.54_diff_MlHvCaZ49GLQqFoc.zip)** 5 | 6 | **[Android Game | 2.0.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20240307104653_TYTSMnMve5Ycjmqa/StarRail_2.0.54.apk)** 7 | **[Android Game | 2.0.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240307104653_TYTSMnMve5Ycjmqa/StarRail_2.0.54.apk)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.1.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.51 | Link1](https://autopatchcn.bhsr.com/client/beta/20240322124944_scfGE0xJXlWtoJ1r/StarRail_2.1.51.zip)** 2 | **[PC Game | 2.1.51 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240322124944_scfGE0xJXlWtoJ1r/StarRail_2.1.51.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.1.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.52 | Link1](https://autopatchcn.bhsr.com/client/beta/20240329120152_oWX4KYI7n7BjDkbn/StarRail_2.1.52.zip)** 2 | **[PC Game | 2.1.52 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240329120152_oWX4KYI7n7BjDkbn/StarRail_2.1.52.zip)** 3 | 4 | **[Update | 2.1.51 -> 2.1.52 | Link1]( https://autopatchcn.bhsr.com/client/beta/update/hkrpg_cn/57/game_2.1.51_2.1.52_diff_9Mu5YsGOvgQmDSwd.zip)** 5 | 6 | **[Update | 2.1.51 -> 2.1.52 | Link2]( https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/update/hkrpg_cn/57/game_2.1.51_2.1.52_diff_9Mu5YsGOvgQmDSwd.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.1.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20240408152939_s9sPap045KA0zx9N/StarRail_2.1.53.zip)** 2 | **[PC Game | 2.1.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240408152939_s9sPap045KA0zx9N/StarRail_2.1.53.zip)** 3 | 4 | **[Android Game | 2.1.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20240408153048_Iix065LmXvXPETE1/StarRail_2.1.53.apk)** 5 | **[Android Game | 2.1.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240408153048_Iix065LmXvXPETE1/StarRail_2.1.53.apk)** 6 | -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.1.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20240412115254_dlNGzfMHUtyJ8y9B/StarRail_2.1.54.zip)** 2 | **[PC Game | 2.1.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240412115254_dlNGzfMHUtyJ8y9B/StarRail_2.1.54.zip)** 3 | 4 | **[Update | 2.1.53 -> 2.1.54]( https://autopatchcn.bhsr.com/client/hkrpg_cn/game_2.1.53_2.1.54_hdiff_VvBMjDUPRCQqsnio.zip)** 5 | 6 | **[Android Game | 2.1.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20240412115003_CchalvPEYvkzyC32/StarRail_2.1.54.apk)** 7 | **[Android Game | 2.1.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240412115003_CchalvPEYvkzyC32/StarRail_2.1.54.apk)** 8 | -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.1.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20240418142557_4OoT3IpfywJHLHD2/StarRail_2.1.55.zip)** 2 | **[PC Game | 2.1.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240418142557_4OoT3IpfywJHLHD2/StarRail_2.1.55.zip)** 3 | 4 | **[Update | 2.1.54 -> 2.1.55]( https://autopatchcn.bhsr.com/client/hkrpg_cn/game_2.1.54_2.1.55_hdiff_bNEUQKLtCIfGfgfD.zip)** 5 | 6 | **[Android Game | 2.1.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20240418142831_3g0foIb72w9fCGfV/StarRail_2.1.55.apk)** 7 | **[Android Game | 2.1.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240418142831_3g0foIb72w9fCGfV/StarRail_2.1.55.apk)** 8 | -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.2.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.51 | Link1](https://autopatchcn.bhsr.com/client/beta/20240501125322_79U2GV0ZN4GzgZ4Y/StarRail_2.2.51.zip)** 2 | **[PC Game | 2.2.51 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240501125322_79U2GV0ZN4GzgZ4Y/StarRail_2.2.51.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.2.52.md: -------------------------------------------------------------------------------- 1 | 3 | 4 | **[Update | 2.2.51 -> 2.2.52](https://autopatchcn.bhsr.com/client/hkrpg_cn/game_2.2.51_2.2.52_hdiff_fFRuvMACnyTUKGjc.zip)** 5 | -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.2.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.53 | Link1](https://autopatchcn.bhsr.com/client/beta/20240517110535_d7lJoh4jYXkVGXI1/StarRail_2.2.53.zip)** 2 | **[PC Game | 2.2.53 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240517110535_d7lJoh4jYXkVGXI1/StarRail_2.2.53.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.2.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.54 | Link1](https://autopatchcn.bhsr.com/client/beta/20240524111603_TZHPxvCZGt1eRV0w/StarRail_2.2.54.zip)** 2 | **[PC Game | 2.2.54 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240524111603_TZHPxvCZGt1eRV0w/StarRail_2.2.54.zip)** 3 | 4 | **[Update | 2.2.53 -> 2.2.54](https://autopatchcn.bhsr.com/client/hkrpg_cn/game_2.2.53_2.2.54_hdiff_GUdpMZLRReCpnJdX.zip)** -------------------------------------------------------------------------------- /StarRail_CN_Beta/2.2.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.55 | Link1](https://autopatchcn.bhsr.com/client/beta/20240530111118_avvLDj8MA342IBco/StarRail_2.2.55.zip)** 2 | **[PC Game | 2.2.55 | Link2](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240530111118_avvLDj8MA342IBco/StarRail_2.2.55.zip)** 3 | 4 | **[Update | 2.2.54 -> 2.2.55](https://autopatchcn.bhsr.com/client/hkrpg_cn/game_2.2.54_2.2.55_hdiff_ioEhkucsrtbgCZgB.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.0.5.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.5](https://autopatchos.starrails.com/client/download/20230413214947_toY0cWzqBhhM2EDV/StarRail_1.0.5.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.1.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.1.0](https://autopatchos.starrails.com/client/download/20230413214947_toY0cWzqBhhM2EDV/StarRail_1.0.5.zip)** 2 | 3 | **[Update | 1.0.5 -> 1.1.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.0.5_1.1.0_hdiff_9czqxj0PVA6wltFp.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.2.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.2.0](https://autopatchos.starrails.com/client/download/20230710105424_73M0QhfClo2h6mt9/StarRail_1.2.0.zip)** 2 | 3 | **[Update | 1.0.5 -> 1.2.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.0.5_1.2.0_hdiff_R9c5WrVJ6PZqAhQ1.zip)** 4 | 5 | **[Update | 1.1.0 -> 1.2.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.1.0_1.2.0_hdiff_SJqF73LhiQrsv2cU.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.3.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.3.0](https://autopatchos.starrails.com/client/download/20230818154115_zM5gPxuuDCOBXT2R/StarRail_1.3.0.zip)** 2 | 3 | **[Update | 1.1.0 -> 1.3.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.1.0_1.3.0_hdiff_hyR3qHOBuUAblPZV.zip)** 4 | 5 | **[Update | 1.2.0 -> 1.3.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.2.0_1.3.0_hdiff_n78UaLKGeNhJMHiQ.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.4.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.4.0](https://autopatchos.starrails.com/client/download/20230926143436_SlNTPYWin037OJmV/StarRail_1.4.0.zip)** 2 | 3 | **[Update | 1.2.0 -> 1.4.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.2.0_1.4.0_hdiff_M6uocCepODd3Ba4F.zip)** 4 | 5 | **[Update | 1.3.0 -> 1.4.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.3.0_1.4.0_hdiff_anBAclTh9gfx7Lu6.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.5.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.5.0](https://autopatchos.starrails.com/client/download/20231103104955_cqUaz5ynWxXulVjV/PC/StarRail_1.5.0.zip)** 2 | 3 | **[Update | 1.4.0 -> 1.5.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.4.0_1.5.0_hdiff_VY6cEUXfgnhjZPKi.zip)** -------------------------------------------------------------------------------- /StarRail_OS/1.6.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.6.0](https://autopatchos.starrails.com/client/download/20231215090631_Lj4TDfHZUY5Fy9ie/PC/StarRail_1.6.0.zip)** 2 | 3 | **[Update | 1.5.0 -> 1.6.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.5.0_1.6.0_hdiff_g10Zh3tE9jFnYpzC.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.0.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.0.0](https://autopatchos.starrails.com/client/download/20240126105613_xi8FVxCWfDpjdC2r/PC/StarRail_2.0.0.zip)** 2 | 3 | **[Update | 1.6.0 -> 2.0.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_1.6.0_2.0.0_hdiff_xlnMFwQ893VOqgv4.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.1.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.0](https://autopatchos.starrails.com/client/download/20240315112058_ccCKIhL7nSrowkqT/PC/StarRail_2.1.0.zip)** 2 | 3 | **[Update | 2.0.0 -> 2.1.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_2.0.0_2.1.0_hdiff_KGdFk3qyvf4eYWCz.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.2.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.0](https://autopatchos.starrails.com/client/download/20240425223839_3VWucOmMCTBJ9kl2/PC/StarRail_2.2.0.zip)** 2 | 3 | **[Update | 2.1.0 -> 2.2.0 | ](https://autopatchos.starrails.com/client/hkrpg_global/35/game_2.1.0_2.2.0_hdiff_oAD65M4PktiBCKp3.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.3.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.3.0](https://autopatchos.starrails.com/client/download/20240608160515_WaNfKntJ7dt6k6rt/PC/StarRail_2.3.0.zip)** 2 | 3 | **[Update | 2.2.0 -> 2.3.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_2.2.0_2.3.0_hdiff_WwevYToSIVWLRkDA.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.4.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.4.0](https://autopatchos.starrails.com/client/download/20240719103540_r670trRHzhCRTAiW/PC/StarRail_2.4.0.zip)** 2 | 3 | **[Update | 2.3.0 -> 2.4.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_2.3.0_2.4.0_hdiff_LtSmsraRrcMxgDYI.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.5.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.5.0 Part1](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.001)** 2 | 3 | **[PC Game | 2.5.0 Patr2](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.002)** 4 | 5 | **[PC Game | 2.5.0 Part3](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.003)** 6 | 7 | **[PC Game | 2.5.0 Part4](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.004)** 8 | 9 | **[PC Game | 2.5.0 Part5](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.005)** 10 | 11 | **[PC Game | 2.5.0 Part6](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.006)** 12 | 13 | **[PC Game | 2.5.0 Part7](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/download/StarRail_2.5.0.7z.007)** 14 | 15 | --- 16 | 17 | **[Update | 2.4.0 -> 2.5.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_2.4.0_2.5.0_hdiff_nLoQceKNfseLLqIF.zip)** -------------------------------------------------------------------------------- /StarRail_OS/2.6.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.6.0 Part1](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.001)** 2 | 3 | **[PC Game | 2.6.0 Patr2](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.002)** 4 | 5 | **[PC Game | 2.6.0 Part3](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.003)** 6 | 7 | **[PC Game | 2.6.0 Part4](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.004)** 8 | 9 | **[PC Game | 2.6.0 Part5](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.005)** 10 | 11 | **[PC Game | 2.6.0 Part6](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.006)** 12 | 13 | **[PC Game | 2.6.0 Part7](https://autopatchos.starrails.com/client/download/20241011184237_pwgabndGDG6wFvbM/PC/download/StarRail_2.6.0.7z.007)** 14 | 15 | --- 16 | 17 | **[Update | 2.5.0 -> 2.6.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_2.5.0_2.6.0_hdiff_fEJtiFyVrFDUwTFc.7z)** 18 | -------------------------------------------------------------------------------- /StarRail_OS/2.7.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.7.0 Part1](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.001)** 2 | 3 | **[PC Game | 2.7.0 Patr2](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.002)** 4 | 5 | **[PC Game | 2.7.0 Part3](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.003)** 6 | 7 | **[PC Game | 2.7.0 Part4](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.004)** 8 | 9 | **[PC Game | 2.7.0 Part5](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.005)** 10 | 11 | **[PC Game | 2.7.0 Part6](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.006)** 12 | 13 | **[PC Game | 2.7.0 Part7](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/download/StarRail_2.7.0.7z.007)** 14 | 15 | --- 16 | 17 | **[Update | 2.6.0 -> 2.7.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_2.6.0_2.7.0_hdiff_CGRLYoQxMJnwpwSt.7z)** 18 | -------------------------------------------------------------------------------- /StarRail_OS/3.0.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.0.0 Part1](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.001)** 2 | 3 | **[PC Game | 3.0.0 Patr2](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.002)** 4 | 5 | **[PC Game | 3.0.0 Part3](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.003)** 6 | 7 | **[PC Game | 3.0.0 Part4](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.004)** 8 | 9 | **[PC Game | 3.0.0 Part5](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.005)** 10 | 11 | **[PC Game | 3.0.0 Part6](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.006)** 12 | 13 | **[PC Game | 3.0.0 Part7](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.007)** 14 | 15 | **[PC Game | 3.0.0 Part8](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.008)** 16 | 17 | **[PC Game | 3.0.0 Part9](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/download/StarRail_3.0.0.7z.009)** 18 | 19 | --- 20 | 21 | **[Update | 2.7.0 -> 3.0.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_2.7.0_3.0.0_hdiff_IccPVrnPTaCKPnOg.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_OS/3.1.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.1.0 Part1](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.001)** 2 | 3 | **[PC Game | 3.1.0 Patr2](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.002)** 4 | 5 | **[PC Game | 3.1.0 Part3](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.003)** 6 | 7 | **[PC Game | 3.1.0 Part4](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.004)** 8 | 9 | **[PC Game | 3.1.0 Part5](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.005)** 10 | 11 | **[PC Game | 3.1.0 Part6](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.006)** 12 | 13 | **[PC Game | 3.1.0 Part7](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.007)** 14 | 15 | **[PC Game | 3.1.0 Part8](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.008)** 16 | 17 | **[PC Game | 3.1.0 Part9](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/download/StarRail_3.1.0.7z.009)** 18 | 19 | --- 20 | 21 | **[Update | 3.0.0 -> 3.1.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_3.0.0_3.1.0_hdiff_vOGoBfmLkQqLetkq.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_OS/3.2.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.2.0 Part1](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.001)** 2 | 3 | **[PC Game | 3.2.0 Patr2](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.002)** 4 | 5 | **[PC Game | 3.2.0 Part3](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.003)** 6 | 7 | **[PC Game | 3.2.0 Part4](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.004)** 8 | 9 | **[PC Game | 3.2.0 Part5](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.005)** 10 | 11 | **[PC Game | 3.2.0 Part6](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.006)** 12 | 13 | **[PC Game | 3.2.0 Part7](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.007)** 14 | 15 | **[PC Game | 3.2.0 Part8](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.008)** 16 | 17 | **[PC Game | 3.2.0 Part9](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/download/StarRail_3.2.0.7z.009)** 18 | 19 | --- 20 | 21 | **[Update | 3.1.0 -> 3.2.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_3.1.0_3.2.0_hdiff_nwqBoBJTfiCBfuGe.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_OS/3.3.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 3.3.0 Part1](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.001)** 2 | 3 | **[PC Game | 3.3.0 Patr2](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.002)** 4 | 5 | **[PC Game | 3.3.0 Part3](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.003)** 6 | 7 | **[PC Game | 3.3.0 Part4](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.004)** 8 | 9 | **[PC Game | 3.3.0 Part5](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.005)** 10 | 11 | **[PC Game | 3.3.0 Part6](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.006)** 12 | 13 | **[PC Game | 3.3.0 Part7](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.007)** 14 | 15 | **[PC Game | 3.3.0 Part8](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.008)** 16 | 17 | **[PC Game | 3.3.0 Part9](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.009)** 18 | 19 | **[PC Game | 3.3.0 Part10](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/download/StarRail_3.3.0.7z.010)** 20 | 21 | --- 22 | 23 | **[Update | 3.2.0 -> 3.3.0 | ](https://autopatchos.starrails.com/client/diff/hkrpg_global/game_3.2.0_3.3.0_hdiff_fiFudEaRsMzWHusk.7z)** 24 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/1.5.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 1.5.0](https://autopatchos.starrails.com/client/download/20231103104955_cqUaz5ynWxXulVjV/Chinese.zip)** 2 | 3 | --- 4 | 5 | **[English | 1.5.0](https://autopatchos.starrails.com/client/download/20231103104955_cqUaz5ynWxXulVjV/English.zip)** 6 | 7 | --- 8 | 9 | **[Japanese | 1.5.0](https://autopatchos.starrails.com/client/download/20231103104955_cqUaz5ynWxXulVjV/Japanese.zip)** 10 | 11 | --- 12 | 13 | **[Korean | 1.5.0](https://autopatchos.starrails.com/client/download/20231103104955_cqUaz5ynWxXulVjV/Korean.zip)** 14 | 15 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/1.6.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 1.6.0](https://autopatchos.starrails.com/client/download/20231215090631_Lj4TDfHZUY5Fy9ie/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 1.5.0 - 1.6.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-cn_1.5.0_1.6.0_hdiff_3avqXCwm1DjF5nEY.zip)** | 4 | **[zh-TW | Update | 1.5.0 - 1.6.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-tw_1.5.0_1.6.0_hdiff_tpSfkaFci28GVs7g.zip)** 5 | 6 | --- 7 | 8 | **[English | 1.6.0](https://autopatchos.starrails.com/client/download/20231215090631_Lj4TDfHZUY5Fy9ie/PC/English.zip)** 9 | 10 | **[Update | 1.5.0 - 1.6.0](https://autopatchos.starrails.com/client/hkrpg_global/35/en-us_1.5.0_1.6.0_hdiff_GT7Ye2jO0WasndLu.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 1.6.0](https://autopatchos.starrails.com/client/download/20231215090631_Lj4TDfHZUY5Fy9ie/PC/Japanese.zip)** 15 | 16 | **[Update | 1.5.0 - 1.6.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ja-jp_1.5.0_1.6.0_hdiff_koxSayhY4r3vK0cI.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 1.6.0](https://autopatchos.starrails.com/client/download/20231215090631_Lj4TDfHZUY5Fy9ie/PC/Korean.zip)** 21 | 22 | **[Update | 1.5.0 - 1.6.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ko-kr_1.5.0_1.6.0_hdiff_iA6SXJV5KGvdIC2e.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.0.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.0.0](https://autopatchos.starrails.com/client/download/20240126105613_xi8FVxCWfDpjdC2r/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 1.6.0 - 2.0.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-cn_1.6.0_2.0.0_hdiff_1hWT6VLqD8tvIYac.zip)** | 4 | **[zh-TW | Update | 1.6.0 - 2.0.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-tw_1.6.0_2.0.0_hdiff_W4VSdwA5lIxYgLPK.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.0.0](https://autopatchos.starrails.com/client/download/20240126105613_xi8FVxCWfDpjdC2r/PC/English.zip)** 9 | 10 | **[Update | 1.6.0 - 2.0.0](https://autopatchos.starrails.com/client/hkrpg_global/35/en-us_1.6.0_2.0.0_hdiff_lvdjy6tR9LzVxFXk.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.0.0](https://autopatchos.starrails.com/client/download/20240126105613_xi8FVxCWfDpjdC2r/PC/Japanese.zip)** 15 | 16 | **[Update | 1.6.0 - 2.0.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ja-jp_1.6.0_2.0.0_hdiff_FnaulGBjzkOTEPqR.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.0.0](https://autopatchos.starrails.com/client/download/20240126105613_xi8FVxCWfDpjdC2r/PC/Korean.zip)** 21 | 22 | **[Update | 1.6.0 - 2.0.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ko-kr_1.6.0_2.0.0_hdiff_ap896DJ7mI3XLH1k.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.1.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.1.0](https://autopatchos.starrails.com/client/download/20240315112058_ccCKIhL7nSrowkqT/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.0.0 - 2.1.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-cn_2.0.0_2.1.0_hdiff_eaKXmEoGYjADIQwP.zip)** | 4 | **[zh-TW | Update | 2.0.0 - 2.1.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-tw_2.0.0_2.1.0_hdiff_oBEvD0mikIOdqMK8.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.1.0](https://autopatchos.starrails.com/client/download/20240315112058_ccCKIhL7nSrowkqT/PC/English.zip)** 9 | 10 | **[Update | 2.0.0 - 2.1.0](https://autopatchos.starrails.com/client/hkrpg_global/35/en-us_2.0.0_2.1.0_hdiff_H9An1j0dDBS4MXzZ.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.1.0](https://autopatchos.starrails.com/client/download/20240315112058_ccCKIhL7nSrowkqT/PC/Japanese.zip)** 15 | 16 | **[Update | 2.0.0 - 2.1.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ja-jp_2.0.0_2.1.0_hdiff_m4tcYvbVFShTAyKM.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.1.0](https://autopatchos.starrails.com/client/download/20240315112058_ccCKIhL7nSrowkqT/PC/Korean.zip)** 21 | 22 | **[Update | 2.0.0 - 2.1.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ko-kr_2.0.0_2.1.0_hdiff_pzIKMLf3JkQiaUYt.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.2.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.2.0](https://autopatchos.starrails.com/client/download/20240425223839_3VWucOmMCTBJ9kl2/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.1.0 - 2.2.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-cn_2.1.0_2.2.0_hdiff_gSVHsvjrLFw8R5Y6.zip)** | 4 | **[zh-TW | Update | 2.1.0 - 2.2.0](https://autopatchos.starrails.com/client/hkrpg_global/35/zh-tw_2.1.0_2.2.0_hdiff_1KkNeHw7psuA6iYr.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.2.0](https://autopatchos.starrails.com/client/download/20240425223839_3VWucOmMCTBJ9kl2/PC/English.zip)** 9 | 10 | **[Update | 2.1.0 - 2.2.0](https://autopatchos.starrails.com/client/hkrpg_global/35/en-us_2.1.0_2.2.0_hdiff_XHEKJFzq6RamGMO5.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.2.0](https://autopatchos.starrails.com/client/download/20240425223839_3VWucOmMCTBJ9kl2/PC/Japanese.zip)** 15 | 16 | **[Update | 2.1.0 - 2.2.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ja-jp_2.1.0_2.2.0_hdiff_UYopcPQhAblIvFWJ.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.2.0](https://autopatchos.starrails.com/client/download/20240425223839_3VWucOmMCTBJ9kl2/PC/Korean.zip)** 21 | 22 | **[Update | 2.1.0 - 2.2.0](https://autopatchos.starrails.com/client/hkrpg_global/35/ko-kr_2.1.0_2.2.0_hdiff_KT4xD2nY0ec3ZAip.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.3.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.3.0](https://autopatchos.starrails.com/client/download/20240608160515_WaNfKntJ7dt6k6rt/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.2.0 - 2.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_2.2.0_2.3.0_hdiff_LRjKxodieEGIvihp.zip)** | 4 | **[zh-TW | Update | 2.2.0 - 2.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_2.2.0_2.3.0_hdiff_CwllgevcmHwxhzDo.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.3.0](https://autopatchos.starrails.com/client/download/20240608160515_WaNfKntJ7dt6k6rt/PC/English.zip)** 9 | 10 | **[Update | 2.2.0 - 2.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_2.2.0_2.3.0_hdiff_IIqIrAnQHWgoHAvv.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.3.0](https://autopatchos.starrails.com/client/download/20240608160515_WaNfKntJ7dt6k6rt/PC/Japanese.zip)** 15 | 16 | **[Update | 2.2.0 - 2.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_2.2.0_2.3.0_hdiff_lLfHxWLEsHrwcKPJ.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.3.0](https://autopatchos.starrails.com/client/download/20240608160515_WaNfKntJ7dt6k6rt/PC/Korean.zip)** 21 | 22 | **[Update | 2.2.0 - 2.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_2.2.0_2.3.0_hdiff_SuitLwSAzZXXXFLX.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.4.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.4.0](https://autopatchos.starrails.com/client/download/20240719103540_r670trRHzhCRTAiW/PC/Chinese.zip)** 2 | 3 | **[zh-CN | Update | 2.3.0 - 2.4.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_2.3.0_2.4.0_hdiff_QfbbvbqbQgRHIYWB.zip)** | 4 | **[zh-TW | Update | 2.3.0 - 2.4.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_2.3.0_2.4.0_hdiff_OujSdoVCbKYJxfBE.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.4.0](https://autopatchos.starrails.com/client/download/20240719103540_r670trRHzhCRTAiW/PC/English.zip)** 9 | 10 | **[Update | 2.3.0 - 2.4.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_2.3.0_2.4.0_hdiff_sOsaVOAnBhUktuwc.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.4.0](https://autopatchos.starrails.com/client/download/20240719103540_r670trRHzhCRTAiW/PC/Japanese.zip)** 15 | 16 | **[Update | 2.3.0 - 2.4.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_2.3.0_2.4.0_hdiff_ZHDOShRDwKxftYci.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.4.0](https://autopatchos.starrails.com/client/download/20240719103540_r670trRHzhCRTAiW/PC/Korean.zip)** 21 | 22 | **[Update | 2.3.0 - 2.4.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_2.3.0_2.4.0_hdiff_ZnYscnzRRlIuEyRb.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.5.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.5.0](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.4.0 - 2.5.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_2.4.0_2.5.0_hdiff_rYwEpnnswKdxIFeU.zip)** | 4 | **[zh-TW | Update | 2.4.0 - 2.5.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_2.4.0_2.5.0_hdiff_bJKPfqpQpaJnsmHc.zip)** 5 | 6 | --- 7 | 8 | **[English | 2.5.0](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/English.7z)** 9 | 10 | **[Update | 2.4.0 - 2.5.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_2.4.0_2.5.0_hdiff_QIOJHHxEiVLLsdXs.zip)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.5.0](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/Japanese.7z)** 15 | 16 | **[Update | 2.4.0 - 2.5.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_2.4.0_2.5.0_hdiff_qualQAejXaBJlMxW.zip)** 17 | 18 | --- 19 | 20 | **[Korean | 2.5.0](https://autopatchos.starrails.com/client/download/20240829164020_qtk3tKbf0isYIxAo/PC/Korean.7z)** 21 | 22 | **[Update | 2.4.0 - 2.5.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_2.4.0_2.5.0_hdiff_aoQvnFCslqAYEViB.zip)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.6.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.6.0](https://autopatchos.starrails.com/client/download/20241010190408_dBpHKR9R4M5ENpDG/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.5.0 - 2.6.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_2.5.0_2.6.0_hdiff_FUPqkFTpgEdmwRbg.7z)** | 4 | **[zh-TW | Update | 2.5.0 - 2.6.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_2.5.0_2.6.0_hdiff_MutRXGcCGQlntxMH.7z)** 5 | 6 | --- 7 | 8 | **[English | 2.6.0](https://autopatchos.starrails.com/client/download/20241010190408_dBpHKR9R4M5ENpDG/PC/English.7z)** 9 | 10 | **[Update | 2.5.0 - 2.6.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_2.5.0_2.6.0_hdiff_hnDoBPHwpNOzmOyn.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.6.0](https://autopatchos.starrails.com/client/download/20241010190408_dBpHKR9R4M5ENpDG/PC/Japanese.7z)** 15 | 16 | **[Update | 2.5.0 - 2.6.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_2.5.0_2.6.0_hdiff_etHwbxJLeKQtXxBH.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 2.6.0](https://autopatchos.starrails.com/client/download/20241010190408_dBpHKR9R4M5ENpDG/PC/Korean.7z)** 21 | 22 | **[Update | 2.5.0 - 2.6.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_2.5.0_2.6.0_hdiff_ForQmvgEETlWdyxc.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/2.7.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 2.7.0](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.6.0 - 2.7.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_2.6.0_2.7.0_hdiff_bzmmegLWerxDWyXw.7z)** | 4 | **[zh-TW | Update | 2.6.0 - 2.7.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_2.6.0_2.7.0_hdiff_KXhAzqapyrNCWFdW.7z)** 5 | 6 | --- 7 | 8 | **[English | 2.7.0](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/English.7z)** 9 | 10 | **[Update | 2.6.0 - 2.7.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_2.6.0_2.7.0_hdiff_TznQHPVOeONTYkJG.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 2.7.0](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/Japanese.7z)** 15 | 16 | **[Update | 2.6.0 - 2.7.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_2.6.0_2.7.0_hdiff_kKIsyaKQnugHETDw.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 2.7.0](https://autopatchos.starrails.com/client/download/20241121152127_vwwTqICBMaheJBUz/PC/Korean.7z)** 21 | 22 | **[Update | 2.6.0 - 2.7.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_2.6.0_2.7.0_hdiff_OkgmPDtPWMJsnnYD.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/3.0.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.0.0](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 2.7.0 - 3.0.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_2.7.0_3.0.0_hdiff_xDzLJOjpjdtJjeqf.7z)** | 4 | **[zh-TW | Update | 2.7.0 - 3.0.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_2.7.0_3.0.0_hdiff_bqgVaWOgJhlKlrDf.7z)** 5 | 6 | --- 7 | 8 | **[English | 3.0.0](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/English.7z)** 9 | 10 | **[Update | 2.7.0 - 3.0.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_2.7.0_3.0.0_hdiff_RqzAGCJqEIGoDBor.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 3.0.0](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/Japanese.7z)** 15 | 16 | **[Update | 2.7.0 - 3.0.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_2.7.0_3.0.0_hdiff_PWpEWtkENfpvucDb.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 3.0.0](https://autopatchos.starrails.com/client/download/20250102101825_HCrZMhsVFjgzlMQj/PC/Korean.7z)** 21 | 22 | **[Update | 2.7.0 - 3.0.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_2.7.0_3.0.0_hdiff_oIbfKWeIfXcaulvL.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/3.1.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.1.0](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 3.0.0 - 3.1.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_3.0.0_3.1.0_hdiff_baldQMUdYiGMiedk.7z)** | 4 | **[zh-TW | Update | 3.0.0 - 3.1.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-tw_3.0.0_3.1.0_hdiff_tgNpPimpMkBkaeWo.7z)** 5 | 6 | --- 7 | 8 | **[English | 3.1.0](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/English.7z)** 9 | 10 | **[Update | 3.0.0 - 3.1.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_3.0.0_3.1.0_hdiff_bPvQrSmZRyklzAfl.7z)** 11 | 12 | --- 13 | 14 | **[Japanese | 3.1.0](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/Japanese.7z)** 15 | 16 | **[Update | 3.0.0 - 3.1.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_3.0.0_3.1.0_hdiff_OuUvtMAowfVEdcHs.7z)** 17 | 18 | --- 19 | 20 | **[Korean | 3.1.0](https://autopatchos.starrails.com/client/download/20250213222029_yggGSkDyveoATToc/PC/Korean.7z)** 21 | 22 | **[Update | 3.0.0 - 3.1.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_3.0.0_3.1.0_hdiff_OFXvoXHAovOnGjiH.7z)** 23 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/3.2.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.2.0](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 3.1.0 - 3.2.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_3.1.0_3.2.0_hdiff_sjaSrlUVockkcNwu.7z)** 4 | 5 | --- 6 | 7 | **[English | 3.2.0](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/English.7z)** 8 | 9 | **[Update | 3.1.0 - 3.2.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_3.1.0_3.2.0_hdiff_NzaoRFRSDYXrjFhR.7z)** 10 | 11 | --- 12 | 13 | **[Japanese | 3.2.0](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/Japanese.7z)** 14 | 15 | **[Update | 3.1.0 - 3.2.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_3.1.0_3.2.0_hdiff_zECvovFzvhzVLQoy.7z)** 16 | 17 | --- 18 | 19 | **[Korean | 3.2.0](https://autopatchos.starrails.com/client/download/20250327183104_ye1qtcQ1Eo1GlvdK/PC/Korean.7z)** 20 | 21 | **[Update | 3.1.0 - 3.2.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_3.1.0_3.2.0_hdiff_vKohowdSpbhZLFZp.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_OS/Audio/3.3.0.md: -------------------------------------------------------------------------------- 1 | **[Chinese | 3.3.0](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/Chinese.7z)** 2 | 3 | **[zh-CN | Update | 3.2.0 - 3.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_zh-cn_3.2.0_3.3.0_hdiff_sNxYgqYVKeLrDjCG.7z)** 4 | 5 | --- 6 | 7 | **[English | 3.3.0](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/English.7z)** 8 | 9 | **[Update | 3.2.0 - 3.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_en-us_3.2.0_3.3.0_hdiff_VBuCznAXOBWakgxP.7z)** 10 | 11 | --- 12 | 13 | **[Japanese | 3.3.0](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/Japanese.7z)** 14 | 15 | **[Update | 3.2.0 - 3.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ja-jp_3.2.0_3.3.0_hdiff_IkinuIclJHpFCXsS.7z)** 16 | 17 | --- 18 | 19 | **[Korean | 3.3.0](https://autopatchos.starrails.com/client/download/20250509094914_HjVg7xHdYEqPs1R0/PC/Korean.7z)** 20 | 21 | **[Update | 3.2.0 - 3.3.0](https://autopatchos.starrails.com/client/diff/hkrpg_global/audio_ko-kr_3.2.0_3.3.0_hdiff_tDaIYfyuseaxtejq.7z)** 22 | -------------------------------------------------------------------------------- /StarRail_OS/Latest.md: -------------------------------------------------------------------------------- 1 | **[ Latest Release links | OS Resource](https://hkrpg-launcher-static.hoyoverse.com/hkrpg_global/mdk/launcher/api/resource?channel_id=1&key=vplOVX8Vn7cwG8yb&launcher_id=35&sub_channel_id=1)** 2 | 3 | **[miHoYo Launcher API GamePackages](https://sg-hyp-api.hoyoverse.com/hyp/hyp-connect/api/getGamePackages?game_ids%5B%5D=4ziysqXOQ8&launcher_id=VYTpXlbWo8)** 4 | -------------------------------------------------------------------------------- /StarRail_OS_Beta/0.64.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.64.0](https://autopatchos.starrails.com/client/0329/hkrpg_os_202204010204_w9JY9aQnKH2fXoHN.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/0.80.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.80.52](https://autopatchos.starrails.com/client/Beta/20221010110459_xG6EchyPkBqhruHm/20221010110459_0.80.52_os.zip)** 2 | -------------------------------------------------------------------------------- /StarRail_OS_Beta/0.90.0.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.90.0](https://autopatchos.starrails.com/client/download/20230202113937_NE7YVwlt4XBAMuNL/StarRail_0.90.0.zip)** 2 | 3 | **[Android Game | 0.90.0 | anonfiles ](https://anonfiles.com/56e0T8W6y0/Honkai_Star_Rail_v0.90.0_40_antisplit_apk)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/0.90.57.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 0.90.57](https://autopatchos.starrails.com/client/Beta/20230330154048_A2LLqkBNbKYygxFx/StarRail_0.90.57.zip)** 2 | 3 | **[Android Game | 0.90.57](https://autopatchos.starrails.com/client/Beta/20230330154048_A2LLqkBNbKYygxFx/StarRail_0.90.57.apk)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/1.0.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.51](https://autopatchos.starrails.com/client/Beta/20230421135924_T0h6eo9oltzpKHmu/StarRail_1.0.51.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/1.0.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 1.0.53](https://autopatchos.starrails.com/client/Beta/20230506184041_L0ZgVDKxFUMCwtV3/StarRail_1.0.53.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.0.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.0.51](https://autopatchos.starrails.com/client/Beta/20240218150828_dorjVkAjSDfU6ppN/StarRail_2.0.51.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.1.52.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.52](https://autopatchos.starrails.com/client/Beta/20240329120416_FQM6JOXS9mPai4zA/StarRail_2.1.52.zip)** 2 | 3 | **[Update | 2.1.51 -> 2.1.52 | Link1](https://autopatchos.starrails.com/client/hkrpg_global/59/game_2.1.51_2.1.52_diff_20KJeOg6RUb8TuAE.zip)** 4 | -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.1.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.1.53](https://autopatchos.starrails.com/client/Beta/20240408153342_X2TZ55AuGLZ3SOp1/StarRail_2.1.53.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.2.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.51](https://autopatchos.starrails.com/client/Beta/20240501125700_dUBAjS7YiX9nF7mJ/StarRail_2.2.51.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.2.53.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.53](https://autopatchos.starrails.com/client/Beta/20240517111205_PZfNSHVLH509e76v/StarRail_.2.53.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.2.54.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.54](https://autopatchos.starrails.com/client/Beta/20240524111944_IhuuEu6NfLJtObzr/StarRail_2.2.54.zip)** 2 | 3 | **[Update | 2.2.53 -> 2.2.54](https://autopatchos.starrails.com/client/hkrpg_global/game_2.2.53_2.2.54_hdiff_vTcPduNiNYcyOqnd.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.2.55.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.2.55](https://autopatchos.starrails.com/client/Beta/20240530113205_rj5pSYSmZ3UjwDfk/StarRail_2.2.55.zip)** 2 | 3 | **[Update | 2.2.54 -> 2.2.55](https://autopatchos.starrails.com/client/hkrpg_global/game_2.2.54_2.2.55_hdiff_lNeSEBnHetuPTPWF.zip)** -------------------------------------------------------------------------------- /StarRail_OS_Beta/2.3.51.md: -------------------------------------------------------------------------------- 1 | **[PC Game | 2.3.51](https://autopatchos.starrails.com/client/Beta/20240614195024_Wa3GBOJIRMB94tXB/StarRail_2.3.51.zip)** --------------------------------------------------------------------------------