# New Release: Ultralytics v8.4.163

**URL:** https://community.ultralytics.com/t/new-release-ultralytics-v8-4-163/2240
**Category:** Discussion
**Tags:** announcements, ultralytics-official, releases
**Created:** [September 25, 2026, 1:16pm UTC](https://community.ultralytics.com/t/new-release-ultralytics-v8-4-163/2240 "2026-09-25T13:16:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![glenn-jocher](https://sea1.discourse-cdn.com/flex001/user_avatar/community.ultralytics.com/glenn-jocher/32/83_2.png) [@glenn-jocher](https://community.ultralytics.com/u/glenn-jocher)
#### Post date: [September 25, 2026, 1:16pm UTC](https://community.ultralytics.com/t/new-release-ultralytics-v8-4-163/2240/1 "2026-09-25T13:16:04Z")

</div>

# 🚀 Ultralytics v8.4.163: Export Apple Core AI Models from Linux

**Quick overview:** Ultralytics YOLO can now export Apple Core AI `.aimodel` files on x86\_64 Linux, making cloud servers and CI workflows useful for preparing models for Apple devices. This release also improves export reliability and trims Docker images.

## 🍎 New Feature: Core AI Export on Linux

Export `.aimodel` files on x86\_64 Linux or on Apple silicon Macs running macOS 26 or later. The exported models target iOS 27 and macOS 27; **running them still requires Apple hardware**. Core ML remains a separate export option. See the [Linux Core AI export PR](https://github.com/ultralytics/ultralytics/pull/26333) by @glenn-jocher.

## 🔧 Improvements and Fixes

- **Updated compatibility:** Support for `coreai-torch` 0.4.3 brings conversion-time optimization and Python 3.11–3.14 support. [Compatibility PR](https://github.com/ultralytics/ultralytics/pull/26327) by @cdeil.
- **Clearer benchmarks:** Linux can report Core AI export results while correctly skipping inference, which requires macOS. [Export and Docker PR](https://github.com/ultralytics/ultralytics/pull/26326) by @glenn-jocher.
- **Safer failed exports:** PyTorch functions patched for certain ONNX exports are restored even if export fails, avoiding unexpected effects later in the same process. [Reliability PR](https://github.com/ultralytics/ultralytics/pull/26325) by @Nikhi00718.
- **Leaner Docker images:** Builds no longer retain package-install caches or bundled PyTorch test files, while keeping needed runtime tools. [Export and Docker PR](https://github.com/ultralytics/ultralytics/pull/26326) by @glenn-jocher.

Ready to give it a try? Explore the [v8.4.163 release](https://github.com/ultralytics/ultralytics/releases/tag/v8.4.163), review the [full changelog](https://github.com/ultralytics/ultralytics/compare/v8.4.162...v8.4.163), and let us know how Core AI export works in your workflow! 💬
