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

autark

v0.1.2

Published

Decentralized frontend deployment with Safe multisig governance and immutable ENS versioning

Readme

AUTARK

Autark is a crypto-anarchic DevSecOps framework for more secure, and self-sovereign frontend deployments; embracing immutable, decentralized, and multi-party-verified frontend governance through Safe + ENS + IPFS.

Demo | Quickstart | Architecture (Short) | Docs Index | Submission | Safe DAO Proposal


Problem First!

Modern DevOps pipelines have become too automated, too centralized, and too trusting.

A single compromised developer or CI/CD token can silently push malicious frontend code to production — within minutes — across millions of users. Here, the weakest link remains the deployment pipeline.

AUTARK exists to contribute to fixing this.

It reintroduces multi-party verification, cryptographic immutability, and decentralized governance into the deployment lifecycle. We are turning DevOps into DevSecOps, and DevSecOps into a meta-governance layer for frontends.

AUTARK enforces a new rule where nothing goes live without consensus, and once live, new (as well as previous) version lives forever.


Overview

Autark [/ô′tär″k/] derived from autarky, meaning self-sufficiency; is a crypto-anarchic framework for frontend deployments.

It transforms how teams ship code by introducing a meta-governance layer for frontends. A trustless, multi-sig process that enforces security at the developer layer while preserving decentralization.

Core Principles

  1. ENFORCE BETTER Every deployment passes through explicit multi-party verification, and immutable cryptographic sealing.

  2. REJECT CENTRALIZED GATEKEEPERS No single-point of failure, no opaque CI/CD pipelines.

  3. META-GOVERNANCE LAYER FOR FRONTENDS A decentralized review dev board encoded through Safe multisig decides what becomes production.

  4. CRUCIAL PART OF THE PIPELINE Autark integrates directly into GitHub Actions, enforcing multi-sig approval checkpoints before any code can go live.


How it Works?

Autark replaces “trust” with verifiable processes and cryptographic finality:

Each release becomes an immutable record, and an auditable artifact of a more secure frontend versioning deployment.

Explore: concise Architecture (Short) and legacy docs archive.


Quickstart

npm install -g autark
autark init
autark deploy dist

Explore: concise Quickstart.


Tech Stack

| Component | Technology | Purpose | | ------------ | ------------------------------ | -------------------------------------- | | Governance | Safe Multisig | Threshold approval and meta-governance | | Immutability | ENS NameWrapper | Fuse-burned version locking | | Storage | IPFS + Storacha | Verifiable decentralized hosting | | Automation | Git Hooks + GitHub Actions | DevSecOps enforcement layer | | Language | Node.js / TypeScript | CLI and automation scripting |

Autarky in code: build sovereign software, enforce your devops security.


Built at ETHRome 2025.