Skip to main content

Install

Install the Droid CLI:
Droid requires a larger context window. It is recommended to use a context window of at least 64k tokens. See Context length for more information.

Usage with Ollama

Quick setup

To configure without launching:

Manual setup

Add a local configuration block to ~/.factory/config.json:

Cloud Models

qwen3-coder:480b-cloud is the recommended model for use with Droid. Add the cloud configuration block to ~/.factory/config.json:

Connecting to ollama.com

  1. Create an API key from ollama.com and export it as OLLAMA_API_KEY.
  2. Add the cloud configuration block to ~/.factory/config.json:
Run droid in a new terminal to load the new settings.