Skip to content

Destrayon/Connapse

v0.3.2 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents blazor docker document-management .net
+13 more
embeddings generative-ai hybrid-search knowledge-management llm mcp-server model-context-protocol ollama pgvector retrieval-augmented-generation self-hosted semantic-search vector-db

Summary

AI summary

Added 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

Track Destrayon/Connapse

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]