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

@ostinato/aionis-runtime

v0.2.35

Published

Standalone local-first Aionis Runtime package for self-evolving execution memory on a local machine.

Readme

@ostinato/aionis-runtime

Standalone local-first Aionis Runtime package.

Current release line: 0.2.35 for the Aionis Lite Developer Preview.

Start

npx @ostinato/aionis-runtime@latest start

Codex

Install Aionis Runtime into Codex with the bundled plugin:

npx @ostinato/aionis-runtime@latest codex install

This copies the bundled Codex plugin into ~/.aionis/codex/plugin, enables the local Codex plugin entry, enables codex_hooks, installs the macOS Runtime watchdog, and runs the doctor.

Useful checks:

npx @ostinato/aionis-runtime@latest codex status
npx @ostinato/aionis-runtime@latest codex status --json
npx @ostinato/aionis-runtime@latest codex audit
npx @ostinato/aionis-runtime@latest codex audit --json
npx @ostinato/aionis-runtime@latest codex handoff --summary "Implemented the task and verified tests."
npx @ostinato/aionis-runtime@latest codex release 0.2.35 --summary "0.2.35 published and verified."
npx @ostinato/aionis-runtime@latest codex doctor
npx @ostinato/aionis-runtime@latest codex logs

Use a fresh npm cache when verifying a just-published release:

npm view @ostinato/aionis-runtime version --registry=https://registry.npmjs.org/ --cache /tmp/aionis-fresh-npm-view --prefer-online
npm exec --yes --package @ostinato/[email protected] --cache /tmp/aionis-fresh-npm-exec --prefer-online -- aionis-runtime --version

What it does

  • starts the Lite runtime shell with local-safe defaults
  • installs the Codex plugin from the Runtime package with one command
  • keeps the Codex Runtime process online through a macOS LaunchAgent watchdog
  • audits recent Codex context and handoff-quality decisions with codex audit
  • stores explicit task and release handoffs with codex handoff and codex release
  • injects compact Codex task-start facts before heavier Runtime context payloads
  • recovers private task handoffs in local/auth-off Codex installs using request consumer identity
  • recovers the latest repo-level Codex handoff without requiring a fake cwd anchor
  • binds to 127.0.0.1 by default
  • uses SQLite paths under the current working directory
  • keeps source-clone startup optional instead of required

Requirements

  • Node 22+
  • node:sqlite support

Notes

  • Inspector static assets are not bundled into this package. The runtime package disables the inspector by default unless you explicitly set LITE_INSPECTOR_ENABLED=true together with LITE_INSPECTOR_DIST_PATH.