Add documentation for users experiencing "Illegal instruction" crashes on CPUs without AVX support (issue #5929).

Verified that packages/opencode/script/build.ts already builds baseline (non-AVX) binaries in CI - they are uploaded to GitHub releases with "-baseline" suffix. Added CLI installation docs to redirect users to download the appropriate baseline variant for their platform.
This commit is contained in:
mujtaba
2026-02-23 17:55:27 +05:30
committed by Mujtaba Patwegar
parent 6543166ffc
commit a787692206
@@ -6,6 +6,17 @@ Use Kilo Code directly from your terminal for maximum flexibility.
npm install -g @kilocode/cli
```
### Older CPUs (No AVX Support)
If you're running on an older CPU without AVX support (e.g., Intel Xeon Nehalem, AMD Bulldozer, or older), the CLI may crash with "Illegal instruction". In that case, download the **baseline** variant from GitHub releases:
1. Go to [Kilo Releases](https://github.com/Kilo-Org/kilo/releases)
2. Download the `-baseline` variant for your platform:
- Linux x64: `kilo-linux-x64-baseline.tar.gz`
- macOS x64: `kilo-darwin-x64-baseline.zip`
- Windows x64: `kilo-windows-x64-baseline.zip`
3. Extract and run the `kilo` binary directly
### Verify Installation
```bash