Skip to main content
  1. posts/

Favorite apps on my Mac

·818 words·4 mins· loading · loading · · ·
Tools App Productivity

This is just a simple list of my favorite Mac apps that I’ve been using in 2024. I am planning to do a separate post on my terminal/command line setup and tools. Also, Visual Studio Code is my IDE of choice so I think I’ll do a separate post on the extensions I have installed.

For each application, I have indicated the price with one of the following icons1, , – indicating “free,” “free (with a premium tier),” and “paid,” respectively. Additionally, I have noted if the application was installed2 from the developer’s website, with homebrew, or from the Mac App Store with one of the following icons: , , .

Productivity
#

Alfred
#

Alfred

The Alfred application is a replacement for the built-in Spotlight Mac app. It does everything that Spotlight does and more. An additional “Powerpack” is available to add integrations, but my most used features are the simplest: quick math and spell-checking. The latter, in particular, is great at guessing what word I’m trying to type3.

AFFiNE
#

AFFiNE

AFFiNE is similar to the very popular Notion app, except you can self-host it for free. It does not have all of the features that Notion has and takes more effort to host in the cloud. I run it locally to organize my various hobbies and more complicated projects. While it can be useful to have Notion available everywhere, the self-hosting actually allows me to use AFFiNE at work since I run it locally. I’m still getting used to using the app and how it works and is organized, but I’m starting to build more complicated pages. I’ve even built pages with the seemingly-gimmicky abstract drawing interface.

Utilities
#

Rectangle
#

Rectangle

Rectangle provides keyboard shortcuts for organizing windows sizes and positions. Since it’s free, it’s hard to find a reason to use any of the other options available on the App Store.

Brave
#

Brave

Brave is a replacement internet browser for Chrome. It does a whole bunch of things I don’t care about, namely some random cryptocurrency stuff, but it also blocks a lot of creepy trackers that makes the web nicer to use and safer. I have Pi-hole running on a Raspberry Pi as my DNS at home, but when I’m away, I use brave to give me some of the protection and ad/tracker blocking.

Software Development
#

Visual Studio Code
#

Visual Studio Code

For the developers out there, this integrated development environment (IDE) needs little discussion. It’s free (if you count supporting Microsoft at the expense of other companies like JetBrains “free”) and has tons of great extensions (which I’ll have a follow up post on). It takes some getting used to, but once integrated, it’s hard to move to any other IDE lacking some of the features and extensions.

iTerm
#

iTerm

This is the best terminal for the Mac. There are a lot of useful features over the built-in Terminal application namely, tabs and split windows, a secure password manager, visual customization, tmux support, profiles, and much, much more. If you are developer and use a Mac, I highly recommend switching over to iTerm and slowly starting using the more advanced features that assist your workflow.

Personal
#

Actual
#

Actual

There are many budgeting apps out there, but I found Actual conforms well to what I want and how I think about budgeting. It isn’t too complicated, works well, and more useful features are being added monthly, so I recommend giving it a shot. The only thing I had to get used to, coming from just using a spreadsheet to track expenses, was how under- or over-spending in a category can carry over to the next month. But once I understood how it worked, I found it makes complete sense for some of the categories and now see it as an important feature of budgeting across months.

Pixelmator Pro
#

Pixelmater Pro

This is the only app on this list I paid for and it was completely worth it. Editing photos is fast and smooth, particularly with the M2 Pro running my MacBook Pro. The ML features work very well including the color correction and repair tool for “erasing” unwanted parts of the image. It works as a standalone app and an extension in Photos, so really easy to integrate into normal photo library management.

Day One
#

Day One

This is a good journaling app. There isn’t anything in particular that I love compared to any other application, but it works well and I have no complaints. When Apple releases their journaling application on the Mac, I’ll give it a shot and may switch over.


  1. For each of these icons, the meaning can also be seen by hovering on it with your mouse. ↩︎

  2. This is how I chose to install the app, but might not be the only option. ↩︎

  3. For example, I used it while writing the following sentence to find the spelling of “gimmicky” from “gimicy”. ↩︎

Related

SwiftBar plugin for storing text snippets
·865 words·5 mins· loading · loading
Dev Python App Productivity
Build and push a Rust project to Deta on GitHub Actions
·835 words·4 mins· loading · loading
Dev GitHub Rust App
Setting up Appwrite on DigitalOcean
·877 words·5 mins· loading · loading
Dev Hacktoberfest Tutorial App