Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,18 @@ The system prompt and tool definitions are re-read every turn and dominate small

## Install

Pre-built binaries come from upstream's installer; this fork is built from source until its first release.
Pre-built binaries for Linux x86_64, macOS (Apple Silicon) and Windows x86_64 are on the
[releases page](https://github.com/ParsaVictor/code-context-engine/releases) (v1.0.0 is the first).

```bash
curl -fsSL https://raw.githubusercontent.com/ParsaVictor/code-context-engine/main/install.sh | sh
```

```powershell
irm https://raw.githubusercontent.com/ParsaVictor/code-context-engine/main/install.ps1 | iex
```

Or from source:

```bash
git clone https://github.com/ParsaVictor/code-context-engine
Expand Down
Loading