<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ARM64 on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/arm64/</link><description>Recent content in ARM64 on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 22 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/arm64/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: Creating and Configuring Your Linux Container Machine</title><link>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/create-linux-container-machine/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/create-linux-container-machine/</guid><description>&lt;p&gt;In the previous chapter, we prepared our macOS environment by installing essential developer tools. Now, it&amp;rsquo;s time to lay the foundation for our local container development: a lightweight Linux virtual machine (VM) running natively on your Apple Silicon Mac. This VM will serve as the host for all our containers, providing an ARM64 Linux environment that optimizes performance and ensures compatibility with modern container images.&lt;/p&gt;
&lt;p&gt;This chapter focuses on creating and configuring this core container machine. By the end, you&amp;rsquo;ll have a fully functional Linux VM, managed by &lt;code&gt;Colima&lt;/code&gt;, ready to receive and run OCI-compliant containers. This is a critical step, as it establishes the high-performance, native ARM64 execution environment that differentiates this approach from traditional x86-64 emulation or heavier Linux VMs.&lt;/p&gt;</description></item><item><title>Chapter 4: Building Native ARM64 OCI Images for a Sample Application</title><link>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/build-native-arm64-oci-images/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/build-native-arm64-oci-images/</guid><description>&lt;p&gt;Building container images that run natively on your Apple Silicon Mac is a critical step for achieving optimal performance in your local development environment. When you target the ARM64 architecture, you bypass the overhead of Rosetta 2 emulation, leading to faster build times, quicker container startup, and more responsive applications. This chapter guides you through creating a simple Python Flask API, defining its &lt;code&gt;Dockerfile&lt;/code&gt;, and building an optimized ARM64 OCI (Open Container Initiative) image using &lt;code&gt;nerdctl&lt;/code&gt; within your dedicated container machine.&lt;/p&gt;</description></item></channel></rss>