{"_id":"@mawdbotsonsolana/computer","_rev":"3-12a334eea4d53e9d4326ff507073ad03","name":"@mawdbotsonsolana/computer","dist-tags":{"latest":"2.0.0"},"versions":{"2.0.0":{"name":"@mawdbotsonsolana/computer","version":"2.0.0","keywords":["solana","clawd","solana-clawd","solanaos","nanosolana","trading","agent","mawdbot","ooda","privy","helius","jupiter","openclawd"],"license":"MIT","_id":"@mawdbotsonsolana/computer@2.0.0","maintainers":[{"name":"mawdbotsonsolana","email":"mawdbot@gmail.com"}],"homepage":"https://solanaclawd.com","bugs":{"url":"https://github.com/x402agent/Solana-Os-Go/issues"},"bin":{"clawd":"bin/solanaos.mjs","solanaos":"bin/solanaos.mjs","nanosolana":"bin/solanaos.mjs","solanaos-cli":"bin/solanaos.mjs","clawd-computer":"bin/solanaos.mjs"},"dist":{"shasum":"e2263448329a311edaff33cf0a13d5d1490ec4b4","tarball":"https://registry.npmjs.org/@mawdbotsonsolana/computer/-/computer-2.0.0.tgz","fileCount":4,"integrity":"sha512-wk9nt2Zv0VP/wlkm1Zm9PyEbSRO3/539EWdZN1LcIWBp5UVroVzLz/OV/eFHKBbnnXbXZYdXVzD6MgrKEM36Ow==","signatures":[{"sig":"MEUCIQD/+/EJSpWkqbvONc/JgM78+/fY3Oi/zDRHSE14JZy+iwIgClwTdfveAyGSdsznwuJtdxoZ5BjiLkDlMHYd43q1Cfw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12002},"type":"module","engines":{"node":">=18"},"gitHead":"e73d88c1ffbf90bc1822a2c57b92f0801cb7828d","scripts":{"verify":"sh -c 'mkdir -p \"${NPM_VERIFY_HOME:-/tmp/clawd-npm-home}\" \"${NPM_CONFIG_CACHE:-/tmp/clawd-npm-cache}\" && HOME=\"${NPM_VERIFY_HOME:-/tmp/clawd-npm-home}\" NPM_CONFIG_CACHE=\"${NPM_CONFIG_CACHE:-/tmp/clawd-npm-cache}\" npm pack --dry-run'","pack:dry":"sh -c 'mkdir -p \"${NPM_VERIFY_HOME:-/tmp/clawd-npm-home}\" \"${NPM_CONFIG_CACHE:-/tmp/clawd-npm-cache}\" && HOME=\"${NPM_VERIFY_HOME:-/tmp/clawd-npm-home}\" NPM_CONFIG_CACHE=\"${NPM_CONFIG_CACHE:-/tmp/clawd-npm-cache}\" npm pack --dry-run'","publish:public":"npm publish --access public"},"_npmUser":{"name":"mawdbotsonsolana","email":"mawdbot@gmail.com"},"repository":{"url":"git+https://github.com/x402agent/Solana-Os-Go.git","type":"git","directory":"npm/solanaos"},"_npmVersion":"11.12.1","description":"solana-clawd Computer - The Solana-native AI agent runtime. Built with Go, TypeScript, and ClawdRouter API for zero-config deployment.","directories":{},"_nodeVersion":"25.6.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/computer_2.0.0_1776811671245_0.5101328450070881","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2026-04-21T22:47:51.186Z","modified":"2026-06-14T03:48:04.038Z","2.0.0":"2026-04-21T22:47:51.356Z"},"bugs":{"url":"https://github.com/x402agent/Solana-Os-Go/issues"},"license":"MIT","homepage":"https://solanaclawd.com","keywords":["solana","clawd","solana-clawd","solanaos","nanosolana","trading","agent","mawdbot","ooda","privy","helius","jupiter","openclawd"],"repository":{"url":"git+https://github.com/x402agent/Solana-Os-Go.git","type":"git","directory":"npm/solanaos"},"description":"solana-clawd Computer - The Solana-native AI agent runtime. Built with Go, TypeScript, and ClawdRouter API for zero-config deployment.","maintainers":[{"email":"mawdbot@gmail.com","name":"openclawdsol"}],"readme":"# solanaos-computer\n\nPrimary npm entrypoint for installing and launching SolanaOS.\n\nThis package wraps the repo’s public [`install.sh`](https://github.com/x402agent/SolanaOS/blob/main/install.sh), installs the Go runtime into `~/.nanosolana/bin/`, and keeps the legacy `nanosolana` alias working.\n\n## Install\n\n```bash\n# One-shot runtime install\nnpx solanaos-computer@latest install\n\n# Install with the local web console flow\nnpx solanaos-computer@latest install --with-web\n\n# Global install, then use solanaos anywhere\nnpm install -g solanaos-computer\nsolanaos install --with-web\n```\n\n## What this package installs\n\n- `solanaos`\n- `solanaos-cli`\n- `nanosolana`\n\nAll three command names point at the same runtime bootstrapper. The public brand is `solanaos`; the others are compatibility aliases for older scripts and users.\n\n## What the installer does\n\n1. Uses a local checkout when run inside the repo, otherwise clones `x402agent/SolanaOS`\n2. Builds the main Go binary at `build/solanaos`\n3. Creates the workspace at `~/.nanosolana/`\n4. Installs stable launchers into `~/.nanosolana/bin/`\n5. Optionally builds the web console launcher with `--with-web`\n6. Generates the native Seeker connect bundle and setup code when available\n\n## Requirements\n\n- Node.js `>=18`\n- Go installed locally\n- `git` for remote bootstrap installs\n- `curl` for remote script download\n- macOS or Linux for the packaged CLI flow\n\nWindows is not supported by this npm bootstrapper. Use WSL if needed.\n\n## Minimum config\n\nAfter install, populate `.env` with at least:\n\n```bash\nSOLANA_TRACKER_API_KEY=your-key\nOPENROUTER_API_KEY=sk-or-v1-...\nTELEGRAM_BOT_TOKEN=your-token\nTELEGRAM_ID=your-chat-id\n```\n\n## After install\n\n```bash\n~/.nanosolana/bin/solanaos version\n~/.nanosolana/bin/solanaos solana health\n~/.nanosolana/bin/solanaos gateway start\n~/.nanosolana/bin/solanaos gateway setup-code\n~/.nanosolana/bin/solanaos daemon\n```\n\nIf installed with `--with-web`:\n\n```bash\n~/.nanosolana/bin/solanaos-web --no-browser\n```\n\n## Product links\n\n- Docs: https://go.solanaos.net\n- Hub: https://seeker.solanaos.net\n- Souls: https://souls.solanaos.net\n- Strategy Builder: https://seeker.solanaos.net/strategy\n- GitHub: https://github.com/x402agent/SolanaOS\n\n## Verify before publish\n\n```bash\ncd npm/solanaos\nnpm pack --dry-run\n```\n\n## Publish\n\n```bash\ncd npm/solanaos\nnpm publish --access public\n```\n","readmeFilename":"README.md"}