aimit
v1.0.0
Published
Generate intelligent Git commit messages automatically using local AI models
Readme
AIMit
🤖 Intelligent Commit Messages, Instantly Generated
Generate meaningful Git commit messages automatically using local AI models powered by Ollama.
Features • Installation • Usage • Configuration • Examples
🌟 Features
- 🔒 Fully Local: All AI processing happens on your machine using Ollama - no API keys, no data leaving your computer
- ⚡ Lightning Fast: Generate commit messages in seconds with local models
- 🎯 Context-Aware: Analyzes your staged changes to create meaningful, accurate commit messages
- 📝 Conventional Commits: Follows best practices and conventional commit standards
- 🎨 Customizable: Configure AI models, commit styles, and message formats to match your workflow
- 🔄 Git Integration: Seamlessly integrates with your existing Git workflow
- 💡 Smart Analysis: Understands code context, file changes, and modification patterns
- 🚀 Zero Dependencies: Just install Ollama and you're ready to go
📋 Prerequisites
Before using AIMit, you need to have Ollama installed and running on your machine.
Install Ollama
macOS/Linux:
curl -fsSL https://ollama.ai/install.sh | shWindows: Download from ollama.ai/download
Pull a Model
ollama pull llama2
# or
ollama pull codellama
# or
ollama pull gemma3📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Powered by Ollama for local AI inference
- Inspired by the need for better commit messages
- Built with ❤️ for developers who care about their Git history
📞 Support
Made with ☕ and 🤖
If you find AIMit helpful, consider giving it a ⭐ on GitHub!
