A local agentic AI assistant that automates code review and modification workflows.
Autarch replaces manual code review workflows by providing:
- Automatic codebase scanning and understanding
- Conversational code discussions
- Direct file modifications
- Terminal-based interface
Replaces: repopack → Claude → manual copy-paste
With: Local LLM → conversational AI → automatic file changes
yay -S autarchgit clone https://github.com/yourusername/autarch
cd autarch
conda create -n autarch python=3.12
conda activate autarch
python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt- vLLM: Local model serving
- Aider: Conversational code editing
- Local models: DeepSeek Coder, CodeLlama, etc.
- Dual RTX 3090s (or equivalent 24GB+ VRAM)
- Arch Linux
- Python 3.11/3.12
MIT