> For the complete documentation index, see [llms.txt](https://www.techwithtyler.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.techwithtyler.dev/operating-systems/macos/favorite-apps.md).

# Favorite Apps

### Homebrew

* Best package manager for macOS enabling installing apps via CLI

{% content-ref url="/pages/7QCGThJGMU5YRESTfvAZ" %}
[Homebrew](/coding-and-cli-tooling/cli-tools/homebrew.md)
{% endcontent-ref %}

***

### Mas

* Install apps from the Mac App Store via CLI
* [Homebrew can leverage this too](/coding-and-cli-tooling/cli-tools/homebrew.md#macos-apps)

{% code overflow="wrap" %}

```zsh
brew install mas
```

{% endcode %}

***

### BetterDisplay

* Enables additional resolution scaling options, ability to control your monitor's brightness and sound, and more

{% code overflow="wrap" %}

```zsh
brew install betterdisplay
```

{% endcode %}

***

### Cleanshot

* A screenshot app and perfect for capturing screen recordings
* This is what I use for YouTube and live presentations

{% code overflow="wrap" %}

```zsh
brew install cleanshot
```

{% endcode %}

***

### Rectangle

* Window manager enabling keyboard shortcuts to move apps around into various sizes and layouts

{% code overflow="wrap" %}

```zsh
brew install rectangle
```

{% endcode %}

***

### NextDNS

* DNS security tool, adblocker, etc.&#x20;

{% code overflow="wrap" %}

```zsh
mas install 1464122853
```

{% endcode %}

***
