(OK) http://www.android-x86.org - cm-13.0-x86 - download
http://www.android-x86.org/releases/releasenote-cm-x86-13-0-rc1
ReleaseNote CM-x86-13.0-rc1
The Android-x86 project is glad to announce cm-x86-13.0-rc1, the first release candidate of CyanogenMod 13.0 porting for Android-x86. The prebuilt images are available in the following site:
Key Features
The cm-x86-13.0-rc1 is a porting of CM 13.0 to the Android-x86 platform as the BSP. Based on the Android-x86 6.0-r1 and the latest CM 13.0, it includes almost all the features from the two open source projects.Released Files
This release contains two files. One is the 32-bit x86 ISO and the other is the 64-bit x86_64 ISO. Both can be boot from legacy BIOS and newer UEFI firmware. You can choose one of them depends on your devices. In doubt, try the 32-bit ISO for legacy BIOS devices and 64-bit ISO for UEFI devices.- 32-bit: cm-x86-13.0-rc1.iso
sha1sum: b7ed82b2d38e2ce65af9fb75e69fc692e162f24a
- 64-bit: cm-x86_64-13.0-rc1.iso
sha1sum: 1c1f1c62c748fcf58cf469007a7a7d753dd5df75
For Linux users, just dump the iso into a usb drive to create a bootable usb stick like
$ dd if=cm-x86-13.0-rc1.iso of=/dev/sdX
where /dev/sdX is the device name of your usb drive.
Windows's users can use the tool UNetbootin to create a bootable usb stick.
Please read this page for how to install it to the device.
Known issues
- All known issues of Android-x86 6.0-r1 release.
Source code
The source code is available in the main git server,
$ repo init -u git://git.osdn.jp/gitroot/android-x86/manifest -b marshmallow-x86 -m cm.xml
$ repo sync --no-tags --no-clone-bundle
Read this page for how to compile the source code.
Credit
The cm-13.0-x86 branch is mainly ported and maintained by Jaap Jan Meijer.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通