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

brownian-code

v2026.2.13

Published

Brownian Code - AI agent for crypto research

Readme

Brownian Code

Think Claude Code, but built specifically for crypto research.

npm version License: MIT GitHub release

Brownian Code is an autonomous crypto research agent that thinks, plans, and learns as it works. It performs analysis using task planning, self-reflection, and real-time market data -- decomposing complex questions into research steps, gathering live data, validating its own work, and iterating until it has a confident, data-backed answer.

Install

Quick install (macOS / Linux):

curl -fsSL https://brownian.xyz/install.sh | bash

npm:

npm install -g brownian-code

Homebrew:

brew tap brownian-xyz/brownian
brew install brownian

From source:

git clone https://github.com/brownian-xyz/brownian-code.git
cd brownian-code
bun install
bun start

Quick Start

  1. Copy the example environment file and add at least one LLM API key:
cp env.example .env
# Edit .env and add your API key(s)
  1. Launch the agent:
brownian
  1. Ask a question:
> Compare SOL vs ETH developer activity and TVL trends over the last quarter

See QUICKSTART.md for a full first-run walkthrough.

Features

  • Autonomous task planning -- Decomposes complex queries into structured research steps, executes them, and self-validates results.
  • Self-reflection -- Checks its own work, detects gaps, and iterates until tasks are complete. Built-in loop detection and step limits prevent runaway execution.
  • Real-time crypto data -- 227+ endpoints via Hive Intelligence covering prices, DeFi, wallets, security, NFTs, and more.
  • Multi-provider LLM support -- OpenAI, Anthropic, Google, xAI, OpenRouter, Ollama (local). Switch models on the fly with /model.
  • Web search + browser -- Exa/Tavily search and Playwright-based scraping for real-time web research.
  • Extensible skills -- Define custom research workflows as SKILL.md files.
  • Conversation history -- Persistent history with search, export, and context compaction.

Documentation

| Document | Description | |----------|-------------| | INSTALL.md | Detailed installation guide with all methods | | QUICKSTART.md | First-run setup and usage walkthrough | | docs/COMMANDS.md | All CLI commands and keyboard shortcuts | | docs/CONFIGURATION.md | Environment variables and config files | | docs/TROUBLESHOOTING.md | Common issues and fixes | | AGENTS.md | Repository guidelines for AI coding agents |

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

Please keep pull requests small and focused. Run bun run typecheck && bun test before submitting.

License

MIT -- see LICENSE for details.