# 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 %}

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.techwithtyler.dev/operating-systems/macos/favorite-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
