Skip to content

Releases: Lexus2016/LocalGuard

v0.6.2 — LocalGuard LLM Security Proxy

18 Jun 11:59

Choose a tag to compare

LocalGuard v0.6.2

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

v0.6.1 — LocalGuard LLM Security Proxy

18 Jun 10:32

Choose a tag to compare

LocalGuard v0.6.1

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

v0.6.0 — LocalGuard LLM Security Proxy

17 Jun 15:50

Choose a tag to compare

LocalGuard v0.6.0

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

v0.5.1 — LocalGuard LLM Security Proxy

07 Jun 13:19

Choose a tag to compare

LocalGuard v0.5.1

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

v0.5.0 — Trust & Simplicity Lift

15 May 18:01

Choose a tag to compare

LocalGuard v0.5.0 — Trust & Simplicity Lift

Major release focused on time-to-value for first-run users and operational trust for compliance teams.

🚀 What's new

First-run journey

  • Welcome wizard — three functional steps (detection mode → agent config diff preview → live protection test). No marketing slides, no fluff.
  • Empty Dashboard CTA — clear "Configure an agent" path when no traffic is being intercepted yet. Auto-scrolls + pulse-highlights the first detected agent.
  • Test Protection — one-click synthetic test runs the in-memory scanner against known-fake secrets (Visa, AWS, JWT etc.). Zero network I/O, proves the detectors actually fire.

Trust & observability

  • Show diff modal — every "Configure" click now previews the exact config-file changes before writing. Cancel anytime.
  • Logs export — CSV (Excel-compatible BOM + RFC-4180 quoting), JSON (jq-friendly), NDJSON. Respects the active filter.
  • Tray live state — menubar shows "Last redaction: API key via anthropic — 8s ago" with one-click jump to the Logs tab.

Multi-provider agent support

Replaced 13 half-broken agent presets with 6 verified ones, each with correct schemas read from real installed configs:

  • Claude Code — single field, proven.
  • Codex CLI — fixed: was writing fabricated providers.openai.base_url; now uses real top-level openai_base_url.
  • OpenCode CLI — patches 5 providers (anthropic/openai/google/deepseek/openrouter) in one click.
  • Aider — patches openai-api-base + anthropic-api-base (was OpenAI-only).
  • Crush — patches every provider the user has configured; gracefully skips empty blocks that would break Crush at startup.
  • Zed editor — new: language_models.<provider>.api_url for anthropic/openai/google.

Removed presets that can't be reliably intercepted: Gemini CLI (OAuth), Cursor/Windsurf (http.proxy doesn't reach extension API calls), Hermes/Kilo (unknown schemas).

Updates & i18n

  • Update modal — proper changelog excerpt, "Skip this version" persistence, 1h launch throttle.
  • Full UA / RU / EN — every visible string translated, reactive switcher in Config tab.

🧪 Numbers

  • 36 commits since v0.4.0
  • 28 cargo tests in the GUI crate (up from 19), 116 in the proxy lib, 35 in the gui frontend — 186 total, all green
  • 179 i18n leaf keys per locale, zero mismatches
  • Bundle size: ~167 KB JS gzip, ~10 KB CSS gzip

🔄 Auto-update

Users on v0.4.0 will be prompted to update automatically. All bundles signed with the same minisign key (315560CA4D76C0D6).

v0.4.0 — LocalGuard LLM Security Proxy

14 May 09:55

Choose a tag to compare

Breaking refactor: SessionStore → global hash-based RedactionMap; placeholder format is now <REDACTED:type:hex8>. New RedactionLog ring buffer + dashboard endpoint + restructured GUI Logs view.

See https://github.com/Lexus2016/llm-security-proxy/releases/tag/v0.4.0 for the full changelog.

v0.3.6 — LocalGuard LLM Security Proxy

13 May 21:18

Choose a tag to compare

LocalGuard v0.3.6

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

v0.3.5 — LocalGuard LLM Security Proxy

10 May 15:48

Choose a tag to compare

LocalGuard v0.3.5

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

v0.3.4 — LocalGuard LLM Security Proxy

10 May 14:29

Choose a tag to compare

LocalGuard v0.3.4

Full release with bundled NER model. Install and run immediately — no separate downloads needed.

Quick install:

curl -fsSL https://raw.githubusercontent.com/Lexus2016/LocalGuard/main/install.sh | sh

See README for details.

Model assets v0.2.1 (legacy)

14 May 14:51

Choose a tag to compare

ONNX NER model assets (analyzer.onnx, tokenizer.json, labels.json) required by LocalGuard GUI builds ≤ v0.4.0, whose MODEL_BASE_URL is hard-coded to this tag.

Do NOT delete — installed clients will break.

Future releases will fetch models from a unified, version-independent location.