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

foxora

v5.0.3

Published

Foxora — the agent terminal. A fast, native CLI for running Foxora's AI agents.

Readme

Foxora

The agent terminal — a fast, native CLI for running Foxora's AI agents.

npm platforms license

Website · Account & billing · Releases


Foxora is the operating system for AI agents. Spin up a crew of agents that plan, act, and verify — building software, running your tools, browsing the web, and working across your projects — from a single, fast terminal UI or the Foxora desktop app.

foxora is the command-line client. On first run it provisions the Foxora Runtime (the agent engine + memory + workspace) into a per-user cache and runs everything locally; model calls route through the Foxora gateway, so no provider API keys ever live on your machine.

Install

npm (any OS with Node ≥ 16)

npm install -g foxora

Homebrew (macOS · Linux)

brew install foxora-ai/tap/foxora

Scoop (Windows)

scoop bucket add foxora https://github.com/foxora-ai/scoop-foxora
scoop install foxora

Shell (macOS · Linux)

curl -fsSL https://foxora.ai/install.sh | sh

PowerShell (Windows 10/11)

irm https://foxora.ai/install.ps1 | iex

Every method installs the foxora binary and provisions the runtime on first use. Prefer a graphical app? Download Foxora for desktop at https://foxora.ai/download.

Quick start

foxora setup                      # provision the runtime (engine · memory · workspace)
foxora login                      # sign in (opens app.foxora.ai in your browser)
foxora                            # open the interactive agent terminal
foxora run "summarize this repo"  # one-shot: run a prompt, print the reply
foxora run fast -n "fix the failing test"

Run foxora --help for all commands (run, sessions, crews, agents, …).

Highlights

  • Agent crews — pick a tier (Fast · Pro · Max); each crew plans, executes, and verifies its own work.
  • Real tools — shell, file edit, web search/fetch, and more, with approvals you control.
  • Local-first — your code and sessions stay on your machine; only model calls go through the gateway (no provider keys on-device).
  • One account, every surface — the CLI, the desktop app, and https://app.foxora.ai share the same sign-in and sessions.

Requirements

  • macOS 12+, Windows 10/11, or Linux (glibc; Ubuntu/Debian/Fedora/Arch…).
  • Internet on first run (to fetch the runtime) and for model calls (via the gateway).

Uninstall

# macOS / Linux — asks before deleting your data
curl -fsSL https://foxora.ai/uninstall.sh | sh
# npm
npm rm -g foxora
# Homebrew / Scoop
brew uninstall foxora   #   scoop uninstall foxora

Links

| | | |---|---| | Website | https://foxora.ai | | Account, usage & billing | https://account.foxora.ai | | Downloads | https://foxora.ai/download | | Releases & changelog | https://github.com/foxora-ai/releases |

License

Foxora is proprietary, commercial software. © 2026 xBesh Labs. All rights reserved. Use is subject to the Foxora Terms of Service at https://foxora.ai. This package distributes the official, code-signed foxora binaries; redistribution or reverse-engineering is not permitted.