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

solanaos-cli

v2.0.1

Published

SolanaOS — The Solana Computer. One command to install the autonomous trading runtime, connect your Seeker, and go live.

Readme

solanaos-cli

SolanaOS — The Solana Computer.

One command. Full autonomous Solana trading runtime. Connected to your Seeker.

npx solanaos-cli install
   _____       __                        ____  _____
  / ___/____  / /___ _____  ____ _     / __ \/ ___/
  \__ \/ __ \/ / __ `/ __ \/ __ `/    / / / /\__ \
 ___/ / /_/ / / /_/ / / / / /_/ /    / /_/ /___/ /
/____/\____/_/\__,_/_/ /_/\__,_/     \____//____/
                S O L A N A O S

What happens when you run it

  1. Animated terminal boot sequence with Unicode matrix frames
  2. Clones the SolanaOS repo
  3. Builds the <10MB Go binary
  4. Creates ~/.nanosolana/ workspace + wallet
  5. Installs solanaos CLI globally
  6. Prints your gateway setup code + QR for Seeker pairing
  7. Ready to connect to seeker.solanaos.net

Quick start

# Install everything
npx solanaos-cli install

# Or with the web console
npx solanaos-cli install --with-web

# Start the daemon
solanaos daemon

# Generate Seeker pairing QR
solanaos gateway setup-code

# Check wallet
solanaos solana wallet

Connect your surfaces

# Telegram bot
solanaos daemon  # auto-registers commands

# Seeker pairing
solanaos gateway start
solanaos gateway setup-code

# Web console
solanaos-web --no-browser

# Paper trading
solanaos ooda --sim

What you get

| Surface | How | | --- | --- | | Terminal | solanaos daemon — OODA loop, wallet, Telegram, gateway | | Seeker | Scan QR from gateway setup-code or pair at seeker.solanaos.net/dashboard | | Telegram | Auto-connected — 30+ commands (/status, /trending, /ooda, /wallet) | | Chrome | Load chrome-extension/ folder — wallet, chat, miner, tools | | Hub | seeker.solanaos.net — skills, agents, strategy, mining | | Mining | seeker.solanaos.net/mining — BitAxe fleet dashboard |

Requirements

  • Node.js >= 18
  • Go >= 1.21
  • git, curl
  • macOS or Linux

Minimum .env

SOLANA_TRACKER_API_KEY=your-key
OPENROUTER_API_KEY=sk-or-v1-...
TELEGRAM_BOT_TOKEN=your-token
TELEGRAM_ID=your-chat-id

Links

| | | | --- | --- | | Launch | solanaos.net | | Hub | seeker.solanaos.net | | Souls | souls.solanaos.net | | Docs | go.solanaos.net | | GitHub | x402agent/Solana-Os-Go | | Strategy | seeker.solanaos.net/strategy | | Mining | seeker.solanaos.net/mining | | Skills | seeker.solanaos.net/skills |

Also available as

npx solanaos-computer@latest install    # Primary installer
npx nanosolana-cli install              # Legacy alias

MIT License · SolanaOS Labs · Built on Solana