Before installing eGit, ensure you have:
- Python 3.10 or higher
- Git
- One of the supported LLM providers:
- Ollama (default)
- LM Studio (Recommended for local models)
- OpenAI
- Anthropic
- Google Gemini
# Download eGit
git clone https://github.com/Sweet-Papa-Technologies/egit.git
cd egit
# Run the installer
.\install.ps1
# Download eGit
git clone https://github.com/Sweet-Papa-Technologies/egit.git
cd egit
# Make the installer executable
chmod +x install.sh
# Run the installer
./install.sh
-
Configure your LLM Provider
# Example for Ollama (default) egit config --set llm_provider --value ollama egit config --set llm_api_base --value http://localhost:11434 egit config --set llm_model --value ollama/llama3.1:8b
-
Set your API Key
# Required for all providers (use a dummy value like sk-123 for Ollama) egit config --set llm_api_key --value your_api_key_here
-
Verify Installation
egit --version
- Learn about Basic Commands
- Configure advanced settings in Configuration