kommit — AI commit messages via ollama, fully local, written in Rust

Posted by buildwithsneha@reddit | LocalLLaMA | View on Reddit | 2 comments

Rust CLI that generates conventional commit messages

from your staged diff using a local model (qwen2.5-coder via ollama).

Zero API keys, zero network calls, runs in \~2s on CPU.

It also learns your commit style from your git history.

GitHub: https://github.com/SnehaDeshmukh28/kommit

Still early (v0.3.0) but the core loop works

would love feedback from the community.