# My Apps

Estas son las Apps que suelo tener instaladas en mi MacBook Pro, tanto graficas como por consola, mayormente brew.

**Consola**

La gestion de paquetes, la hago con [brew](https://brew.sh)

```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

```shell
brew install git neovim ffmpeg curl wget nmap tcpdump coreutils watch pv ansible bash-completion docker-completion libpcap kubectl imagemagick 
```

Java JDK 11.0.15

```shell
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_osx-x64_bin.dmg
```

ADB y Fastboot

* Link: <https://developer.android.com/studio/releases/platform-tools>

\
**Gráficas**

<figure><img src="/files/RY4YbYTTgsaRihaeYh2n" alt=""><figcaption></figcaption></figure>

* [AdguardHome](https://apps.apple.com/es/app/adguard-home-remote/id1543143740)
* [Adobe Reader](https://get.adobe.com/es/reader/)
* [Android File Transfer](https://www.android.com/filetransfer/)
* [AppCleaner](https://freemacsoft.net/appcleaner/)
* [Arduino IDE](https://www.arduino.cc/en/software)
* [CoconutBattery](https://www.coconut-flavour.com/coconutbattery/)
* [Cyberduck](https://cyberduck.io/download)
* [Firefox](https://www.mozilla.org/es-ES/firefox/all/#product-desktop-release)
* [Java JDK](https://download.oracle.com/java/17/latest/jdk-17_macos-x64_bin.dmg)
* [KeePassXC](https://keepassxc.org/download/)
* [Ledger Live](https://www.ledger.com/es/ledger-live)
* [MegaSync](https://mega.io/desktop)
* [Meld](https://github.com/yousseb/meld/releases)
* [OpenEmu](https://openemu.org/)
* [RaspberryPi Imager](https://github.com/raspberrypi/rpi-imager/releases)
* [Telegram](https://desktop.telegram.org)
* [Transmission](https://transmissionbt.com/download)
* [VLC](https://www.videolan.org/vlc/#download)
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) y su Extension Pack
* [Visual Studio Code](https://code.visualstudio.com)
* [WireGuard VPN](https://apps.apple.com/es/app/wireguard/id1451685025?mt=12)<br>


---

# 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://blog.azagra.dev/macintosh/my-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.
