From fed5822c44369d13d4a453d8e9451abee09a2d01 Mon Sep 17 00:00:00 2001 From: Jijo John Date: Fri, 23 Jan 2026 19:17:26 -0500 Subject: [PATCH] Update README to remove UTM reference Removed mention of UTM for Apple Silicon in the overview. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bf9c5..64197b7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Vib-OS v2.2.0 - Multi-Architecture OS with Full GUI ## Overview -Vib-OS is a from-scratch, Unix-like operating system with **full multi-architecture support** for **ARM64** and **x86_64**. It features a custom kernel, a modern macOS-inspired graphical user interface, a full TCP/IP networking stack, and a Virtual File System (VFS). Built with **25,000+ lines** of C and Assembly, it runs natively on QEMU, real hardware (Raspberry Pi 4/5, x86_64 PCs), and Apple Silicon (via UTM). +Vib-OS is a from-scratch, Unix-like operating system with **full multi-architecture support** for **ARM64** and **x86_64**. It features a custom kernel, a modern macOS-inspired graphical user interface, a full TCP/IP networking stack, and a Virtual File System (VFS). Built with **25,000+ lines** of C and Assembly, it runs natively on QEMU, real hardware (Raspberry Pi 4/5, x86_64 PCs), and Apple Silicon. ## 🎯 Multi-Architecture Support