{"_id":"browseros-cli","_rev":"2-bd3544786d7c952ce9be482f91c9fd95","name":"browseros-cli","dist-tags":{"latest":"0.2.2"},"versions":{"0.2.0":{"name":"browseros-cli","version":"0.2.0","keywords":["browseros","cli","browser","automation","mcp","ai-agent","model-context-protocol"],"license":"MIT","_id":"browseros-cli@0.2.0","maintainers":[{"name":"browseros_eng","email":"eng@felafax.ai"}],"homepage":"https://browseros.com","bugs":{"url":"https://github.com/browseros-ai/BrowserOS/issues"},"os":["darwin","linux","win32"],"bin":{"browseros-cli":"bin/browseros-cli.js"},"cpu":["x64","arm64"],"dist":{"shasum":"d44abf3b7fb5f9fc837ef45f9eeedf49892429b2","tarball":"https://registry.npmjs.org/browseros-cli/-/browseros-cli-0.2.0.tgz","fileCount":4,"integrity":"sha512-1zRcXW58aS/xA+UBoCnOgrxDrJXNF7AIYGUrGacFLzcmiPpKKmx1PORB/vV1gOhcz5EVYlvYjX6ZzdLR7fWGhw==","signatures":[{"sig":"MEQCIDkuazwqry6BpIm43o602dZrCy8opYqCg+/G5QPXX6xBAiBkTJrsyRWLz1vSlljROYo3dR7x3jI0PjGDCvSfvW9ceg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7551},"engines":{"node":">=18"},"gitHead":"565ce18ebadfa165a2a746362dc11c24445d99f9","scripts":{"postinstall":"node scripts/postinstall.js"},"_npmUser":{"name":"browseros_eng","email":"eng@felafax.ai"},"repository":{"url":"git+https://github.com/browseros-ai/BrowserOS.git","type":"git","directory":"packages/browseros-agent/apps/cli/npm"},"_npmVersion":"11.6.0","description":"Command-line interface for controlling BrowserOS — launch and automate the browser from the terminal","directories":{},"_nodeVersion":"24.8.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/browseros-cli_0.2.0_1774892745975_0.3927188331369178","host":"s3://npm-registry-packages-npm-production"}},"0.2.2":{"name":"browseros-cli","version":"0.2.2","description":"Command-line interface for controlling BrowserOS — launch and automate the browser from the terminal","bin":{"browseros-cli":"bin/browseros-cli.js"},"scripts":{"postinstall":"node scripts/postinstall.js"},"keywords":["browseros","cli","browser","automation","mcp","ai-agent","model-context-protocol"],"repository":{"type":"git","url":"git+https://github.com/browseros-ai/BrowserOS.git","directory":"packages/browseros-agent/apps/cli/npm"},"homepage":"https://browseros.com","bugs":{"url":"https://github.com/browseros-ai/BrowserOS/issues"},"license":"MIT","os":["darwin","linux","win32"],"cpu":["x64","arm64"],"engines":{"node":">=18"},"_id":"browseros-cli@0.2.2","gitHead":"17be06eb2fc943da94d39efb7c8a191cd57fd8d5","_nodeVersion":"20.20.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-KOvXmbq5tEP0+pte0AtHmzuw9hM26ng0rCkmQnySekQudaLDMltpR8vvsbmLXhaoYwTSDGV9GUM06DrmGkfIfg==","shasum":"242f63d6c3e6d17a51555a975de2ce20893bae36","tarball":"https://registry.npmjs.org/browseros-cli/-/browseros-cli-0.2.2.tgz","fileCount":4,"unpackedSize":7551,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAyBXvVh24+a8VRt3hcqOnFLppYnKtAW++xqGPLxqFf1AiBNqHXGPxHOgayaq/uAJk4bfhhVvA0ypMgVxv8E39UbWA=="}]},"_npmUser":{"name":"browseros_eng","email":"eng@felafax.ai"},"directories":{},"maintainers":[{"name":"browseros_eng","email":"eng@felafax.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/browseros-cli_0.2.2_1774999384759_0.3808378261869454"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-30T17:45:45.818Z","modified":"2026-03-31T23:23:05.029Z","0.2.0":"2026-03-30T17:45:46.105Z","0.2.2":"2026-03-31T23:23:04.899Z"},"bugs":{"url":"https://github.com/browseros-ai/BrowserOS/issues"},"license":"MIT","homepage":"https://browseros.com","keywords":["browseros","cli","browser","automation","mcp","ai-agent","model-context-protocol"],"repository":{"type":"git","url":"git+https://github.com/browseros-ai/BrowserOS.git","directory":"packages/browseros-agent/apps/cli/npm"},"description":"Command-line interface for controlling BrowserOS — launch and automate the browser from the terminal","maintainers":[{"name":"browseros_eng","email":"eng@felafax.ai"}],"readme":"# browseros-cli\n\nCommand-line interface for controlling BrowserOS -- launch and automate the browser from the terminal.\n\n## Installation\n\n**Zero install (recommended):**\n\n```bash\nnpx browseros-cli --help\n```\n\n**Global install:**\n\n```bash\nnpm install -g browseros-cli\n```\n\n**Shell script fallback:**\n\n```bash\ncurl -fsSL https://cdn.browseros.com/cli/install.sh | bash\n```\n\n## Quick Start\n\n```bash\n# Download BrowserOS\nbrowseros-cli install\n\n# Start BrowserOS\nbrowseros-cli launch\n\n# Auto-configure MCP settings for your AI tools\nbrowseros-cli init --auto\n\n# Verify everything is working\nbrowseros-cli health\n```\n\n## Usage\n\n### Navigation\n\n```bash\nbrowseros-cli navigate \"https://example.com\"\n```\n\n### Observation\n\n```bash\nbrowseros-cli snapshot           # Get the accessibility tree of the current page\nbrowseros-cli console-logs       # View browser console output\n```\n\n### Screenshots\n\n```bash\nbrowseros-cli screenshot         # Capture the current page\n```\n\n### Input\n\n```bash\nbrowseros-cli click 42           # Click an element by its node ID\nbrowseros-cli fill 85 \"query\"    # Type text into an input field\n```\n\n### Agent Mode\n\n```bash\nbrowseros-cli agent \"Search for flights to Tokyo\"\n```\n\n## Documentation\n\nFull documentation is available at [browseros.com](https://browseros.com).\n\n## License\n\nMIT\n","readmeFilename":"README.md"}