Add native installers and release bundles

This commit is contained in:
Advait Paliwal
2026-03-24 10:38:59 -07:00
parent 0f62901ab0
commit dd9f5cfb90
6 changed files with 665 additions and 13 deletions

View File

@@ -2,6 +2,16 @@
The open source AI research agent
```bash
curl -fsSL https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.sh | bash
```
```powershell
irm https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.ps1 | iex
```
Or install the npm fallback:
```bash
npm install -g @companion-ai/feynman
```