You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</div>
5
5
6
6
7
-
A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), Anthropic's official CLI for AI-assisted coding. You can use it locally or remotely to view your active projects and sessions in claude code and make changes to them the same way you would do it in claude code CLI. This gives you a proper interface that works everywhere.
7
+
A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), and [Cursor CLI](https://docs.cursor.com/en/cli/overview). You can use it locally or remotely to view your active projects and sessions in Claude Code or Cursor and make changes to them from everywhere (mobile or desktop). This gives you a proper interface that works everywhere. Supports models including **Claude Sonnet 4**, **Opus 4.1**, and **GPT-5**
8
8
9
9
## Screenshots
10
10
@@ -25,6 +25,14 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
25
25
<em>Responsive mobile design with touch navigation</em>
<em>Select between Claude Code and Cursor CLI</em>
34
+
</td>
35
+
</tr>
28
36
</table>
29
37
30
38
@@ -34,19 +42,21 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
34
42
## Features
35
43
36
44
-**Responsive Design** - Works seamlessly across desktop, tablet, and mobile so you can also use Claude Code from mobile
37
-
-**Interactive Chat Interface** - Built-in chat interface for seamless communication with Claude Code
38
-
-**Integrated Shell Terminal** - Direct access to Claude Code CLI through built-in shell functionality
45
+
-**Interactive Chat Interface** - Built-in chat interface for seamless communication with Claude Code or Cursor
46
+
-**Integrated Shell Terminal** - Direct access to Claude Code or Cursor CLI through built-in shell functionality
39
47
-**File Explorer** - Interactive file tree with syntax highlighting and live editing
40
48
-**Git Explorer** - View, stage and commit your changes. You can also switch branches
41
49
-**Session Management** - Resume conversations, manage multiple sessions, and track history
50
+
-**Model Compatibility** - Works with Claude Sonnet 4, Opus 4.1, and GPT-5
42
51
43
52
44
53
## Quick Start
45
54
46
55
### Prerequisites
47
56
48
57
-[Node.js](https://nodejs.org/) v20 or higher
49
-
-[Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and configured
58
+
-[Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and configured, and/or
59
+
-[Cursor CLI](https://docs.cursor.com/en/cli/overview) installed and configured
50
60
51
61
### Installation
52
62
@@ -108,9 +118,10 @@ The UI automatically discovers Claude Code projects from `~/.claude/projects/` a
108
118
-**Visual Project Browser** - All available projects with metadata and session counts
109
119
-**Project Actions** - Rename, delete, and organize projects
110
120
-**Smart Navigation** - Quick access to recent projects and sessions
121
+
-**MCP support** - Add your own MCP servers through the UI
111
122
112
123
#### Chat Interface
113
-
-**Use responsive chat or Claude Code CLI** - You can either use the adapted chat interface or use the shell button to connect to Claude Code CLI.
124
+
-**Use responsive chat or Claude Code/Cursor CLI** - You can either use the adapted chat interface or use the shell button to connect to your selected CLI.
114
125
-**Real-time Communication** - Stream responses from Claude with WebSocket connection
115
126
-**Session Management** - Resume previous conversations or start fresh sessions
116
127
-**Message History** - Complete conversation history with timestamps and metadata
@@ -152,7 +163,7 @@ The UI automatically discovers Claude Code projects from `~/.claude/projects/` a
152
163
### Backend (Node.js + Express)
153
164
-**Express Server** - RESTful API with static file serving
154
165
-**WebSocket Server** - Communication for chats and project refresh
155
-
-**Claude CLI Integration** - Process spawning and management
166
+
-**CLI Integration (Claude Code / Cursor)** - Process spawning and management
156
167
-**Session Management** - JSONL parsing and conversation persistence
157
168
-**File System API** - Exposing file browser for projects
0 commit comments