nexus-prime 7.9.36 → 7.9.38
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 +77 -49
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,14 +38,15 @@
|
|
|
38
38
|
<a href="https://www.producthunt.com/products/nexus-prime?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-nexus-prime" target="_blank" rel="noopener noreferrer"><img alt="Nexus-Prime — Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1096831&theme=dark&t=1773345508816"></a>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
|
-
> **
|
|
41
|
+
> **Give every coding agent the same memory, budget, and proof trail.**
|
|
42
42
|
>
|
|
43
|
-
> Nexus Prime
|
|
43
|
+
> Nexus Prime is the local-first operating layer for Claude Code, Codex, Cursor, Windsurf, OpenCode, Aider, and the rest of your agent stack. It helps them remember prior work, route context before they burn tokens, coordinate across sessions, and show you exactly what happened before a change ships.
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
47
|
## Contents
|
|
48
48
|
|
|
49
|
+
- [Why teams install it](#why-teams-install-it)
|
|
49
50
|
- [The problem](#the-problem)
|
|
50
51
|
- [What changes when you install](#what-changes-when-you-install)
|
|
51
52
|
- [Quick start](#quick-start)
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
- [See it in action](#see-it-in-action)
|
|
55
56
|
- [Competitive position](#competitive-position)
|
|
56
57
|
- [Works with](#works-with)
|
|
57
|
-
- [What
|
|
58
|
+
- [What the dashboard proves](#what-the-dashboard-proves)
|
|
58
59
|
- [Who it's for](#who-its-for)
|
|
59
60
|
- [Pricing](#pricing)
|
|
60
61
|
- [FAQ](#faq)
|
|
@@ -62,41 +63,38 @@
|
|
|
62
63
|
- [Community & support](#community--support)
|
|
63
64
|
- [License](#license)
|
|
64
65
|
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## Docs and comparison
|
|
68
|
-
|
|
69
|
-
- Website: https://nexus-prime.cfd/
|
|
70
|
-
- Comparison: https://nexus-prime.cfd/comparison.html
|
|
71
|
-
- Knowledge base: https://nexus-prime.cfd/knowledge-base.html
|
|
72
|
-
|
|
73
|
-
Agents should start with `nexus_session_bootstrap`, then route the raw request through `nexus_orchestrate`. Auto-bootstrap runs on first non-bootstrap call for compatible clients, but the explicit bootstrap-first path remains the safest integration contract.
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
66
|
## Why teams install it
|
|
78
67
|
|
|
79
68
|
Nexus Prime is the local-first control plane for serious AI-assisted coding.
|
|
80
69
|
|
|
81
|
-
- **
|
|
82
|
-
- **
|
|
83
|
-
- **Runtime truth
|
|
84
|
-
- **Safer multi-file
|
|
85
|
-
- **
|
|
70
|
+
- **Memory that compounds.** Your agents stop acting like strangers and start carrying useful context across sessions, tools, and repos.
|
|
71
|
+
- **Token spend you can manage.** Nexus routes agents toward the files and facts that matter before they reread the whole repo.
|
|
72
|
+
- **Runtime truth for real work.** The dashboard shows runs, memory, token savings, worker activity, and verification state instead of hiding the messy parts.
|
|
73
|
+
- **Safer multi-file execution.** Planning, review, and handoff state stay attached to the repo, so interrupted work is easier to resume and audit.
|
|
74
|
+
- **A product your team can trust.** Local-first storage, opt-in telemetry, 15-day trial enforcement, and license-gated runtime work are built into the product surface.
|
|
75
|
+
|
|
76
|
+
Install Nexus Prime when:
|
|
77
|
+
|
|
78
|
+
- You use more than one coding agent and keep repeating the same context.
|
|
79
|
+
- Your agent bill is mostly input tokens and repo rereads.
|
|
80
|
+
- You need proof of what the agent planned, touched, skipped, and verified.
|
|
81
|
+
- You want a local control plane before putting AI-assisted coding in front of a team.
|
|
86
82
|
|
|
87
83
|
---
|
|
88
84
|
|
|
89
85
|
## The problem
|
|
90
86
|
|
|
91
|
-
Every coding agent
|
|
87
|
+
Every coding agent starts cold.
|
|
92
88
|
|
|
93
|
-
It has no idea what you worked on yesterday. It has no idea what your teammate's Cursor session just finished. It
|
|
89
|
+
It has no idea what you worked on yesterday. It has no idea what your teammate's Cursor session just finished. It does not know which files already mattered, which decisions were accepted, which paths failed, or which preferences should carry forward.
|
|
94
90
|
|
|
95
|
-
|
|
91
|
+
So it re-reads your repo from scratch, every turn, for every question, because cold context is the only context it has.
|
|
96
92
|
|
|
97
|
-
|
|
93
|
+
One tracked session was measured at **100,000,000 tokens**. Ninety-nine point four percent of them were input. **166 tokens read for every 1 written.** That is not deep reasoning. That is repeated re-orientation.
|
|
98
94
|
|
|
99
|
-
**
|
|
95
|
+
This is **agent amnesia**: the quiet tax on every serious AI-assisted engineering workflow.
|
|
96
|
+
|
|
97
|
+
**Nexus Prime turns cold starts into a remembered workspace.**
|
|
100
98
|
|
|
101
99
|
---
|
|
102
100
|
|
|
@@ -105,12 +103,12 @@ This is **agent amnesia** — and it's the quiet tax on every hour you spend wit
|
|
|
105
103
|
| Before Nexus Prime | After Nexus Prime |
|
|
106
104
|
| :--- | :--- |
|
|
107
105
|
| Every session starts cold | Your agents pick up where they (or any other agent) left off |
|
|
108
|
-
| You pick files manually and
|
|
109
|
-
| Memory grows
|
|
110
|
-
| Multi-file edits
|
|
111
|
-
|
|
|
112
|
-
| Token bills climb and you
|
|
113
|
-
|
|
|
106
|
+
| You pick files manually and hope they fit | Nexus routes context before the agent starts reading |
|
|
107
|
+
| Memory grows in random chat threads | Reusable project memory lives with the workspace |
|
|
108
|
+
| Multi-file edits can die halfway through | Plans, reviews, and handoffs remain inspectable |
|
|
109
|
+
| Cursor, Claude Code, and Codex act separately | They share a common local control plane |
|
|
110
|
+
| Token bills climb and you cannot explain why | The dashboard shows where context went and what was saved |
|
|
111
|
+
| You have no leverage over input-token waste | **Users typically cut input tokens by 60–90%** |
|
|
114
112
|
|
|
115
113
|
---
|
|
116
114
|
|
|
@@ -153,7 +151,7 @@ Then visit `http://localhost:3377`.
|
|
|
153
151
|
|
|
154
152
|
### 4. Use your agent like normal
|
|
155
153
|
|
|
156
|
-
That's it. Memory, budgeting, and
|
|
154
|
+
That's it. Memory, routing, budgeting, and proof capture are already on.
|
|
157
155
|
|
|
158
156
|
</td>
|
|
159
157
|
</tr>
|
|
@@ -161,6 +159,18 @@ That's it. Memory, budgeting, and safe execution are already on.
|
|
|
161
159
|
|
|
162
160
|
Prefer one-liner installs? `curl -fsSL https://nexus-prime.cfd/install.sh | bash`
|
|
163
161
|
|
|
162
|
+
You get a 15-day local trial. After the trial, runtime work requires an active license.
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
## Docs and comparison
|
|
167
|
+
|
|
168
|
+
- Website: https://nexus-prime.cfd/
|
|
169
|
+
- Comparison: https://nexus-prime.cfd/comparison.html
|
|
170
|
+
- Knowledge base: https://nexus-prime.cfd/knowledge-base.html
|
|
171
|
+
|
|
172
|
+
Agents should start with `nexus_session_bootstrap`, then route the raw request through `nexus_orchestrate`. Auto-bootstrap runs on first non-bootstrap call for compatible clients, but the explicit bootstrap-first path remains the safest integration contract.
|
|
173
|
+
|
|
164
174
|
---
|
|
165
175
|
|
|
166
176
|
## Features
|
|
@@ -183,9 +193,9 @@ Your agent reads what matters — nothing else. Users typically see **60–90% f
|
|
|
183
193
|
</td>
|
|
184
194
|
<td width="33%" valign="top">
|
|
185
195
|
|
|
186
|
-
### 🛡️
|
|
196
|
+
### 🛡️ Reviewable coding sessions
|
|
187
197
|
|
|
188
|
-
|
|
198
|
+
Plans, file choices, worker activity, and verification state stay visible while the agent works.
|
|
189
199
|
|
|
190
200
|
</td>
|
|
191
201
|
</tr>
|
|
@@ -255,6 +265,14 @@ Install, run `setup all`, done. The wizard detects every coding agent on your ma
|
|
|
255
265
|
<sub><b>The receipts</b> — every decision is traced, so you can see <i>why</i> your agent did what it did.</sub>
|
|
256
266
|
</div>
|
|
257
267
|
|
|
268
|
+
<br>
|
|
269
|
+
|
|
270
|
+
<div align="center">
|
|
271
|
+
<img src="https://nexus-prime.cfd/assets/screenshots/dashboard_runtime_sequence.png" alt="Nexus Prime runtime sequence — connected agents, memory graph, and guarded operator actions" width="1024">
|
|
272
|
+
<br>
|
|
273
|
+
<sub><b>The runtime</b> — connected agents, guarded actions, memory state, and work context in one local view.</sub>
|
|
274
|
+
</div>
|
|
275
|
+
|
|
258
276
|
---
|
|
259
277
|
|
|
260
278
|
## Works with
|
|
@@ -277,25 +295,36 @@ Or just wire everything: **`nexus-prime setup all`**
|
|
|
277
295
|
|
|
278
296
|
---
|
|
279
297
|
|
|
280
|
-
## What
|
|
298
|
+
## What the dashboard proves
|
|
281
299
|
|
|
282
|
-
|
|
300
|
+
Your local dashboard turns the sales promise into inspectable evidence:
|
|
283
301
|
|
|
284
|
-
|
|
|
285
|
-
|
|
286
|
-
|
|
|
287
|
-
|
|
|
288
|
-
|
|
|
289
|
-
|
|
|
290
|
-
|
|
|
302
|
+
| Surface | What you can inspect | Why it matters |
|
|
303
|
+
|:--------|:---------------------|:---------------|
|
|
304
|
+
| Token telemetry | Input, forwarded, saved, and compressed tokens | Proves whether Nexus is actually saving context |
|
|
305
|
+
| Memory lattice | Accepted memories, recalled facts, and learning packets | Shows what the system learned and reused |
|
|
306
|
+
| Runtime activity | Runs, workers, routes, and verification state | Makes agent work observable instead of mystical |
|
|
307
|
+
| Context log | Selected files, changed files, and route rationale | Explains why the agent read what it read |
|
|
308
|
+
| License status | Trial, plan, expiry, and activation state | Keeps commercial use explicit |
|
|
291
309
|
|
|
292
|
-
|
|
310
|
+
Typical users see **60–90% lower input-token use** once Nexus has enough project memory to route context well. The important part: your own dashboard shows your own numbers.
|
|
293
311
|
|
|
294
312
|
---
|
|
295
313
|
|
|
296
314
|
## Competitive position
|
|
297
315
|
|
|
298
|
-
|
|
316
|
+
Most agent tools focus on a single chat, editor, or framework. Nexus Prime focuses on the workspace underneath them.
|
|
317
|
+
|
|
318
|
+
It gives your agent stack:
|
|
319
|
+
|
|
320
|
+
- persistent memory
|
|
321
|
+
- workspace-scoped runtime state
|
|
322
|
+
- token routing and compression telemetry
|
|
323
|
+
- dashboard observability
|
|
324
|
+
- MCP-native orchestration
|
|
325
|
+
- license-aware local execution
|
|
326
|
+
|
|
327
|
+
The public comparison page tracks where it differs from other agent frameworks and developer orchestrators: https://nexus-prime.cfd/comparison.html
|
|
299
328
|
|
|
300
329
|
---
|
|
301
330
|
|
|
@@ -309,7 +338,7 @@ Nexus Prime is for people who take AI-assisted coding seriously:
|
|
|
309
338
|
- **Power users** who've hit every context-window wall and want a real fix
|
|
310
339
|
- **Anyone** who's paid a four- or five-figure monthly LLM bill and felt it
|
|
311
340
|
|
|
312
|
-
If
|
|
341
|
+
If you only use an agent once a month, you probably do not need Nexus Prime yet. If AI is already part of how you ship, Nexus gives that workflow memory, controls, and receipts.
|
|
313
342
|
|
|
314
343
|
---
|
|
315
344
|
|
|
@@ -317,7 +346,7 @@ If any of that sounds like you — keep reading.
|
|
|
317
346
|
|
|
318
347
|
<div align="center">
|
|
319
348
|
|
|
320
|
-
**15-day local trial. Activate or upgrade before expiry; runtime work locks after day 15.**
|
|
349
|
+
**Start with a 15-day local trial. Activate or upgrade before expiry; runtime work locks after day 15.**
|
|
321
350
|
|
|
322
351
|
</div>
|
|
323
352
|
|
|
@@ -371,7 +400,7 @@ nexus-prime license status # check your plan
|
|
|
371
400
|
nexus-prime license activate <key> # activate the key shared by the team
|
|
372
401
|
```
|
|
373
402
|
|
|
374
|
-
|
|
403
|
+
Start here: **[nexus-prime.cfd/account](https://nexus-prime.cfd/account)** · **[Request by email](mailto:adarsh@nexus-prime.cfd?subject=Nexus%20Prime%20license%20request)**
|
|
375
404
|
|
|
376
405
|
---
|
|
377
406
|
|
|
@@ -446,7 +475,6 @@ Nexus Prime was designed privacy-first, because the code on your machine is your
|
|
|
446
475
|
- 🏠 **100% local.** All data lives on your disk, in your home directory.
|
|
447
476
|
- 🚫 **No cloud sync.** Your code, your memory, your logs — never uploaded.
|
|
448
477
|
- 🔐 **Bounded local trial.** You can run locally for 15 days without signing up; a license is required after the trial expires.
|
|
449
|
-
- 🧱 **Binary-first release path.** The current NPM package remains intact, and a prepared shim lane can turn NPM into a signed-binary downloader once binary artifacts are published and verified.
|
|
450
478
|
- 📊 **Telemetry is opt-in.** Off by default. When on, only aggregate, anonymous event counts are sent — never source code, never memory contents.
|
|
451
479
|
- 🗑️ **Uninstall is clean.** Everything lives in one directory you can delete.
|
|
452
480
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-prime",
|
|
3
|
-
"version": "7.9.
|
|
3
|
+
"version": "7.9.38",
|
|
4
4
|
"description": "Local-first MCP control plane for coding agents with bootstrap-orchestrate execution, memory fabric, token budgeting, and worktree-backed swarms (binary installer shim)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|