From 773165b4c6826a635f669830c46e1e0845c0200e Mon Sep 17 00:00:00 2001 From: yuruko Date: Sat, 14 Feb 2026 16:36:04 -0500 Subject: [PATCH 1/2] Add Yume to Clients & GUIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5dd2f2..20e187e 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - ✨ [**claude-code-webui**](https://github.com/DevAgentForge/claude-code-webui) (149 ⭐) - A web-based Claude Code that runs on desktop, mobile phones, and iPads. - [**ccmate-release**](https://github.com/djyde/ccmate-release) (57 ⭐) - A GUI for Claude Code. - [**Claude-Code-Web-GUI**](https://github.com/binggg/Claude-Code-Web-GUI) (56 ⭐) - Browse, view and share your Claude Code sessions - runs entirely in browser, no server required! +- [**yume**](https://github.com/aofp/yume) (55 ⭐) - Native Tauri 2 desktop GUI for Claude Code with multi-tab sessions, background agents, context compaction, memory system, plugin/skills, and multi-provider support. - [**Claude in a Box**](https://github.com/juancgarza/claude-in-a-box) (48 ⭐) - A ChatGPT Canvas-style interface for Claude Code running in E2B sandboxes. --- From 16decbe5d9ee4aca7fd281103df8523a6d9a03b6 Mon Sep 17 00:00:00 2001 From: yuruko Date: Sat, 14 Feb 2026 16:36:21 -0500 Subject: [PATCH 2/2] Add Yume to Clients & GUIs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e187e..3801995 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - ✨ [**claude-code-webui**](https://github.com/DevAgentForge/claude-code-webui) (149 ⭐) - A web-based Claude Code that runs on desktop, mobile phones, and iPads. - [**ccmate-release**](https://github.com/djyde/ccmate-release) (57 ⭐) - A GUI for Claude Code. - [**Claude-Code-Web-GUI**](https://github.com/binggg/Claude-Code-Web-GUI) (56 ⭐) - Browse, view and share your Claude Code sessions - runs entirely in browser, no server required! -- [**yume**](https://github.com/aofp/yume) (55 ⭐) - Native Tauri 2 desktop GUI for Claude Code with multi-tab sessions, background agents, context compaction, memory system, plugin/skills, and multi-provider support. +- [**yume**](https://github.com/aofp/yume) (55 ⭐) - Native Tauri 2 desktop GUI for Claude Code with multi-tab sessions, background agents, context compaction, memory system, plugin/skills, and multi-provider support. Built with Rust + React. - [**Claude in a Box**](https://github.com/juancgarza/claude-in-a-box) (48 ⭐) - A ChatGPT Canvas-style interface for Claude Code running in E2B sandboxes. ---