— the intelligence layer for AI-native development.
Read this first, because it determines what you will and will not find here.
The Vreko core is proprietary. The daemon, the intelligence engine, the pattern store and the hosted service are not open source and are not published in this organization.
Selected interfaces are public so that the surfaces you would integrate against can be inspected, versioned and depended on:
| Surface | Repository | Distribution |
|---|---|---|
| CLI | vreko-cli |
@vreko/cli |
| MCP server | mcp-server |
vreko-mcp-server |
| VS Code extension | vscode |
not currently installable — the previous listing was unpublished and no Vreko-identified listing exists yet |
vreko-cli and mcp-server are distribution and documentation surfaces: they carry
the package manifest, changelog, license and docs that ship with each release. The
implementation is built from the private core, so you will not find it in those
repositories. This is deliberate, and stated there too.
ai-swarm— an audit-first, gate-controlled agent pipeline framework. Methodology and tooling, independent of the Vreko product.sopr-mcp— experimental. A brand-neutral reference implementation of the Service-Oriented Protocol Router pattern for tool-heavy MCP servers. No performance benchmark is published for it; the repository says so explicitly.
npm install -g @vreko/cliThen vr --help.
Vreko consumes workspace.json, an independent
Apache-2.0 open standard for committed repository intelligence, maintained at
workspacejson.
Vreko does not own workspace.json. It is a separate project with its own organization, governance and release authority, and it is usable without Vreko.
Five packages from before the rename — config, contracts, events, sdk,
infrastructure — are no longer public. They were superseded by the
workspace.json standard or simply deprecated, they had no
forks and no external contributors, and keeping a retired product name on the
organization's public listing said something about Vreko that is no longer true.
They are retained privately rather than deleted, so their history is intact.
@snapback/contracts was superseded by
@workspacejson/spec. The other
four have no successor: they were internal packages that stopped being used.
The public repositories in this organization are Apache-2.0 except
vscode (GPL-3.0) and
sopr-mcp (MIT). The Vreko core is
proprietary and is not covered by any of them.