@nervmor/codexui 1.0.1 โ 1.0.3
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 +9 -6
- package/dist/assets/index-BRHjQaZ8.css +1 -0
- package/dist/assets/index-C2tfimEi.js +1441 -0
- package/dist/index.html +2 -2
- package/dist-cli/index.js +904 -237
- package/dist-cli/index.js.map +1 -1
- package/package.json +1 -2
- package/dist/assets/index-BUh0F7vz.js +0 -1440
- package/dist/assets/index-IKfGXpjw.css +0 -1
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# ๐ฅ @nervmor/codexui
|
|
2
2
|
|
|
3
|
-
### ๐ Run
|
|
3
|
+
### ๐ Run `@nervmor/codexui` Anywhere: Linux, Windows, or Termux on Android ๐
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@nervmor/codexui)
|
|
6
6
|
[](#-quick-start)
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
8
|
[](./LICENSE)
|
|
9
9
|
|
|
10
|
-
>
|
|
10
|
+
> **`@nervmor/codexui` in your browser. No drama. One command.**
|
|
11
11
|
>
|
|
12
|
-
> **
|
|
12
|
+
> **This project exposes your Codex app-server workflow through a browser UI, and it runs cross-platform.**
|
|
13
13
|
|
|
14
14
|
```text
|
|
15
15
|
โโโโโโโ โโโโโโโ โโโโโโโ โโโโโโโโโโโ โโโโโโ โโโโโโ
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
You run one command. It starts a local web server. You open it from your machine, your LAN, or wherever your setup allows.
|
|
29
29
|
|
|
30
|
-
**TL;DR ๐ง : Codex
|
|
30
|
+
**TL;DR ๐ง : `@nervmor/codexui` gives you the Codex browser UI flow on Linux, Windows, and Termux-powered Android setups.**
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
@@ -38,6 +38,9 @@ You run one command. It starts a local web server. You open it from your machine
|
|
|
38
38
|
# ๐ Run instantly (recommended)
|
|
39
39
|
npx @nervmor/codexui
|
|
40
40
|
|
|
41
|
+
# ๐ฆ Or install globally
|
|
42
|
+
npm install -g @nervmor/codexui
|
|
43
|
+
|
|
41
44
|
# ๐ Then open in browser
|
|
42
45
|
# http://localhost:18923
|
|
43
46
|
```
|
|
@@ -118,7 +121,7 @@ termux-wake-lock
|
|
|
118
121
|
|
|
119
122
|
| ๐ฅ Use Case | ๐ฅ What You Get |
|
|
120
123
|
|---|---|
|
|
121
|
-
| ๐ป Linux workstation | Run
|
|
124
|
+
| ๐ป Linux workstation | Run `@nervmor/codexui` in browser without depending on desktop shell |
|
|
122
125
|
| ๐ช Windows machine | Launch web UI and access from Chrome/Edge quickly |
|
|
123
126
|
| ๐ฑ Termux on Android | Start service in Termux and control from mobile browser |
|
|
124
127
|
| ๐งช Remote dev box | Keep Codex process on server, view UI from client device |
|
|
@@ -188,7 +191,7 @@ Bring bug reports, platform notes, and setup improvements.
|
|
|
188
191
|
---
|
|
189
192
|
|
|
190
193
|
## โญ Star This Repo
|
|
191
|
-
If you believe
|
|
194
|
+
If you believe **`@nervmor/codexui`** should be accessible from **any machine, any OS, any screen**, star this project and share it. โญ
|
|
192
195
|
|
|
193
196
|
<div align="center">
|
|
194
197
|
Built for speed, portability, and a little bit of chaos ๐
|