CocoIndex installation

Install CocoIndex with pip, uv, or Poetry, and check system requirements — Python 3.11 to 3.13 on macOS, Linux, or Windows.

Time
~3 minutes
Language
Python 3.11+
Version
v 1.0.2
Last reviewed
May 2, 2026

Install Python and pip

To follow the steps in this guide, you’ll need:

  1. Install Python. We support Python 3.11 to 3.13.
  2. Install pip - a Python package installer

Install CocoIndex

Using pip

sh
pip install -U cocoindex

Using uv

sh
uv add cocoindex

Using Poetry

sh
poetry add cocoindex

Or specify in pyproject.toml:

toml
[tool.poetry.dependencies]
cocoindex = { version = "^1.0" }

System requirements

CocoIndex is supported on the following operating systems:

  • macOS: 10.12+ on x86_64, 11.0+ on arm64
  • Linux: x86_64 or arm64, glibc 2.28+ (e.g., Debian 10+, Ubuntu 18.10+, Fedora 29+, CentOS/RHEL 8+)
  • Windows: 10+ on x86_64
CocoIndex Docs Edit this page Report issue