ai-commit-sense

Stop typing your git commit messages.

Tired of thinking about what to write in git commit -m? Just run ai-commit-sense. It reads your code changes and uses Gemini AI to instantly write a professional, structured commit message for you.

bash ~ ai-commit-sense
~/project$git add .
~/project$ai-commit-sense
Analyzing staged changes with Gemini 2.5 Flash...
✔ Successfully generated commit message!
feat: added nextjs website prompt

- Initialized Next.js 14 App Router project
- Configured Tailwind CSS and Framer Motion
- Added Terminal mockup and documentation layout

Privacy-First BYOK

Bring Your Own Key. Your code stays private and communicates directly with the Gemini API.

Cross-Platform

Native binaries for Mac, Linux, and Windows. Works natively wherever you write code.

Zero Dependencies

A single, standalone Go binary. No Node.js, Python, or heavy virtual environments required.

Lightning Fast

Built with Go and powered by Gemini 2.5 Flash for near-instant commit generations.

Ready to automate your workflow?

Choose your OS and install the binary in seconds.

sudo curl -L https://github.com/Dharam-IN/ai-commit-sense/releases/latest/download/ai-commit-sense-mac -o /usr/local/bin/ai-commit-sense && sudo chmod +x /usr/local/bin/ai-commit-sense