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

@zackt/msf

v1.0.6

Published

My Smart Friend — AI Gateway powered by GitHub Copilot

Downloads

76

Readme

MSF — My Smart Friend

A personal AI gateway powered by GitHub Copilot, accessible from your browser.

Install

Via npm (recommended):

npm install -g @zackt/msf
msf setup

Via curl:

curl -fsSL https://raw.githubusercontent.com/techzt13/msf/main/install.sh | bash

Both methods will walk you through setup automatically on first run.

Commands

msf              # Start the gateway + open browser UI
msf setup        # Re-run the setup wizard
msf stop         # Stop the running gateway
msf update       # Update to the latest version (your data is never touched)

Updating

When a new version is available, just run:

msf update

Or via npm:

npm update -g @zackt/msf

This pulls the latest code and reinstalls dependencies. Your personal data is completely safe — it lives in ~/.msf/ and is never modified during updates.

Where things live

~/.msf/               ← Your data — never touched by updates
  config.json         ← Port, theme, model, name settings
  copilot_token       ← GitHub Copilot auth token
  soul.md             ← MSF's personality
  user.md             ← Your profile
  memory.md           ← Things MSF remembers about you
  workspace/          ← Drop files here for MSF to work with

~/.msf-app/           ← App code — replaced on every update (curl install)

Features

  • 🤖 Powered by GitHub Copilot — uses models your account has access to
  • 🧠 Persistent memory — MSF remembers things across conversations
  • 🪪 Identity system — personality via soul.md, user.md, memory.md
  • 🌐 Web search — searches automatically when you ask about current events
  • 📁 Workspace — drop files into ~/.msf/workspace/ for MSF to read
  • 🎨 Themes — Dark, Light, Ocean, Forest
  • ⚡ Simple commands — msf, msf stop, msf update

Identity & Memory

MSF has a fixed default personality that persists across all conversations. Customize it just by talking to it:

  • "Remember that I prefer concise answers" → saved to memory.md
  • "Add to my profile: I'm a developer" → saved to user.md
  • "Update your soul: always respond in bullet points" → saved to soul.md

Changes take effect immediately and survive updates and restarts.

Model Selection

During setup, MSF fetches the exact list of models available on your GitHub Copilot account and lets you pick one. No hardcoded defaults — only models you actually have access to.

Requirements

  • Node.js 18+
  • GitHub Copilot subscription
  • GitHub CLI (gh) — optional, for easier auth

License

Proprietary — All Rights Reserved. See LICENSE for details.