From 819e8566a6b7c748c4a28126b818e1c226f5fa45 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Fri, 6 Feb 2026 02:56:50 -0800 Subject: [PATCH] Remove experimental native prototypes section from README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ec37807ba..11c854e45 100644 --- a/README.md +++ b/README.md @@ -326,10 +326,6 @@ cargo run -p sd-cli -- search . # Now launch Tauri app - it will connect to the running daemon ``` -### Native Prototypes - -Experimental native apps are available in `apps/ios/`, `apps/macos/`, and `apps/gpui-photo-grid/` but are not documented for public use. These prototypes explore platform-specific optimizations and alternative UI approaches. - ### Running Tests Spacedrive has a comprehensive test suite covering single-device operations and multi-device networking scenarios.