Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/default-browser/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/default-browser/readme.md

# default-browser

> Get the default browser

Works on macOS, Linux, and Windows.

## Install

```sh
npm install default-browser
```

## Usage

```js
import defaultBrowser from 'default-browser';

console.log(await defaultBrowser());
//=> {name: 'Safari', id: 'com.apple.Safari'}
```

## Related

- [default-browser-cli](https://github.com/sindresorhus/default-browser-cli) - CLI for this package