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.
Files changed (2) hide show
  1. package/README.md +19 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Cortex — Personal AI Operating System
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/cortex-md?style=flat-square&label=npm)](https://www.npmjs.com/package/cortex-md)
3
4
  [![GitHub Release](https://img.shields.io/github/v/release/angshuman/cortex?style=flat-square&label=Latest%20Release)](https://github.com/angshuman/cortex/releases/latest)
4
5
  [![Downloads](https://img.shields.io/github/downloads/angshuman/cortex/total?style=flat-square&label=Downloads)](https://github.com/angshuman/cortex/releases/latest)
5
6
  [![Build](https://img.shields.io/github/actions/workflow/status/angshuman/cortex/release.yml?style=flat-square&label=Build)](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
- ## Download
12
+ ## Install & Run
12
13
 
13
- **[Go to the Releases page to download Cortex](https://github.com/angshuman/cortex/releases/latest)**
14
+ ### Option 1 npx (no install required)
14
15
 
15
- ### Latest Release
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
  |----------|-------------|----------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-md",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Personal AI operating system — local-first, portable, with notes, tasks, chat, and MCP support",