Download

客户端下载、桌面安装包与 CLI 命令,一页看全

iOS 与 macOS 跳转 App Store,Windows / Android / Linux 提供直接安装包,CLI 提供跨平台安装命令。

Platforms

按平台直接获取最新版

桌面端与移动端平铺展示,避免再拆成多层页面。

iOS

App Store

适用于 iPhone / iPad,建议 iOS 16.0 及以上版本。

  • 安装方式:App Store
  • 更新方式:自动更新
  • 版本信息:以上架版本为准
前往 App Store

macOS

Mac App Store

适用于 Apple Silicon 与 Intel 设备,推荐 macOS 12.0+。

  • 安装方式:Mac App Store
  • 推荐平台:macOS 12.0+
  • 更新方式:系统自动更新
前往 Mac App Store

Windows

.exe 安装包

适用于 Windows 10 / 11 x64,建议通过官网稳定发布页下载。

  • 文件格式:`.exe`
  • 推荐架构:x64
  • 发布建议:补齐签名与版本号
下载 Windows 安装包

Android

APK

适用于 Android 10+ 设备,适合官网直链或 Release 页面分发。

  • 文件格式:`.apk`
  • 推荐渠道:官网 / Release
  • 发布建议:提供哈希校验
下载 Android APK

Linux

.deb 安装包

面向 Ubuntu / Debian 系发行版,建议同步附带 release note 与 sha256。

  • 文件格式:`.deb`
  • 推荐发行版:Ubuntu / Debian
  • 发布建议:保留历史版本下载
下载 Linux 安装包

版本说明

Release Notes

建议每个平台配套展示发布时间、版本号、变更摘要和校验值。

  • 发布时间:待补充
  • 版本号:待补充
  • SHA256:待补充
查看安装问题排查
CLI

命令行安装

面向自动化、脚本化和服务器侧接入场景。

macOS / Linux

Shell
curl -fsSL https://astropath.cn/install/cli.sh | sh
astropath --version
astropath login --host https://api.astropath.cn

Windows

PowerShell / winget
irm https://astropath.cn/install/cli.ps1 | iex
astropath.exe --version
winget install Astropath.CLI
发布约定

建议每个平台保持“最新稳定版 + 历史版本”分离;APK 与 DEB 页面必须补齐哈希和变更说明;App Store 与官网版本节奏尽量保持一致。