project-brain logoproject-brain

Getting Started

Installation

Install project-brain from PyPI in seconds. Requires Python 3.10+ and Git.

Install from PyPI

pip install project-brain-cli

Tip

It is recommended to install inside a virtual environment:
python -m venv env && env\Scripts\activate (Windows)
python3 -m venv env && source env/bin/activate (Linux / macOS)

Verify installation

brain --version
# project-brain version: 1.1.0

Note

Both brain and project-brain are registered as CLI entry points — both work identically.

Requirements

  • Python >= 3.10
  • Git installed and accessible in PATH
  • Optional: Ollama / OpenAI / Gemini / HuggingFace for LLM features

Note

Are you a contributor? See the Contributing guide for the source-install workflow (pip install -e ".[dev]").