Creation-SSH v7.0.0
这是 Creation-SSH 的跨平台统一运行时大版本。Windows、Linux 与 Android 统一使用 7.0.0,agent 协议保持 13,客户端 SQLite/AI schema 保持 9。
升级提示
- Android 每次安装或覆盖安装后的首次启动都会清除上一安装代本地数据库并建立新的 schema 9 数据库;旧主机、设置、凭据引用和 AI 数据不会保留。
- Windows 安装包当前未使用 Authenticode 签名,首次运行时 Windows 可能显示 SmartScreen 提示。
下载
- Windows 安装版:
Creation-SSH_7.0.0_x64-setup.exe - Windows MSI:
Creation-SSH_7.0.0_x64_en-US.msi - Windows 便携版:
Creation-SSH_7.0.0_portable-Windows-x64.zip - Linux AppImage:
Creation-SSH_7.0.0_linux-x86_64.AppImage - Linux deb:
Creation-SSH_7.0.0_linux-amd64.deb - Android arm64 APK:
C-SSH_7.0.0_android-arm64.apk
Android 从本版本起只发布 APK,不再生成或上传 AAB;x86_64 Android 包仅用于 MuMu 测试,不对外发布。
主要更新
- 新增 Agent 模式与 SSH 模式。Agent 模式继续提供 tmux 持久终端和服务端持续监控;SSH 模式无需安装 agent,可使用原生终端、端口转发、SFTP 文件管理、在线监控、系统管理、应用中心及原生 SSH AI 工具。
- Windows、Linux、Android 的主机、连接、能力路由、终端、监控、文件、系统管理、应用中心、端口转发与 AI 服务器工具统一进入共享
client-runtime,三端平台层只保留平台适配。 - 主机列表统一显示连接模式、服务器架构及已采集的系统、CPU、内存、磁盘、负载和运行时长信息。
- 三端主机选择器统一为单选下拉/选择面板,并强化主机切换、删除和异步返回时的 owner 隔离,避免操作落到错误主机。
- AI 保持本地 SQLite 原始事件与五层派生记忆,支持模型硬窗口内的长上下文编译、确定性工作集裁剪、恢复与每 10 秒真实阶段进度。
- 三端在界面启动前初始化唯一运行时并原子恢复未收敛的 AI 任务,初始化失败时不再进入不完整界面。
修复
- 修复原生 SSH 终端退出时可能丢失尾部 stdout/stderr、忽略
ExtendedData或重复发送终态的问题。 - 修复 SSH 监控响应解析、系统管理命令兼容和主机列表数据展示问题。
- 修复移动端多主机选择被渲染成横向滑动、下拉层级错误、返回键被缓存页面错误消费等问题。
- 修复 Android 覆盖安装后的 SQLite code 14 / CANTOPEN 和启动顺序问题。
- 修复 Windows NSIS/MSI 首次启动运行时初始化及卸载残留问题。
验证边界
- Windows 正式 EXE 的八个主要入口后台验收通过,NSIS/MSI fresh 安装、首次运行与卸载通过。
- Android MuMu 的终端、文件、监控、系统管理与 AI 五入口多主机验收通过;正式 APK 的版本、ABI、签名和四份内嵌 agent/tmux 资源通过检查。
- Linux AppImage/deb 在授权 Linux VM 构建,并通过版本、架构、内嵌资源、SHA-256 与隔离 WebDriver 启动检查。
- SSH 模式不提供 tmux,也不在客户端离线期间伪造持续监控;这些仍是 Agent 模式的增强能力。
SHA-256
7FC9C415B1458880C340B88903AF6C77B3D2BCB21F719ECABE83498A06CB01EFCreation-SSH_7.0.0_x64-setup.exeE62D8A466F4836E2E9C185EE503E9FB22104C9A6737D64E7B50D505E93A99499Creation-SSH_7.0.0_x64_en-US.msi3EC32802C66CAE2ED25F434197E626C47CA86E338C362C6D2244AB830B486E0ACreation-SSH_7.0.0_portable-Windows-x64.zip5936656CF04B3E60AA7318328194B14DB92A0C704A19FE83B519BE1E18764635Creation-SSH_7.0.0_linux-x86_64.AppImageBA8CABC824B6AF37FB46F7EF30A1BB8341EE0E0D3F0D6EC502D547B78702A7E7Creation-SSH_7.0.0_linux-amd64.deb5EC2964EA362F216B4E4B229ED5F5D5A8F551E060F216E2946C0C59072A3F72FC-SSH_7.0.0_android-arm64.apk
Creation-SSH v7.0.0 introduces a shared cross-platform client runtime and two explicit host modes: Agent and native SSH. Agent mode retains persistent tmux sessions and server-side monitoring. SSH mode works without an installed agent.
Upgrade notice
- Installing or updating the Android app resets the previous installation-generation database and creates a fresh schema 9 database. Previous Android hosts, settings, credential references, and AI data are not retained.
- Windows artifacts are currently unsigned and may trigger a SmartScreen warning on first launch.
Downloads
- Windows installer:
Creation-SSH_7.0.0_x64-setup.exe - Windows MSI:
Creation-SSH_7.0.0_x64_en-US.msi - Windows portable:
Creation-SSH_7.0.0_portable-Windows-x64.zip - Linux AppImage:
Creation-SSH_7.0.0_linux-x86_64.AppImage - Linux deb:
Creation-SSH_7.0.0_linux-amd64.deb - Android arm64 APK:
C-SSH_7.0.0_android-arm64.apk
Android releases are APK-only starting with this version. AAB and x86_64 MuMu test packages are not public release assets.
Added
- Added explicit Agent and SSH host modes. Native SSH provides terminal access, port forwarding, SFTP file management, online monitoring, system management, app-center operations, and SSH AI tools without installing the server agent.
- Moved shared host, connection, terminal, monitoring, file, system-management, app-center, port-forwarding, and AI routing into the common Rust
client-runtime. - Added consistent host architecture and system-resource projections across Agent and SSH hosts.
- Unified single-host selectors and strengthened owner isolation across Windows, Linux, and Android.
- Retained client-local SQLite raw AI events, five derived memory layers, hard-window context compilation, deterministic working-set trimming, recovery, and factual 10-second progress updates.
Fixed
- Fixed dropped SSH terminal tail output, ignored extended data, and duplicate terminal completion events.
- Fixed SSH monitoring response parsing, system-management command compatibility, and host-list metric projections.
- Fixed mobile host selectors being rendered as horizontal chips, incorrect overlay stacking, and stale cached-page back-button handlers.
- Fixed Android SQLite code 14 / CANTOPEN and startup ordering after in-place updates.
- Fixed Windows NSIS/MSI first-launch runtime initialization and uninstall leftovers.
Verified
- Windows background checks passed for eight primary entry points; fresh NSIS/MSI install, first launch, and uninstall checks passed.
- Android MuMu checks passed for terminal, files, monitoring, system management, and AI across multiple hosts. The production APK passed version, ABI, signature, and embedded agent/tmux payload checks.
- Linux AppImage/deb were built in an authorized Linux VM and passed version, architecture, embedded-resource, SHA-256, and isolated WebDriver startup checks.
- SSH mode does not provide tmux or claim continuous monitoring while the client is offline; those remain Agent-mode capabilities.
SHA-256
7FC9C415B1458880C340B88903AF6C77B3D2BCB21F719ECABE83498A06CB01EFCreation-SSH_7.0.0_x64-setup.exeE62D8A466F4836E2E9C185EE503E9FB22104C9A6737D64E7B50D505E93A99499Creation-SSH_7.0.0_x64_en-US.msi3EC32802C66CAE2ED25F434197E626C47CA86E338C362C6D2244AB830B486E0ACreation-SSH_7.0.0_portable-Windows-x64.zip5936656CF04B3E60AA7318328194B14DB92A0C704A19FE83B519BE1E18764635Creation-SSH_7.0.0_linux-x86_64.AppImageBA8CABC824B6AF37FB46F7EF30A1BB8341EE0E0D3F0D6EC502D547B78702A7E7Creation-SSH_7.0.0_linux-amd64.deb5EC2964EA362F216B4E4B229ED5F5D5A8F551E060F216E2946C0C59072A3F72FC-SSH_7.0.0_android-arm64.apk