What My Project Does
DevPulse is a CLI tool that reviews your git diffs using a locally running
Ollama model. You run devpulse review --staged and get a color-coded
breakdown of bugs, security issues (like hardcoded secrets or SQL injection),
and style suggestions — all without leaving your terminal.
Target Audience
Developers who want AI-assisted code review but can't send proprietary or
sensitive code to external APIs. Also useful for solo developers who want a
second opinion before committing. It's an early but functional v0.1.0 —
feedback very welcome.
Comparison
- GitHub Copilot / CodeRabbit: cloud-based, your code leaves your machine
- Manual review: no AI assistance
- DevPulse: runs 100% locally via Ollama, no API keys, no subscriptions, works on any private repo
Tech stack: Python, Typer, Rich, GitPython, Ollama
Top comments (0)