TermCoder Logo termcoder
Download

Documentation & Guide

Comprehensive technical reference for configuring, running, and scaling TermCoder local autonomous workflows.

1. Getting Started & Requirements

TermCoder requires Python 3.10+ and a local instance of Ollama running on your machine. Ensure your model is downloaded and accessible:

ollama pull qwen2.5-coder:3b
pip install --editable .

2. Multi-Mode Configuration

TermCoder keeps configuration files inside ~/.config/termcoder/config.json. You can switch modes instantly using the /mode prompt command or inspect your configuration parameters.