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
+53-72Lines changed: 53 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,95 +6,85 @@ Local-first. Zero-trust. Auditable by design.
6
6
7
7
---
8
8
9
-
## The problem nobody talks about
9
+
## The problem
10
10
11
-
Every AI coding agent on the market does the same thing: it takes your code, sends it to a cloud API, and hopes for the best. No sandbox. No audit trail. No cryptographic guarantees. You are trusting an external server with your proprietary source code, your API keys, your infrastructure.
11
+
Every AI coding agent sends your codeto the cloud. No sandbox. No audit trail. No cryptographic guarantees. You are trusting strangers with your proprietary code.
12
12
13
-
Kilo Code raised $8 million and has 1.5 million users. Cline has 5 million installations. Cursor raised at a $9 billion valuation. They are all built on the same foundation: send your code to the cloud and pray.
13
+
Kilo Code raised $8M. Cline has 5M installs. Cursor is worth $9B. They all do the same thing: send your code to a server you don't control.
14
14
15
-
WRAP NEBULA is built on the opposite foundation: **never trust, always verify**.
15
+
WRAP NEBULA does the opposite.
16
16
17
-
## What makes this different
17
+
## What makes it different
18
18
19
19
|| Kilo | Cline | Cursor |**WRAP**|
20
20
|---|---|---|---|---|
21
-
|Code sandbox| no | no | no |**V8 isolate**|
21
+
|Sandbox| no | no | no |**V8 isolate**|
22
22
| Audit trail | no | no | no |**Ed25519**|
23
-
| PII protection| no | no | no |**Auto-redact**|
23
+
| PII redaction| no | no | no |**Automatic**|
24
24
| Local-first | partial | partial | no |**Default**|
25
-
|Zero API keys | no | no | no |**Ollama**|
25
+
|Free forever | no | no | no |**Yes**|
26
26
| Telegram | no | no | no |**Built-in**|
27
-
| Open source | yes | yes | no |**MIT**|
28
-
29
-
## How it works
30
-
31
-
Every message flows through a pipeline where compromising one layer does not compromise the others:
0 commit comments