npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@morphism-systems/cli

v0.2.0

Published

Morphism governance CLI — init, validate, score, doctor

Downloads

303

Readme

@morphism-systems/cli

npm License: MIT

Governance CLI for AI-assisted engineering. Validate repos, compute maturity scores, detect drift, and set up MCP integration.

About

The Morphism CLI gives you governance checks in your terminal. Initialize a repo with morphism init, validate against governance rules, compute maturity scores, and detect drift -- all without leaving your development workflow. Free tier includes all core commands; Team and Enterprise tiers unlock diff, proof, and auto-healing.

Installation

npm install -g @morphism-systems/cli

Quick Start

morphism setup              # Install MCP server and configure IDE integration
morphism init --tenets 10   # Scaffold .morphism/ with 10 governance tenets
morphism validate           # Run governance validation (kappa, delta, violations)
morphism doctor             # Check AGENTS.md, SSOT.md, Python, and scripts

Commands

Free tier

| Command | Description | |---------|-------------| | setup | Install MCP server and configure IDE integration | | init | Scaffold .morphism/config.json and governance files | | validate | Run governance validation pipeline | | doctor | Check environment and governance prerequisites | | score | Compute maturity score breakdown (0–125) | | status | Show current governance status | | scaffold | Generate governance file templates | | entropy | Measure, compare, and report entropy | | policy | Check and list policy violations | | plugin | List, install, remove, and search plugins | | learn | Summarize rules and pairs from the learning store | | sync-registry | Sync the unified governance registry |

Team tier

| Command | Description | |---------|-------------| | diff | Diff governance state between two refs | | proof | Query proof witnesses from governance runs |

Enterprise tier

| Command | Description | |---------|-------------| | heal | Preview auto-remediation actions | | heal --apply | Apply auto-remediation to detected drift |

Example Output

$ morphism validate
κ = 0.0000 | δ = 0.0000
Maturity: converged | Converging: true
Violations: 0
Governance validation: PASS

$ morphism score
  governance_docs: 15/15
  ci_coverage: 15/15
  hook_coverage: 10/10
  ssot_atoms: 15/15
  security_gates: 15/15
  docs_completeness: 10/10
  adr_history: 5/5
  runbook_coverage: 5/5
  automation_bots: 10/10
  frontmatter_coverage: 5/5
  test_coverage: 10/10
  convergence_health: 10/10
  total: 125/125

Documentation

Full reference: https://morphism-systems.github.io/morphism/

License

MIT