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.
The current codebase uses the Cvoya.Graph.* package names. Earlier
Cvoya.Graph.Model.* package releases remain available on NuGet.
Current source from the main branch. Unzip it and run
dotnet build --configuration Release.
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.
Latest release installer for Linux or macOS with Podman 4+. The installer downloads the release build for your system.
curl -fSL https://github.com/cvoya-com/spring-voyage/releases/latest/download/install.sh | bash