From 166dd3f719ff6f9f84202ccf47961b0b396de2a2 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Fri, 21 Nov 2025 16:13:00 +0000 Subject: [PATCH] Update README for Tauri --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2e7423..1461131b 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,17 @@ _Browser support via CodeNomad Server._ Choose the way that fits your workflow: ### 🖥️ Desktop App (Recommended) -The best experience. A native application with global shortcuts, deeper system integration, and a dedicated window. +The best experience. A native application (Electron-based) with global shortcuts, deeper system integration, and a dedicated window. - **Download**: Grab the latest installer for macOS, Windows, or Linux from the [Releases Page](https://github.com/shantur/CodeNomad/releases). - **Run**: Install and launch like any other app. +### 🦀 Tauri App (Experimental) +We are also working on a lightweight, high-performance version built with [Tauri](https://tauri.app). It is currently in active development. + +- **Download**: Experimental builds are available on the [Releases Page](https://github.com/shantur/CodeNomad/releases). +- **Source**: Check out `packages/tauri-app` if you're interested in contributing. + ### 💻 CodeNomad Server Run CodeNomad as a local server and access it via your web browser. Perfect for remote development (SSH/VPN) or running as a service.