Strudel is a small cli tool which uses Apple s on-device LLM to write commit messages for you.To give it a try install it:```bash curl -fsSL https://raw.githubusercontent.com/Mechse/strudel/master/inst... | bash ```and run it in a git repo with changes:```bash $ git add . $ strudel ```Shoutout to [Apfel](https://github.com/Arthur-Ficial/apfel), which gave me the idea. Built with Claude s help as part of my journey learning Odin. Every line was hand-reviewed by me.