Skip to content

Releases: sqreen-ai/sqreen-core

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:58

Full Changelog: v0.1.10...v0.1.11

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 02 Jul 22:11

Sqreen Core v0.1.10 — open source launch

Today we're open-sourcing the local security engine behind Sqreen.ai.

Sqreen Core is a Rust stdio proxy that sits between your AI coding agent and MCP tool servers. It inspects every JSON-RPC frame in under a millisecond — blocking sensitive file reads, masking secrets, matching IOC feeds, and enforcing behavioral chains — fully on the developer laptop, with no cloud dependency.

Install

curl -fsSL https://sqreen.ai/install.sh | bash

Pre-built binaries for this release (macOS arm64/x86_64, Linux x86_64/arm64) are attached below.

v0.1.10 — threat intel hardening

IoC feed matches now unconditionally block the request (score 100), with no /dev/tty gate. A known-bad hash or domain from the threat-intel feed is treated as a hard stop, not a risk penalty.

What's not in the repo (Sqreen Cloud)

Fleet-wide policy orchestration, threat-intel distribution, device-token enrollment, and the SOC console remain commercial. See sqreen.ai for Cloud SOC.

License: MIT

Full Changelog: v0.1.9...v0.1.10

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:37