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-computer

v1.0.2

Published

Primary SolanaOS npm installer and launcher for the Solana-native trading and operator runtime

Readme

solanaos-computer

Primary npm entrypoint for installing and launching SolanaOS.

This package wraps the repo’s public install.sh, installs the Go runtime into ~/.nanosolana/bin/, and keeps the legacy nanosolana alias working.

Install

# One-shot runtime install
npx solanaos-computer@latest install

# Install with the local web console flow
npx solanaos-computer@latest install --with-web

# Global install, then use solanaos anywhere
npm install -g solanaos-computer
solanaos install --with-web

What this package installs

  • solanaos
  • solanaos-cli
  • nanosolana

All three command names point at the same runtime bootstrapper. The public brand is solanaos; the others are compatibility aliases for older scripts and users.

What the installer does

  1. Uses a local checkout when run inside the repo, otherwise clones x402agent/Solana-Os-Go
  2. Builds the main Go binary at build/solanaos
  3. Creates the workspace at ~/.nanosolana/
  4. Installs stable launchers into ~/.nanosolana/bin/
  5. Optionally builds the web console launcher with --with-web
  6. Generates the native Seeker connect bundle and setup code when available

Requirements

  • Node.js >=18
  • Go installed locally
  • git for remote bootstrap installs
  • curl for remote script download
  • macOS or Linux for the packaged CLI flow

Windows is not supported by this npm bootstrapper. Use WSL if needed.

Minimum config

After install, populate .env with at least:

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

After install

~/.nanosolana/bin/solanaos version
~/.nanosolana/bin/solanaos solana health
~/.nanosolana/bin/solanaos gateway start
~/.nanosolana/bin/solanaos gateway setup-code
~/.nanosolana/bin/solanaos daemon

If installed with --with-web:

~/.nanosolana/bin/solanaos-web --no-browser

Product links

  • Docs: https://go.solanaos.net
  • Hub: https://seeker.solanaos.net
  • Souls: https://souls.solanaos.net
  • Strategy Builder: https://seeker.solanaos.net/strategy
  • GitHub: https://github.com/x402agent/Solana-Os-Go

Verify before publish

cd npm/solanaos
npm pack --dry-run

Publish

cd npm/solanaos
npm publish --access public