Skip to content

Releases: aeewws/codex-mobile

v0.3.0 - 双渠道 APK 发布

02 Apr 00:04

Choose a tag to compare

Codex Mobile v0.3.0

这次 release 把 v0.2.0 之后已经落地的源码更新正式对外发布,并补上最新可安装 APK。

亮点

  • 把手机端安装线和仓库公开身份进一步对齐
  • 增加了双渠道分发,兼顾兼容升级和公开开源安装
  • 刷新了启动图标资产和仓库展示面
  • Android 版本提升到 versionCode 3 / versionName 0.3.0

安装包

  • codex-mobile-oss-v0.3.0.apk:推荐公开分发使用的 APK,包名为 io.github.aeewws.codexmobile
  • codex-mobile-legacy-v0.3.0.apk:给现有旧安装线做兼容升级用
  • SHA256SUMS.txt:两个 APK 的校验值

说明

  • 如果你是第一次从 GitHub 下载安装,优先选 oss 这个 APK
  • legacy APK 主要是给原先那条安装线做兼容
  • 这次 release 是 GitHub 直接分发 APK,不是 Play Store / AAB 发布

English Summary

This release publishes the source updates after v0.2.0 and includes fresh installable APK assets. The recommended package for public installs is codex-mobile-oss-v0.3.0.apk.

v0.2.0 - Repository polish and maintainer setup

16 Mar 11:26
528e463

Choose a tag to compare

Codex Mobile v0.2.0

This release focuses on repository polish, maintainer ergonomics, and clearer public project positioning.

Highlights

  • improved the public README and Chinese README with stronger project framing
  • added repository health signals such as CI badges, quick links, and maintainer-facing docs
  • added SECURITY.md, CODEOWNERS, and Dependabot configuration
  • improved Android CI workflow ergonomics for repeatable validation
  • cleaned up Kotlin source paths so they match the real package name

Project direction

Codex Mobile is a mobile-first shell around a real local Codex runtime in Termux. It is not a fake chat wrapper and not just a terminal screenshot inside an Android app.

Notes

  • current runtime assumptions still include Termux and rooted Android for the main backend lifecycle flow
  • local Android SDK validation was deferred to GitHub Actions during recent repository polish work