ghostterm 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://ghostterm.pages.dev/img/banner.png" alt="GhostTerm" width="400">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">GhostTerm</h1>
|
|
6
|
+
<p align="center"><strong>Control Claude Code from Your Phone</strong></p>
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/ghostterm"><img src="https://img.shields.io/npm/v/ghostterm.svg" alt="npm version"></a>
|
|
9
|
+
<a href="https://ghostterm.pages.dev"><img src="https://img.shields.io/badge/mobile-ghostterm.pages.dev-8b5cf6" alt="Mobile App"></a>
|
|
10
|
+
</p>
|
|
2
11
|
|
|
3
12
|
> **v2.0: Complete P2P Rewrite** — Your terminal data never touches any server. Direct encrypted connection between your phone and PC.
|
|
4
13
|
|
|
@@ -26,13 +35,12 @@ Run up to **4 concurrent terminal sessions** with ghost cell tabs. Have Claude C
|
|
|
26
35
|
|
|
27
36
|
A unique animated workspace shows all your terminal sessions as pixel ghosts. See which ones are busy, idle, or waiting for input — **without switching tabs**. Know exactly what's happening on your PC from a single screen.
|
|
28
37
|
|
|
29
|
-
###
|
|
38
|
+
### Encrypted Direct Connection
|
|
30
39
|
|
|
31
|
-
|
|
40
|
+
The remote control link between your phone and PC is a **direct WebRTC connection with DTLS encryption**. Your keystrokes and terminal output travel straight between devices — they never pass through GhostTerm's servers or any third party.
|
|
32
41
|
|
|
33
|
-
|
|
34
|
-
- **
|
|
35
|
-
- **GhostTerm**: Your phone ↔ Your PC (direct, encrypted, no middleman)
|
|
42
|
+
- **How it works**: Phone ↔ PC direct (the signaling server only helps with pairing, then gets out of the way)
|
|
43
|
+
- **What's encrypted**: Everything you see and type in the remote terminal session
|
|
36
44
|
|
|
37
45
|
### Send Files from Phone to PC
|
|
38
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ghostterm",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Control your PC terminal from your phone — direct P2P, no server in between",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ghostterm": "bin/ghostterm-p2p.js"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18.0.0"
|
|
22
22
|
},
|
|
23
|
-
"license": "
|
|
23
|
+
"license": "MIT",
|
|
24
24
|
"homepage": "https://ghostterm.pages.dev",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"terminal",
|