🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ios-web-bluetooth/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ios-web-bluetooth/cli

CLI for WebBLE — init, check, scaffold BLE profiles for web apps

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

WebBLE

@ios-web-bluetooth/cli

CLI tool for integrating WebBLE into web projects. Auto-detects your framework and adds the detection snippet.

Usage

# Auto-detect framework, add detection snippet
npx ioswebble init

# Specify API key and framework explicitly
npx ioswebble init --key wbl_xxxxx --framework react

# Verify integration is correct
npx ioswebble check

Commands

CommandDescription
initDetect framework (Next.js, React, Vue, Nuxt, HTML, etc.) and inject the @ios-web-bluetooth/detect snippet into your entry file
checkVerify that WebBLE is correctly integrated in the current project

Options

--key <api-key>       Optional API key for campaign tracking
--framework <name>    Override auto-detection (nextjs-app, nextjs-pages, react-vite, react-cra, vue, nuxt, html)
--help, -h            Show help
--version, -v         Show version

AI agent integration

MCP server for coding agents (Claude Code, Cursor, Copilot):

npx -y @ios-web-bluetooth/mcp

Full SDK reference for LLM context: https://ioswebble.com/llms-full.txt

Two scopes

The @ios-web-bluetooth/* packages (core, profiles, react) are the cross-browser BLE SDK -- they work on any platform with Web Bluetooth support (Chrome, Edge, iOS Safari via the extension). The @ios-web-bluetooth/* packages (detect, cli, mcp, skill) handle iOS-specific extension detection, install prompts, and agent tooling. Use both together for full iOS Safari coverage.

Keywords

ios

FAQs

Package last updated on 03 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts