Install IndexRaccoon

Self-contained binary. No .NET SDK required.

$ curl -fsSL https://get.indexraccoon.com/sh | bash

Quick start

1. Log in

$ indexraccoon login

2. Initialize your project

$ indexraccoon init --type unity

3. Run your first query

$ indexraccoon query "how does player movement work"

Ollama is the default provider -- no API key needed to get started.

Alternative: .NET global tool

If you already have the .NET SDK installed:

$ dotnet tool install --global IndexRaccoon.Cli