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

@brokkai/mjolnir-linux-x64-gnu

v1.8.0

Published

Native Linux x64 glibc bundle for @brokkai/mjolnir

Readme

Mjolnir (mj) is a full-featured frontend for Codex and Claude. It gives both agents the same terminal workflow, team configuration, review pipeline, and remote-control surface.

Features

  • Codex and Claude teams: use either agent for coding and review, or split the roles between them without changing tools or workflows.
  • Parallel subagents: delegate to as many as 16 write-capable agents in fresh sessions, with live progress and completed reports returned to the primary agent.
  • Integrated adversarial review: automatically challenge changed turns with an independent reviewer and targeted specialist checks.
  • Worktree sessions: start work in a linked Git worktree and keep agent changes separate from the current checkout, whichever coder you choose.
  • Remote control: run the workspace and control plane on your machine while driving the session from another browser or device.
  • Local voice input: dictate prompts on macOS, Linux, and Windows with cross-platform, on-device speech recognition.

Terminal

Mjolnir review session showing the primary agent, reviewer progress, and usage

Web interface

Mjolnir browser interface showing session history, streaming agent output, and queued prompt controls

Four teams, one shortcut

Choose one of four teams during onboarding, from /mjconfig, or with Ctrl+Tab in a session:

  • Codex
  • Claude
  • Codex coder + Claude reviewer
  • Claude coder + Codex reviewer

The coder owns the primary session. The reviewer backs the independent review pass that challenges changed turns, plus the default subagent pool. Switching teams keeps Mjolnir's terminal, permissions, sessions, tools, and remote workflow unchanged.

Mjolnir itself, its remote-control server, transcripts, and workspace tools run on infrastructure you control. Model requests still use the selected provider under its terms and data boundaries.

Requirements

You need credentials for at least one configured model provider. Mjolnir ships with built-in Codex and Claude ACP routes and, on macOS, Linux, and Windows, manages the Node.js runtime those routes need. A system Node.js installation is only required when installing through npm/npx or when using the built-in routes on Android. Provider use may incur cost.

Review the data and trust boundaries before connecting a private repository.

Install

Choose any of the following methods.

Release installer: macOS and Linux on x86-64 or ARM64; Android on ARM64:

curl -fsSL https://raw.githubusercontent.com/BrokkAi/mjolnir/master/install.sh | bash

Homebrew: macOS (Apple Silicon or Intel) and Linux (x86-64 or ARM64 glibc):

brew install brokkai/tap/mjolnir

npm or npx: macOS, Linux, Windows, and Android with Node.js 18 or later:

npm install -g @brokkai/mjolnir
# Or run without a global install:
npx -y @brokkai/mjolnir

crates.io: install the terminal client and desktop voice worker with Rust:

cargo install --locked brokk-mjolnir brokk-mj-voice-worker

Release archive: download the archive for Linux, macOS, Windows, or Android from GitHub Releases.

Build from source:

git clone https://github.com/BrokkAi/mjolnir.git
cd mjolnir
cargo build --release
./target/release/mj --cwd .

Desktop release packages include mj-voice-worker; Android packages omit voice support. See the full installation guide for platform details, upgrades, checksums, and custom install paths.

Run

Open a repository and run:

mj

First launch discovers available provider credentials and asks which team to use. Press Ctrl+Tab to switch teams later, or open the Team tab in /mjconfig. Team, model, and adapter changes apply to a new session.

Try it

The 10-minute evaluation uses a checked-in disposable fixture to exercise a delegated subagent change, its pushed-back report, explicit review, session resume, and headless output without risking a real repository.

For a quick read-only headless check:

mj --print --permission-mode manual "summarize this repository; do not modify files"

Use an isolated worktree for an interactive coding session:

mj --worktree

Documentation

Contributing

See CONTRIBUTING.md for development setup, runtime invariants, tests, and dependency-license maintenance. Maintainers tagging a release should follow RELEASING.md. Repository-specific agent guidance lives in AGENTS.md.

License

Mjolnir and its voice worker are licensed under GPL-3.0-only. See LICENSE. Official release archives include the corresponding source offer, dependency reports, and supplemental notices. See License and use cases and Third-party notices.