Skip to content

shiersa/vurnix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vurnix

A local-first software factory. Deterministic multi-agent orchestration that turns small local models (12B-class, on your own hardware) into working software — end to end, from PRD to a clone-and-run repository.

Status: early development (alpha). This release reserves the vurnix CLI entry point and ships an environment preflight. The pipeline lands in a later release.

Why Vurnix

  • Weak-local-model first — designed around small open-weight models running locally, not frontier APIs. The orchestration layer, not model size, does the heavy lifting.
  • Deterministic orchestration — scheduling, gating, and verification are plain code: same input, same build plan. LLMs write code; they don't run the factory.
  • Self-evolving — lessons and skills accumulate from every build and graduate into deterministic checks over time.
  • Fully autonomous — PRD in, pushed clone-and-run repository out.

Install

pip install vurnix     # or: uv tool install vurnix
vurnix info      # what this is
vurnix doctor    # preflight your environment
vurnix version

An npm i -g @vurnix/cli stub is also published under the project's npm scope; the Python package is primary. (Unscoped vurnix is blocked for everyone by npm's name-similarity rule, so the @vurnix org scope is the claimed asset.)

Roadmap

  • Pipeline release (build orchestration + verification gates)
  • Hub (observability)
  • Docs

License

MIT — see LICENSE. This covers the placeholder CLI; future components may ship under their own terms.

About

Local-first software factory: deterministic multi-agent orchestration for small local models. Early development.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors