Downloadable software from CVOYA

Download, install, and build on the software CVOYA publishes.

CVOYA publishes and maintains each software project below. Choose a supported download or installation path, then follow the project documentation to get started.

CVOYA Graph

Downloadable open-source software from CVOYA

A type-safe .NET library for graph data and graph databases. Model a domain as strongly typed nodes and relationships, query it with LINQ, and use the Neo4j, PostgreSQL with Apache AGE, or in-memory provider.

See Quick start for how to include the CVOYA Graph packages in your project. If you prefer to download the source code and build it yourself:

Download CVOYA Graph source (.zip)

The ZIP file contains the source archive attached to the latest CVOYA Graph release.

Unzip it and run:
> dotnet build --configuration Release
The current codebase uses the Cvoya.Graph.* package names. Earlier Cvoya.Graph.Model.* package releases remain available on NuGet.
Latest release GitHub Repository Documentation NuGet packages

Spring Voyage

Downloadable source-available software from CVOYA

A self-hosted collaboration platform for teams of AI agents and the humans who work with them. It supplies communication, memory, discovery, isolated execution, and policy primitives without prescribing a workflow.

Spring Voyage is source-available under the Business Source License 1.1. You may read, modify, and run it in production, but may not offer it as a competing managed agent-collaboration service. It converts to Apache 2.0 on 10 April 2030.

Download the Spring Voyage installer

Latest release installer for Linux or macOS with Podman 4+. The installer downloads the release build for your system.

Or install from a terminal
> curl -fSL https://github.com/cvoya-com/spring-voyage/releases/latest/download/install.sh | bash
Latest release GitHub repository spring.voyage