Skip to main content

No project description provided

Project description

macdefaultbrowsy

A command-line tool and package (written in Python) for macOS that allows you to view installed browsers and set the default web browser, with automatic dialog confirmation.

Features

  • List all installed web browsers with the current default marked with *
  • Set any browser as the default with a simple command
  • Automatically confirms the system dialog (no manual clicking required)
  • Built as a universal binary (Intel + Apple Silicon)
  • Simple installation via Homebrew or manual install

Installation

uv pip install --system macdefaultbrowsy

or

pip install git+https://github.com/twardoch/macdefaultbrowsy

Usage

Command Line

List all browsers

macdefaultbrowsy

Output example:

  chrome
  firefox
* safari
  edge

Set default browser

macdefaultbrowsy chrome

The tool will automatically set Chrome as your default browser and confirm the system dialog.

Python API

from macdefaultbrowsy import macdefaultbrowsy

# Get the current default browser
current = macdefaultbrowsy.get_default_browser()
print(f"Current default browser: {current}")

# List all available browsers
browsers = macdefaultbrowsy.get_browsers()
print("Available browsers:")
for name in sorted(browsers.keys()):
    print(f"  {name}")

# Set a new default browser
success = macdefaultbrowsy.set_default_browser("chrome")
if success:
    print("Successfully set Chrome as default browser")
else:
    print("Failed to set default browser")

How it Works

The tool uses the macOS Launch Services API to:

  1. Query all installed applications that can handle HTTP/HTTPS URLs
  2. Get the current default browser
  3. Set a new default browser for both HTTP and HTTPS schemes

When setting a new default browser, the tool also uses AppleScript automation to automatically click the confirmation button in the system dialog, providing a seamless experience.

Development

To capture a snapshot of the codebase:

npx repomix -i ".giga,.cursorrules,.cursor,*.md" -o llms.txt .

License

This project is licensed under the MIT License - see the LICENSE file for details.

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

macdefaultbrowsy-2.1.1.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

macdefaultbrowsy-2.1.1-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file macdefaultbrowsy-2.1.1.tar.gz.

File metadata

  • Download URL: macdefaultbrowsy-2.1.1.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for macdefaultbrowsy-2.1.1.tar.gz
Algorithm Hash digest
SHA256 3f71d10e942403b7a1ba284af91649661c0a064cda037b3db541004977196ae6
MD5 96eeab94a074f40ab66a7bdf8e3e83b9
BLAKE2b-256 0d5a448871783b5654ee0eddc0465b17ac5a07dafeb4031073d314fd2f04af8b

See more details on using hashes here.

File details

Details for the file macdefaultbrowsy-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for macdefaultbrowsy-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e9e564c2e25e44f8efb1c4e116ea2d5f92861a2a7311ea47d94b20daaa6e75d0
MD5 fe1460e2667ae67037a5828cde3630ef
BLAKE2b-256 29440d389963c6fb215c21a61311d6c559445085319cd42abdd601732f9a54d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page