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

mortiphi

v0.4.1

Published

A focused local browser GUI for Muse Code

Readme

mortiφ

CI

A focused local browser GUI for your existing Muse Code installation.

mortiφ showing a Muse Code task

mortiφ gives Muse Code a calm, persistent interface for projects, tasks, conversations, model and permission settings, activity, and working-tree changes. Muse remains the source of truth: mortiφ detects the installation already on your machine and connects to its session protocol.

Install

You need:

  • Node.js 20 or newer
  • Muse Code installed and authenticated
  • muse --version working in a terminal

Then install and start mortiφ:

npm install --global mortiphi
mortiphi

Or run it without keeping a global installation:

npx mortiphi

mortiφ finds Muse Code, starts on an available 127.0.0.1 port, and opens the GUI in your default browser. Press Ctrl+C in the launching terminal to stop the local server. Your session data remains owned by Muse.

What you can do

  • Continue existing Muse projects and sessions
  • Start, stop, queue, steer, and resume coding tasks
  • Choose runtime-provided models, reasoning effort, and permissions
  • Respond to approvals and structured questions
  • Review activity and current working-tree changes
  • Attach images and reference workspace files
  • Recover live state after reloads and reconnects

Command options

--port <number>     Use a specific loopback port
--muse-bin <path>   Use a specific Muse executable
--no-open           Do not open the browser automatically
-V, --version       Print the mortiφ version
-h, --help          Show help

If automatic detection fails, provide the executable explicitly:

mortiphi --muse-bin /absolute/path/to/muse

Security

The application binds exclusively to 127.0.0.1, rejects foreign Host and Origin headers, uses a per-launch SameSite session cookie and CSRF token, and authorizes workspace access through canonical Muse session roots. See SECURITY.md for private vulnerability reporting.

Development

npm ci
npm test
npm run typecheck
npm run build

Run the development server with:

npm run dev

The npm package is assembled from the compiled client, server, CLI, and shared contracts. npm pack runs a clean production build before creating the tarball.

Relationship to Muse Code

mortiφ is an independent graphical client. Muse Code is required and distributed separately; this package does not include the Muse runtime or user credentials.