SynapCores Community Edition
AI-native database. Open core. Self-hosted. Free.
Install on Linux or macOS
curl -fsSL https://get.synapcores.com/install.sh | sh
That detects your platform, downloads the latest signed release tarball
from GitHub Releases,
verifies its SHA-256, and hands off to the local installer that creates
the synapcores system user, lays out
/opt/synapcores, and installs a hardened systemd unit.
Install the binary only (no system setup)
curl -fsSL https://get.synapcores.com/install.sh | SYNAPCORES_BINARY_ONLY=1 sh
Pin a specific release
curl -fsSL https://get.synapcores.com/install.sh | SYNAPCORES_VERSION=v1.0.0-ce sh
What you get
- Single-tenant AI-native database with SQL, vector, graph, and AutoML in one engine
- 120 ready-to-run public recipes seeded on first boot
- One generated random admin password printed once at first boot
- REST + WebSocket API at
:8080(and:8443with TLS)