// local-first CLI tool
AI assists. Tools verify. You decide.
Every change is verifiable and reversible.
npm install -g fixguard | Works on macOS, Linux, Windows
// the problem
Your team moves fast with AI. But fast shouldn't mean risky. AI-generated code lacks verification. Manual reviews can't keep up. FixGuard makes sure every line earns its merge.
AI generates code, but who checks if it's actually correct?
PRs pile up. Security slips through. Technical debt grows.
Cloud tools see your code. Sensitive logic leaves your machine.
// features
TypeScript, JavaScript, Python, Go, Rust, and more. Unified analysis across your entire codebase.
OWASP-compliant checks built-in. Catch vulnerabilities before they reach production.
Git-based snapshots before every change. One command to undo. Zero anxiety.
SARIF reports, exit codes, and machine-parseable output for your pipelines.
Automatically apply verified patches. Every fix is tested before being committed.
Human-readable summaries. Machine-parseable JSON. Perfect for teams and automation.
// how it works
Detect your environment, analyze code patterns, identify issues across all languages.
fixguard scan .
Rule-based patches with verification. Every change is tested before applying.
--auto-fix
Generate human-readable + machine-parseable output for teams and CI.
--format=sarif
// cli commands
$ fixguard scan .
Analyze code for issues. Read-only by default.
$ fixguard scan . --auto-fix
Apply safe, verified fixes automatically.
$ fixguard heal .
AI-powered test generation and fix loop. Uses Ollama by default.
$ fixguard report . --format=sarif
Generate Markdown, JSON, or SARIF reports.
$ fixguard rollback <run-id>
Undo changes from any previous run instantly.
// core principles
"AI as assistant, never decision-maker"
AI suggests. Rules verify. You decide. No black-box magic. Full transparency.
"Every change is verifiable & reversible"
Git snapshots before every operation. Full audit trail. One command to undo.
"Local-first, your code stays private"
Everything runs on your machine. No cloud uploads. No telemetry. Ever.
// get started
No credit card. No signup. Just install and run.
npm install -g fixguard
fixguard scan . --auto-fix