claude-flow
Version:
Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)
25 lines (15 loc) • 397 B
Markdown
> Get the default browser
Works on macOS, Linux, and Windows.
```sh
npm install default-browser
```
```js
import defaultBrowser from 'default-browser';
console.log(await defaultBrowser());
//=> {name: 'Safari', id: 'com.apple.Safari'}
```
- [default-browser-cli](https://github.com/sindresorhus/default-browser-cli) - CLI for this package