Skip to content

Installation

Requirements

  • Python 3.11+
  • Ollama installed and running
pipx install mita-code

Install with pip

pip install mita-code

Development Install

git clone https://github.com/jtdub/mita-code.git
cd mita-code
poetry install

Verify Installation

mita --version

Install Ollama

Mita Code requires Ollama to be installed and running on your machine. Follow the instructions at ollama.com for your platform.

Once installed, start the Ollama server:

ollama serve

Then pull a coding model:

mita models pull qwen2.5-coder:7b

Tip

Run mita models recommend to see which models fit your hardware best.