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

@atlasnomos/atlas

v1.1.15

Published

Production-grade AI governance kernel for autonomous agents with fail-closed security and cryptographic audit trails

Downloads

964

Readme

🛰️ ATLAS — The Governance Kernel for AI Agents

npm version License: AGPL v3 Downloads

v1.1.13 — CORE GOVERNANCE ENGINEAGPL-3.0 License

ATLAS is an execution constraint framework for autonomous AI agents. It provides technical controls for decision logging, policy enforcement, and fail-closed execution boundaries via a zero-dependency monolithic architecture.


🏗️ What is ATLAS?

ATLAS is a governance kernel designed to sit between an AI agent and its environment. It enforces a strictly governed engineering lifecycle, ensuring that every code generation or system modification is planned, reviewed, and audited before execution.

Unlike standard AI frameworks, ATLAS is built on a Ring-Isolation Model. It uses a "Fail-Closed" philosophy: if a policy invariant is violated, the kernel panics and halts immediately, preventing unverified or unauthorized autonomous actions.


✨ Key Features

  • Ring-Based Governance: Three-layer isolation (Constitution, Bridge, Hive).
  • Monolithic Stability: Zero-dependency core ensures reliability in restricted hosts.
  • Hardware-Bound Credential Management: API keys are managed at the kernel level and bound to the host environment.
  • Fail-Closed Execution: Immediate process termination on policy breach.
  • Integrity Anchors: SHA-256 manifest verification of all payload components.

📦 Installation

via Distribution Binaries

Refer to the official distribution point for your operating system:

  • Windows: atlas-installer-win-v10.exe
  • Deploys the Governance Enclave to %LOCALAPPDATA%\ATLAS.
  • Automatically configures your environment and hardware-aware encryption.

via npm (Advanced)

npm install -g @atlasnomos/atlas

Note: Run npm uninstall -g atlas first if upgrading from a legacy version.


🚀 Quick Start

1. Set API Key

Ensure your provider key is available (e.g., OpenRouter):

$env:OPENROUTER_API_KEY="your-key-here"

2. Verify Installation

Check the health of your rings and providers:

atlas doctor

3. Build with Governance

Initiate the governed engineering lifecycle:

atlas build "Develop a user authentication system"

📖 Documentation


🤝 Support


📄 License

ATLAS is licensed under the GNU Affero General Public License v3.0.

This means:

  • ✅ You can use ATLAS for commercial purposes
  • ✅ You can modify ATLAS
  • ✅ You can distribute ATLAS
  • ⚠️ If you run a modified version as a network service, you must make the source code available to users
  • ⚠️ Derivative works must also be licensed under AGPL-3.0

See LICENSE for full terms.


ATLAS NOMOS — 2026. Authority. Governance. Control.