Skip to content

Releases

This page tracks SynapCores Community Edition releases. The latest release is always installed by the one-liner installer:

curl -fsSL https://get.synapcores.com | sh

To pin a specific version:

curl -fsSL https://get.synapcores.com | SYNAPCORES_VERSION=v1.10.0-ce sh

Or via Docker:

docker pull synapcores/community:v1.10.0-ce

Release artifacts (binaries + SHA-256 sidecars + the install script) live on the SynapCores/synapcores-releases GitHub repository.

Release history

Version Date Headline
v1.14.0-ce 2026-07-29 Native Vision — POST /v1/multimodal/describe interprets an image with a vision LLM entirely in-process (native libmtmd/LLaVA); no cloud, no API key, no daemon; CPU-friendly; the image never leaves the box
v1.11.0-ce 2026-07-18 MySQL wire protocol — connect Metabase / DBeaver / DataGrip / any MySQL client with just a connection string (OOB admin login); [mysql_wire] listener + SHOW … / information_schema introspection
v1.10.0-ce 2026-07-16 MySQL compatibility — ON DUPLICATE KEY UPDATE, JSON accessors, ENUM, ON UPDATE CURRENT_TIMESTAMP, FULLTEXT/MATCH, type aliases, mysqldump import, and index-backed constraint enforcement
v1.9.1-ce 2026-07-14 Tamper-evident agent decision lineage — every _system_agent_runs record hash-chained; detect tampering with WHERE verified = false
v1.9.0-ce 2026-07-13 The Autonomous Database — CREATE AGENT durable agents (schedule/event activations, governance, audit) + native cross-encoder reranker + reliability batch
v1.8.9-ce 2026-07-10 Agent memory upsert — MEMORY_UPSERT (revise/retract beliefs) + AGENT_RUN per-call limits + security hardening
v1.8.7-ce 2026-06-19 Controllable generation — GENERATE(prompt, options) sampling/JSON-output knobs + json_object()
v1.8.6.1-ce 2026-06-18 Docker OOB EMBED + AGENT_RUN restored (Dockerfile-only fix on v1.8.6 engine; carries the #388 negative-vector-literal SQL fix)
v1.8.5-ce 2026-06-15 Agent-memory primitives — MEMORY_STORE / MEMORY_RECALL / MEMORY_FORGET

For every prior release (v1.0 → v1.8.4) with short user-facing summaries — what was fixed, what to watch out for if you're on that exact tag — see the Full changelog. Per-release deep-dive pages are added going forward starting with v1.8.5.