skip to content
Douglas Jarquin Douglas Jarquin

My default apps of 2024

/ 3 min read

Updated:
Table of Contents

My Default Apps of 2024

Overview

As I move into 2025 with some new or improved processes, I wanted to take a minute and document what I did in 2024. Below is my list of default apps across pretty much every category that exists. I forgot where I originally read about this, but you can search and find other blogs that post a similar list.

List

CATEGORY20242023
Mail serviceGmail, ProtonmailGmail, Protonmail
Mail clientApple MailApple Mail
TasksApple RemindersApple Reminders
RSS servicen/an/a
RSS clientn/an/a
Launcheropen -aSpotlight
Cloud storageiCloudiCloud
Photo libraryApple PhotosApple Photos
Photo editingApple PhotosApple Photos
Web browserSafari, Chrome (for work)Safari, Chrome (for work)
CalendarApple CalendarApple Calendar
ReadingKindle, Apple BooksKindle, Apple Books
WeatherApple WeatherApple Weather
PodcastsApple PodcastsApple Podcasts
MusicApple Music, YouTube Music, SpotifyApple Music
Clipboard managerPastebotPastebot
Passwords1Password1Password
BudgetingCopilotMint
Transcriptionsn/an/a
Mastodonn/an/a
Movie discovery/trackingn/an/a
Socialn/an/a
ScreenshotsmacOSmacOS
NotesApple NotesApple Notes
Code editorVisual Studio Code, NevoimVisual Studio Code
TerminalWeztermApple Terminal
SearchPerplexityGoogle
Flight trackingn/an/a
Package trackingReminders listReminders list
AI chatbotMstyChatGPT

Built-in Apps

In 2023 I made the decision to only use the built-in macOS productivity apps. This saved me a ton of time avoiding the rabbit hole of evaluating new software. On top of that, as part of the last two macOS versions Apple release some really cool new features to their apps. Timeboxing with Calendar and Reminders is world-class now. Nothing else needed.

Notable changes from 2023

Let’s go over notable changes.

  • In the second half of 2024 I started spending more time in my terminal, favoring TUIs over GUIs. Around that time I upgraded my laptop and lost an Automator script I wrote to launch my most used apps at the same time. I called it “Good Morning” and it was the first thing I launched after logging into my machine. Instead of rewriting that in Automator, I decided to write a simple zsh function that uses open -a and an array.
  • I make music, and this year I decided to subscribe to the major streaming services to be able to listen to my music. Yes, it sounds different. YouTube is the worst, and Apple Lossless is the best.
  • I’ve used emacs (via Spacemacs), Textmate, and tons of other editors in the past. While VS Code has been my main for like 3 years, I’ve been struggling with the context switch of vim on my remote servers. I started a migration to Neovim this year, and plan to be off of VS Code by 2026.
  • With my increased time in the terminal mentioned above, I did invest some time searching for a good emulator. The Apple Terminal is great, but hasn’t gotten any love in recent upgrades. Wezterm won out over Ghost and Alacritty (which are also amazing) because of it’s built-in multiplexer and easy lua based config.
  • I’ve been spending more time experimenting with AI, going as far as running my own models via ollama in the second half of 2023. To give me a “single-pane”, I’ve been using Msty. My openai and llama chats sit side-by-side.

Happy new year!