solanaos-computer
v1.0.2
Published
Primary SolanaOS npm installer and launcher for the Solana-native trading and operator runtime
Maintainers
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-webWhat this package installs
solanaossolanaos-clinanosolana
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
- Uses a local checkout when run inside the repo, otherwise clones
x402agent/Solana-Os-Go - Builds the main Go binary at
build/solanaos - Creates the workspace at
~/.nanosolana/ - Installs stable launchers into
~/.nanosolana/bin/ - Optionally builds the web console launcher with
--with-web - Generates the native Seeker connect bundle and setup code when available
Requirements
- Node.js
>=18 - Go installed locally
gitfor remote bootstrap installscurlfor 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-idAfter install
~/.nanosolana/bin/solanaos version
~/.nanosolana/bin/solanaos solana health
~/.nanosolana/bin/solanaos gateway start
~/.nanosolana/bin/solanaos gateway setup-code
~/.nanosolana/bin/solanaos daemonIf installed with --with-web:
~/.nanosolana/bin/solanaos-web --no-browserProduct 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-runPublish
cd npm/solanaos
npm publish --access public