https://github.com/surajgoraya/fixcore
A small shell utility that kills the CoreAudio service on macOS to get it to try and reboot itself. It usually fixes issues I have with macOS seemingly forever *trying* to connect to my AirPods.
https://github.com/surajgoraya/fixcore
airpods coreaudio coreaudiod fix launchctl macos terminal terminal-utility
Last synced: 30 days ago
JSON representation
A small shell utility that kills the CoreAudio service on macOS to get it to try and reboot itself. It usually fixes issues I have with macOS seemingly forever *trying* to connect to my AirPods.
- Host: GitHub
- URL: https://github.com/surajgoraya/fixcore
- Owner: surajgoraya
- Created: 2021-07-24T19:47:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T18:24:54.000Z (2 months ago)
- Last Synced: 2025-05-08T00:06:06.884Z (30 days ago)
- Topics: airpods, coreaudio, coreaudiod, fix, launchctl, macos, terminal, terminal-utility
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FixCore
Kills the CoreAudio service on macOS to get it to try
and reboot itself.It usually fixes issues I have with macOS seemingly
forever *trying* to connect to my AirPods.**⚠️ Use at your own risk.**
## How to run
`make` or `make run`
Alternatively: `source ./FixCore.sh`
## Create an alias for quick access
To quickly do this via your terminal you can opt to add an alias in your `~/.zshrc` or `~/.bashrc`.
```bash
alias fixcore="cd ~/FixCore && make"
# (assuming your fixcore clone is in your home directory, change cd path as needed.)
```
That way you're able to call `fixcore` anywhere in the terminal