cortex-md 1.1.2 → 1.1.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 +19 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Cortex — Personal AI Operating System
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/cortex-md)
|
|
3
4
|
[](https://github.com/angshuman/cortex/releases/latest)
|
|
4
5
|
[](https://github.com/angshuman/cortex/releases/latest)
|
|
5
6
|
[](https://github.com/angshuman/cortex/actions)
|
|
@@ -8,11 +9,26 @@ A local-first personal operating system with an AI reasoner, note-taking, task m
|
|
|
8
9
|
|
|
9
10
|
---
|
|
10
11
|
|
|
11
|
-
##
|
|
12
|
+
## Install & Run
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
### Option 1 — npx (no install required)
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
```bash
|
|
17
|
+
npx cortex-md
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
The first run downloads Electron (~100 MB) and caches it. Subsequent runs are instant.
|
|
21
|
+
|
|
22
|
+
### Option 2 — Global install
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npm install -g cortex-md
|
|
26
|
+
cortex-md
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Option 3 — Download a pre-built binary
|
|
30
|
+
|
|
31
|
+
**[Go to the Releases page](https://github.com/angshuman/cortex/releases/latest)**
|
|
16
32
|
|
|
17
33
|
| Platform | Architecture | Download |
|
|
18
34
|
|----------|-------------|----------|
|