Sign In

ovecc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovecc

Deterministic, offline architecture intelligence: dependency graph, impact, dead code, duplication, security findings, and a CI gate

latest
Source
npmnpm
Version
0.2.5
Version published
Weekly downloads
393
Maintainers
1
Weekly downloads
 
Created
Source

ovecc

Ovecc reads your repository once and builds a deterministic, persistent model of it: every file, import, symbol, and call. From that single index it answers what breaks if you change something, where the dependency cycles are, what is duplicated or dead, and which architectural rule a pull request just broke.

It runs on your machine, gives byte-identical answers every run, and never puts an LLM in the loop.

npx ovecc index .
npx ovecc summary
npx ovecc architecture check

Or add it to a project:

npm install --save-dev ovecc

This package is a thin launcher. The binary itself ships in a platform package (@ovecc/cli-darwin-arm64, @ovecc/cli-linux-x64, @ovecc/cli-linux-arm64, @ovecc/cli-win32-x64) that npm picks by os and cpu, so only one is downloaded and there is no install script to run.

Full documentation, the architecture contract format, and the CI gate are in the repository. Apache-2.0.

Keywords

architecture

FAQs

Package last updated on 11 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts