// local-first CLI tool

Safe Code Evolution.
Zero Guesswork.

AI assists. Tools verify. You decide.
Every change is verifiable and reversible.

fixguard
$ โ–Œ

npm install -g fixguard | Works on macOS, Linux, Windows

Code changes were hard before.
Now, they feel impossible.

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.

โŒ

Unverified AI Output

AI generates code, but who checks if it's actually correct?

โฐ

Review Bottlenecks

PRs pile up. Security slips through. Technical debt grows.

๐Ÿ”’

Privacy Concerns

Cloud tools see your code. Sensitive logic leaves your machine.

6+ Languages Supported
50+ Built-in Rules
100% Local Processing
0 Cloud Dependencies

Everything you need for safe evolution

๐Ÿ” core

Multi-Language Support

TypeScript, JavaScript, Python, Go, Rust, and more. Unified analysis across your entire codebase.

TS Python Go Rust
๐Ÿ›ก๏ธ security

Security Hardening

OWASP-compliant checks built-in. Catch vulnerabilities before they reach production.

OWASP CWE
โช safety

Instant Rollback

Git-based snapshots before every change. One command to undo. Zero anxiety.

Git Snapshots
๐Ÿ“Š devops

CI Integration

SARIF reports, exit codes, and machine-parseable output for your pipelines.

SARIF GitHub Actions
๐Ÿ”ง auto

Auto-Fix Mode

Automatically apply verified patches. Every fix is tested before being committed.

Patches Verified
๐Ÿ“‹ reports

Clear Reports

Human-readable summaries. Machine-parseable JSON. Perfect for teams and automation.

JSON Markdown

Three steps to verified code

1

Scan

Detect your environment, analyze code patterns, identify issues across all languages.

fixguard scan .
โ†’
2

Fix

Rule-based patches with verification. Every change is tested before applying.

--auto-fix
โ†’
3

Report

Generate human-readable + machine-parseable output for teams and CI.

--format=sarif

Five commands for every workflow

Scan observe
$ fixguard scan .

Analyze code for issues. Read-only by default.

Auto-Fix recommended
$ fixguard scan . --auto-fix

Apply safe, verified fixes automatically.

Heal AI-powered
$ fixguard heal .

AI-powered test generation and fix loop. Uses Ollama by default.

Report output
$ fixguard report . --format=sarif

Generate Markdown, JSON, or SARIF reports.

Rollback safety
$ fixguard rollback <run-id>

Undo changes from any previous run instantly.

Built on trust

๐Ÿค–
"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

Get started in
2 commands.

No credit card. No signup. Just install and run.

npm install -g fixguard
fixguard scan . --auto-fix