|
|
@@ -10,15 +10,15 @@
|
|
|
[](https://opensource.org/licenses/MIT)
|
|
|
[](https://nodejs.org/)
|
|
|
|
|
|
-[](#)
|
|
|
-[](#)
|
|
|
-[](#)
|
|
|
+[](#supported-platforms)
|
|
|
+[](#supported-platforms)
|
|
|
+[](#supported-platforms)
|
|
|
|
|
|
-[](#)
|
|
|
-[](#)
|
|
|
-[](#)
|
|
|
-[](#)
|
|
|
-[](#)
|
|
|
+[](#supported-agents)
|
|
|
+[](#supported-agents)
|
|
|
+[](#supported-agents)
|
|
|
+[](#supported-agents)
|
|
|
+[](#supported-agents)
|
|
|
|
|
|
</div>
|
|
|
|
|
|
@@ -447,6 +447,30 @@ What that means in practice:
|
|
|
> committed `dist/`. If you commit a dependency or build directory you don't want
|
|
|
> in the graph, add it to `.gitignore`.
|
|
|
|
|
|
+## Supported Platforms
|
|
|
+
|
|
|
+Every release ships a self-contained build (bundled Node runtime — nothing to
|
|
|
+compile) for all three desktop OSes, on both Intel/AMD (x64) and ARM (arm64):
|
|
|
+
|
|
|
+| Platform | Architectures | Install |
|
|
|
+|----------|---------------|---------|
|
|
|
+| Windows | x64, arm64 | PowerShell installer or npm |
|
|
|
+| macOS | x64, arm64 | shell installer or npm |
|
|
|
+| Linux | x64, arm64 | shell installer or npm |
|
|
|
+
|
|
|
+See [Get Started](#get-started) for the one-line install commands.
|
|
|
+
|
|
|
+## Supported Agents
|
|
|
+
|
|
|
+The interactive installer auto-detects and configures each of these — wiring up
|
|
|
+the MCP server and writing its instructions file:
|
|
|
+
|
|
|
+- **Claude Code**
|
|
|
+- **Cursor**
|
|
|
+- **Codex CLI**
|
|
|
+- **opencode**
|
|
|
+- **Hermes Agent**
|
|
|
+
|
|
|
## Supported Languages
|
|
|
|
|
|
| Language | Extension | Status |
|