This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded CLI binaries for Windows, Linux, macOS (Intel and Apple Silicon) and a .NET Global Tool installation method.
Full changelog
Docker (recommended)
Download connapse-docker-v0.3.2.zip, extract it, then:
cp .env.example .env
# Edit .env — set passwords, admin credentials, and JWT secret
docker compose up -d
Open http://localhost:5001 and log in with your admin credentials.
See README.md inside the zip for full setup instructions.
Docker image: ghcr.io/destrayon/connapse:v0.3.2
CLI binary (no .NET required)
Download the binary for your platform and add it to your PATH:
- Windows:
connapse-cli-win-x64.exe - Linux:
connapse-cli-linux-x64 - macOS (Intel):
connapse-cli-osx-x64 - macOS (Apple Silicon):
connapse-cli-osx-arm64
# Linux / macOS
chmod +x connapse-cli-linux-x64
sudo mv connapse-cli-linux-x64 /usr/local/bin/connapse
.NET Global Tool (requires .NET 10 SDK)
dotnet tool install -g Connapse.CLI --version v0.3.2
Getting started
connapse auth login # authenticate with your Connapse server
connapse search "query" # search your knowledge base
connapse --help # see all commands
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Destrayon/Connapse
Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready.
Related context
Beta — feedback welcome: [email protected]