Install IndexRaccoon
Self-contained binary. No .NET SDK required.
$ curl -fsSL https://get.indexraccoon.com/sh | bashQuick start
1. Log in
$ indexraccoon login2. Initialize your project
$ indexraccoon init --type unity3. 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