<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mohsen Karimi</title>
    <description>The latest articles on DEV Community by Mohsen Karimi (@mohsen_karimi_3a93300f7c9).</description>
    <link>https://dev.to/mohsen_karimi_3a93300f7c9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3827902%2Fd67e5bbb-e96c-406f-953e-1a3751dc8718.jpg</url>
      <title>DEV Community: Mohsen Karimi</title>
      <link>https://dev.to/mohsen_karimi_3a93300f7c9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohsen_karimi_3a93300f7c9"/>
    <language>en</language>
    <item>
      <title>New to Mac? Skip the Bloat — Start With These Native Apps</title>
      <dc:creator>Mohsen Karimi</dc:creator>
      <pubDate>Mon, 16 Mar 2026 19:37:02 +0000</pubDate>
      <link>https://dev.to/mohsen_karimi_3a93300f7c9/new-to-mac-skip-the-bloat-start-with-these-native-apps-3eb3</link>
      <guid>https://dev.to/mohsen_karimi_3a93300f7c9/new-to-mac-skip-the-bloat-start-with-these-native-apps-3eb3</guid>
      <description>&lt;p&gt;You just got a Mac. Maybe you switched from Windows. Maybe it's your first laptop. Maybe someone handed you a used MacBook and said "good luck."&lt;/p&gt;

&lt;p&gt;The first thing you'll do is go looking for apps. And the first thing the internet will tell you is to install Notion, Slack, Discord, and a dozen other tools you recognize from other people's screens.&lt;/p&gt;

&lt;p&gt;Don't. Not yet.&lt;/p&gt;

&lt;p&gt;Before you load your Mac with apps that will quietly eat your RAM, drain your battery, and make your fans run like a hairdryer — it's worth spending ten minutes understanding what makes a Mac app actually &lt;em&gt;good&lt;/em&gt;. Because Mac apps aren't all equal. Not even close.&lt;/p&gt;




&lt;h2&gt;
  
  
  What "Native" Means — and Why It Matters to You
&lt;/h2&gt;

&lt;p&gt;You'll see the word "native" thrown around a lot in Mac circles. Here's what it actually means in plain terms.&lt;/p&gt;

&lt;p&gt;Some apps are built specifically for macOS — written in Apple's own programming languages (Swift, SwiftUI), following Apple's design guidelines, using macOS's own features directly. These apps feel light, open instantly, and behave exactly like your Mac expects.&lt;/p&gt;

&lt;p&gt;Other apps — especially big-name ones — are built using a framework called Electron. Electron lets developers write one app for every platform at once (Mac, Windows, Linux) without learning anything platform-specific. The catch: every Electron app is secretly a web browser. It bundles a full copy of Chrome inside it, whether you asked for Chrome or not.&lt;/p&gt;

&lt;p&gt;This is why Slack uses 500–800MB of RAM. This is why opening five common apps can drain your battery in two hours. This is why some apps feel like they're running &lt;em&gt;on&lt;/em&gt; your Mac rather than &lt;em&gt;as part of&lt;/em&gt; it.&lt;/p&gt;

&lt;p&gt;Native apps don't have this problem. A well-built native app uses less memory than a single browser tab. It respects your Mac's power management. It works with system features like Spotlight, Notification Center, Quick Look, and drag-and-drop the way Apple intended.&lt;/p&gt;

&lt;p&gt;For a new Mac user, the practical difference is simple: native apps feel fast and light. Everything else feels like you're running Chrome one more time.&lt;/p&gt;




&lt;h2&gt;
  
  
  Your Starter Pack: 8 Apps to Install First
&lt;/h2&gt;

&lt;p&gt;These are the apps you'll thank yourself for installing in week one. All of them are free or have free tiers. All of them are native.&lt;/p&gt;




&lt;h3&gt;
  
  
  1. Rectangle — Window Management
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Free, Open Source&lt;/strong&gt; · &lt;a href="https://rectangleapp.com/" rel="noopener noreferrer"&gt;rectangleapp.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's something that will surprise you about macOS: it doesn't snap windows to the sides of your screen by default. On Windows, you can drag a window to the edge and it fills half the screen. On Mac, you can't — not without a tool.&lt;/p&gt;

&lt;p&gt;Rectangle fixes this immediately.&lt;/p&gt;

&lt;p&gt;Install it, and you'll have keyboard shortcuts to snap any window left, right, full screen, or into quarters. Press &lt;code&gt;⌃⌥←&lt;/code&gt; and your window fills the left half. &lt;code&gt;⌃⌥→&lt;/code&gt; fills the right half. It works every time, it's invisible when you're not using it, and it uses almost no memory.&lt;/p&gt;

&lt;p&gt;You'll use this every single day. It's the first app I tell every new Mac user to install.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Maccy — Clipboard History
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Free, Open Source&lt;/strong&gt; · &lt;a href="https://github.com/p0deje/Maccy" rel="noopener noreferrer"&gt;github.com/p0deje/Maccy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;macOS only remembers one thing you've copied. Copy something new and the old thing is gone forever — unless you have Maccy.&lt;/p&gt;

&lt;p&gt;Maccy lives in your menu bar and silently saves everything you copy: text, URLs, code, anything. When you need something you copied earlier, press &lt;code&gt;⇧⌘C&lt;/code&gt; and a small window appears with your full clipboard history. Search it, click the item you need, and it's back in your clipboard.&lt;/p&gt;

&lt;p&gt;This sounds minor until the first time you copy a URL, accidentally overwrite it, and realize you can pull it back instantly instead of hunting for it again. After that it becomes indispensable.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. IINA — Video Player
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Free, Open Source&lt;/strong&gt; · &lt;a href="https://iina.io/" rel="noopener noreferrer"&gt;iina.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;macOS comes with QuickTime Player, which is fine for basic playback but can't handle a lot of common video formats — MKV, AVI, HEVC, subtitles with external files, and so on.&lt;/p&gt;

&lt;p&gt;IINA plays everything. It's built natively for macOS, looks beautiful, integrates with Touch Bar and macOS media controls, and the whole app is smaller than a single Electron app's Chrome bundle. Under 50MB.&lt;/p&gt;

&lt;p&gt;Replace QuickTime as your default video player and stop thinking about video formats.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. AppCleaner — Proper Uninstalling
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Free&lt;/strong&gt; · &lt;a href="https://freemacsoft.net/appcleaner/" rel="noopener noreferrer"&gt;freemacsoft.net/appcleaner&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On macOS, dragging an app to the Trash doesn't fully uninstall it. The &lt;code&gt;.app&lt;/code&gt; file goes away, but the app usually leaves behind preference files, caches, support files, and sometimes launch agents scattered across your Library folders.&lt;/p&gt;

&lt;p&gt;AppCleaner fixes this. Drag any app onto AppCleaner (or drop apps into it), and it finds every file that app has ever left behind. One click removes all of it cleanly.&lt;/p&gt;

&lt;p&gt;Especially useful when you're trying apps and deleting the ones you don't like. Use this instead of just dragging to Trash.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. The Unarchiver — Open Any Archive
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Free&lt;/strong&gt; · &lt;a href="https://theunarchiver.com/" rel="noopener noreferrer"&gt;theunarchiver.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;macOS can open &lt;code&gt;.zip&lt;/code&gt; files natively. Everything else — &lt;code&gt;.rar&lt;/code&gt;, &lt;code&gt;.7z&lt;/code&gt;, &lt;code&gt;.tar.gz&lt;/code&gt;, &lt;code&gt;.iso&lt;/code&gt;, and dozens of other formats — requires a tool.&lt;/p&gt;

&lt;p&gt;The Unarchiver handles all of it. Set it as your default and you'll never see an "unsupported format" error. It's a tiny, native app that does exactly one job and does it perfectly.&lt;/p&gt;




&lt;h3&gt;
  
  
  6. Raycast — Your Command Center
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Freemium&lt;/strong&gt; · &lt;a href="https://www.raycast.com/" rel="noopener noreferrer"&gt;raycast.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;macOS has Spotlight (&lt;code&gt;⌘Space&lt;/code&gt;) for searching files and launching apps. Raycast is what Spotlight would be if Apple had spent the last five years building it seriously.&lt;/p&gt;

&lt;p&gt;With Raycast you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Launch any app by typing a few letters&lt;/li&gt;
&lt;li&gt;Search and open files instantly&lt;/li&gt;
&lt;li&gt;Look up clipboard history (pairs nicely with Maccy — or replaces it)&lt;/li&gt;
&lt;li&gt;Convert units, check timezones, do quick math&lt;/li&gt;
&lt;li&gt;Run shortcuts and automations&lt;/li&gt;
&lt;li&gt;Control dozens of apps without switching to them&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The free tier is genuinely excellent. This is the app that makes everything else on your Mac feel faster.&lt;/p&gt;




&lt;h3&gt;
  
  
  7. Bear — Notes That Actually Feel Good
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Freemium&lt;/strong&gt; · &lt;a href="https://bear.app/" rel="noopener noreferrer"&gt;bear.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Apple Notes is fine. But if you want a notes app that feels like it was designed with care — one that supports Markdown, has a beautiful interface, lets you tag notes instead of shoving them into folders, and opens instantly — Bear is the answer.&lt;/p&gt;

&lt;p&gt;The free tier lets you create and read notes on Mac. The paid tier adds syncing with iPhone and iPad. If you're an Apple ecosystem user, Bear is the note-taking app most worth paying for.&lt;/p&gt;




&lt;h3&gt;
  
  
  8. Shottr — Screenshots Done Right
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Free&lt;/strong&gt; · &lt;a href="https://shottr.cc/" rel="noopener noreferrer"&gt;shottr.cc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;macOS has built-in screenshot tools (&lt;code&gt;⌘⇧3&lt;/code&gt; for full screen, &lt;code&gt;⌘⇧4&lt;/code&gt; for selection). They work, but they're basic.&lt;/p&gt;

&lt;p&gt;Shottr adds annotation tools, pixel ruler, color picker, blur for sensitive info, and a scrolling screenshot feature — all in a lightweight native app. It replaces your default screenshot workflow without adding any bloat.&lt;/p&gt;




&lt;h2&gt;
  
  
  Going Further: One Pick Per Category
&lt;/h2&gt;

&lt;p&gt;Once you have the starter pack, here are the best native picks as your needs grow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For system monitoring&lt;/strong&gt; — &lt;a href="https://github.com/exelban/stats" rel="noopener noreferrer"&gt;Stats&lt;/a&gt; sits in your menu bar and shows CPU, memory, GPU, and network at a glance. Free, open source, lightweight.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For calendar&lt;/strong&gt; — &lt;a href="https://www.mowglii.com/itsycal/" rel="noopener noreferrer"&gt;Itsycal&lt;/a&gt; adds a small calendar popup to your menu bar that shows upcoming events from Apple Calendar. Free, tiny, stays out of the way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For PDF files&lt;/strong&gt; — &lt;a href="https://www.pdfgear.com/" rel="noopener noreferrer"&gt;PDFgear&lt;/a&gt; is a fully featured PDF editor that's free. Annotate, fill forms, merge files, and more — no subscription needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For writing&lt;/strong&gt; — &lt;a href="https://ia.net/writer" rel="noopener noreferrer"&gt;iA Writer&lt;/a&gt; is the focused writing app. Clean interface, no distractions, excellent typography. If you write anything longer than a grocery list, it's worth the one-time purchase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For image editing&lt;/strong&gt; — &lt;a href="https://www.pixelmator.com/pro/" rel="noopener noreferrer"&gt;Pixelmator Pro&lt;/a&gt; is a full Photoshop-level editor built natively for macOS. Supports Apple Silicon fully, uses machine learning for background removal and upscaling. One-time purchase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For disk space&lt;/strong&gt; — &lt;a href="https://daisydiskapp.com/" rel="noopener noreferrer"&gt;DaisyDisk&lt;/a&gt; gives you a visual map of what's taking up space on your drive. Beautiful, fast, native. When your SSD fills up, this is how you find out where it went.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For battery health&lt;/strong&gt; — &lt;a href="https://www.coconut-flavour.com/coconutbattery/" rel="noopener noreferrer"&gt;coconutBattery&lt;/a&gt; tells you your MacBook battery's actual health — current capacity vs. original design capacity, charge cycles, and more. Free. Run it once a month and you'll know if your battery is aging faster than expected.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Apps to Be Careful With
&lt;/h2&gt;

&lt;p&gt;You'll encounter these apps constantly. They're popular for good reasons — but knowing what they are helps you make smarter choices.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Notion&lt;/strong&gt; — Wonderful for certain workflows, but it's an Electron app. On a new Mac, it loads slowly and uses more RAM than you'd expect. If you're using it for personal notes, try Bear or Craft first. If you need its database features for a team, that's the legitimate reason to keep it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Slack&lt;/strong&gt; — Electron, 500–800MB of RAM, ships a full copy of Chrome. If your team uses it, you need it — just quit it completely when you're not using it instead of leaving it running in the background.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discord&lt;/strong&gt; — Same story. Electron, heavy background footprint. If you use it for communities, configure it to quit on close rather than minimize to the menu bar.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Spotify&lt;/strong&gt; — Uses a Chromium variant, not as heavy as full Electron but not native either. If you're open to alternatives, Apple Music's native Mac client is faster and uses less memory.&lt;/p&gt;

&lt;p&gt;None of these apps are bad software. They're popular because they're useful. But understanding the tradeoff helps you manage them: keep them closed when you're not using them, don't let them auto-launch at login, and you'll get most of the benefit without the constant background drain.&lt;/p&gt;




&lt;h2&gt;
  
  
  The One Habit That Matters Most
&lt;/h2&gt;

&lt;p&gt;Open &lt;strong&gt;System Settings → General → Login Items&lt;/strong&gt; and look at what's set to launch automatically when you turn on your Mac.&lt;/p&gt;

&lt;p&gt;Every app you install wants to be in that list. Notion wants to launch at startup. Slack wants to launch at startup. Spotify. Discord. They all do.&lt;/p&gt;

&lt;p&gt;Most of them don't need to. Start with nothing in that list except the tools you genuinely want available the moment you log in (Rectangle, Maccy, Raycast — yes. Everything else — probably not).&lt;/p&gt;

&lt;p&gt;You'll notice how much faster your Mac starts up and how much quieter your fans stay.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where to Go From Here
&lt;/h2&gt;

&lt;p&gt;The apps above are the foundation. As you build out your setup, the most useful resource I've found is an open GitHub list curated specifically around native macOS apps:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/open-saas-directory/awesome-native-macosx-apps" rel="noopener noreferrer"&gt;awesome-native-macosx-apps&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It covers every category — developer tools, window managers, email clients, security tools, terminal emulators, video players — with a consistent focus on apps that are actually native. New apps get added regularly, and the community flags anything that sneaks in bloat.&lt;/p&gt;

&lt;p&gt;It's not exhaustive. It's curated. That's the difference that matters when you're just getting started and don't want to wade through 200 mediocre options to find the five worth installing.&lt;/p&gt;




&lt;p&gt;Your Mac is fast. Keep it that way.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What was the first native Mac app you found that genuinely surprised you? Drop it in the comments — I'm always looking for undiscovered ones.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>osx</category>
      <category>macosx</category>
      <category>nativeapps</category>
      <category>awesomeamc</category>
    </item>
    <item>
      <title>20 Native macOS Apps That Replaced My Electron Bloat for Good</title>
      <dc:creator>Mohsen Karimi</dc:creator>
      <pubDate>Mon, 16 Mar 2026 19:21:23 +0000</pubDate>
      <link>https://dev.to/mohsen_karimi_3a93300f7c9/20-native-macos-apps-that-replaced-my-electron-bloat-for-good-4ia9</link>
      <guid>https://dev.to/mohsen_karimi_3a93300f7c9/20-native-macos-apps-that-replaced-my-electron-bloat-for-good-4ia9</guid>
      <description>&lt;p&gt;I opened Activity Monitor last year on a Thursday afternoon, just to check something quick. Slack was sitting at 780MB. Discord was at 410MB. Notion was at 490MB. Spotify was lurking at 280MB. I had four apps open — and they'd already consumed nearly 2GB of RAM before I'd written a single line of code.&lt;/p&gt;

&lt;p&gt;My MacBook Pro fan was humming like it was rendering a film. The battery had dropped 18% in under an hour of light use. I hadn't even opened Xcode yet.&lt;/p&gt;

&lt;p&gt;That was the moment I started paying attention to what these apps were actually built with — and more importantly, what I could replace them with.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Electron, and Why Should You Care?
&lt;/h2&gt;

&lt;p&gt;Electron is a framework that lets developers build desktop apps using web technologies — HTML, CSS, and JavaScript. It bundles a full copy of Chromium and Node.js inside every app. That's the same engine powering Google Chrome, packaged and shipped as part of your "desktop" app.&lt;/p&gt;

&lt;p&gt;The appeal is obvious: write once, ship everywhere. One codebase for macOS, Windows, and Linux. Faster time to market. Larger hiring pool. No need to learn Swift or AppKit.&lt;/p&gt;

&lt;p&gt;But the user pays for that convenience every single day.&lt;/p&gt;

&lt;p&gt;When you open Slack, you're not launching a Mac app. You're launching a browser. When you open Discord, you're launching another browser. Notion? Another browser. Each one is a separate Chromium instance, each one managing its own memory heap, its own JavaScript runtime, its own rendering pipeline.&lt;/p&gt;

&lt;p&gt;Open five of these and you've got five browsers running simultaneously — whether you're using them or not.&lt;/p&gt;




&lt;h2&gt;
  
  
  The 1Password Moment
&lt;/h2&gt;

&lt;p&gt;If you want a single story that captures how Mac users feel about Electron, look no further than 1Password 8.&lt;/p&gt;

&lt;p&gt;1Password 7 was native macOS. It was fast, lightweight, integrated beautifully with the system. It respected your Mac. When version 8 launched in 2021, the team had rewritten it in Rust for the backend — which sounds good — but the UI was now built with Electron.&lt;/p&gt;

&lt;p&gt;The response was volcanic.&lt;/p&gt;

&lt;p&gt;The App Store reviews tanked. Reddit threads ran for hundreds of comments. Long-time users who'd paid for the app for years called it a betrayal. "It feels like a web app," was the most common complaint. "It's slow to open. It's slow to fill passwords. It doesn't feel like my Mac anymore."&lt;/p&gt;

&lt;p&gt;Some users refused to upgrade and stayed on version 7 indefinitely. Others switched to Strongbox or migrated to Bitwarden entirely.&lt;/p&gt;

&lt;p&gt;1Password didn't do anything malicious. Their engineering reasons were sound. But the community reaction revealed something important: Mac users &lt;em&gt;notice&lt;/em&gt;. They feel the difference between something built for their platform and something that merely runs on it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Cost — By the Numbers
&lt;/h2&gt;

&lt;p&gt;Let me be concrete about what Electron costs you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Memory&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A typical Electron app carries at minimum ~100MB of overhead just for Chromium, before your app does anything. In practice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Slack&lt;/strong&gt; routinely sits between 400–800MB, depending on how many workspaces you have open&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Discord&lt;/strong&gt; runs 300–500MB with GPU processes that stay active even when the window is hidden&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Notion&lt;/strong&gt; starts around 250MB and climbs as you open more pages&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VS Code&lt;/strong&gt; runs 200–400MB — better than most, but still heavy for a text editor&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Spotify&lt;/strong&gt; uses CEF (Chromium Embedded Framework — Electron's cousin) and hovers around 200–350MB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Compare that to native apps. &lt;strong&gt;Reeder&lt;/strong&gt; — a full-featured RSS reader — uses around 40MB. &lt;strong&gt;Tot&lt;/strong&gt; — a scratchpad utility — runs at under 20MB. &lt;strong&gt;Mimestream&lt;/strong&gt; — a Gmail client rebuilt natively for Mac — sits around 80MB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Battery&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is the one people feel most viscerally but track least often. Electron apps use more CPU because JavaScript is constantly being executed — event loops, garbage collection, re-renders. Native apps written in Swift compile down to machine code and can use Apple's energy-efficient frameworks properly.&lt;/p&gt;

&lt;p&gt;On Apple Silicon Macs, the gap is even more visible. Apps that are properly optimized for M-series chips via native frameworks can use the efficiency cores intelligently. Electron can't do that. It runs on Chrome's rendering engine, which wasn't designed with Apple's power management in mind.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disk Space&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every Electron app ships with its own copy of Chromium. That's roughly 100–200MB of duplicated engine, per app. If you have Slack, Discord, Notion, VS Code, and Figma installed, you have five copies of essentially the same browser sitting on your drive.&lt;/p&gt;

&lt;p&gt;Slack's installer is over 200MB. Discord is around 100MB. Meanwhile, &lt;strong&gt;IINA&lt;/strong&gt; — a full-featured video player that handles every format — is under 50MB.&lt;/p&gt;




&lt;h2&gt;
  
  
  App by App: What I Replaced and What I Used Instead
&lt;/h2&gt;

&lt;p&gt;Here's where I'll stop being theoretical and get practical.&lt;/p&gt;

&lt;h3&gt;
  
  
  Slack → Mimestream (for email) + the actual Slack app, used ruthlessly
&lt;/h3&gt;

&lt;p&gt;There's no great native Slack client. That's the honest answer. The best thing you can do is limit Slack to one workspace, disable it from auto-launching at startup, and quit it when you're in focus mode. But if your team uses email heavily, &lt;strong&gt;Mimestream&lt;/strong&gt; is what a native Gmail client looks like when it's done right — built in Swift, fast, integrates with macOS like it belongs there.&lt;/p&gt;

&lt;h3&gt;
  
  
  VS Code → Zed
&lt;/h3&gt;

&lt;p&gt;This one is the most impactful switch I've made.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zed&lt;/strong&gt; is a code editor built from scratch in Rust, with a GPU-rendered UI. It opens instantly. It handles large files without choking. It feels like what VS Code would be if it had been built natively for modern hardware. The extensions ecosystem is still catching up, but for most day-to-day work, Zed is faster in every measurable way.&lt;/p&gt;

&lt;p&gt;Startup time: VS Code takes 3–6 seconds cold. Zed opens in under a second. That gap is entirely the cost of loading Electron and the Node.js runtime before your editor even starts.&lt;/p&gt;

&lt;p&gt;If you're on a project that truly requires a specific VS Code extension that doesn't exist in Zed, keep VS Code for that context. But try Zed for a week and you'll notice the difference in your wrists and your attention span.&lt;/p&gt;

&lt;h3&gt;
  
  
  Notion → Craft
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Craft&lt;/strong&gt; is the native Notion. Built in Swift, it loads in a blink, supports offline mode properly, integrates with Spotlight, Quick Look, and the Share Sheet. It feels like a macOS app instead of a web app that forgot to remove the browser chrome.&lt;/p&gt;

&lt;p&gt;If you're a heavy Notion user with complex databases and integrations, switching fully isn't realistic. But for personal notes, documents, and writing — Craft is in a different class.&lt;/p&gt;

&lt;h3&gt;
  
  
  Spotify → it's complicated
&lt;/h3&gt;

&lt;p&gt;There's no perfect native Spotify client for Mac. &lt;strong&gt;Vinyls&lt;/strong&gt; is a menu bar app that controls Spotify playback natively and stays out of your way. It's not a full replacement, but it means you don't need Spotify's Electron app open and visible — just Vinyls sitting in your menu bar.&lt;/p&gt;

&lt;p&gt;If you're willing to step off Spotify entirely, the &lt;strong&gt;Music&lt;/strong&gt; app on macOS is genuinely good for local libraries, and Apple Music's native client is... well, native.&lt;/p&gt;

&lt;h3&gt;
  
  
  Discord → Native clients exist, with caveats
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Discordo&lt;/strong&gt; is a terminal-based Discord client. &lt;strong&gt;Ripcord&lt;/strong&gt; was a promising native client but has been in slow development. The honest reality here is that Discord's API is locked down enough that third-party clients are difficult to build and maintain.&lt;/p&gt;

&lt;p&gt;The pragmatic fix: keep Discord but configure it to quit completely when closed (not just minimize to the menu bar), and only open it when you actually need it. The damage Discord does is mostly from running continuously in the background.&lt;/p&gt;

&lt;h3&gt;
  
  
  1Password 8 → Strongbox or stay on 1Password 7
&lt;/h3&gt;

&lt;p&gt;If you're still on 1Password 7 and it's working, stay there. The app is still functional and perfectly secure.&lt;/p&gt;

&lt;p&gt;If you need to move, &lt;strong&gt;Strongbox&lt;/strong&gt; is a native password manager that uses the KeePass format, supports Face ID/Touch ID, and is genuinely pleasant to use. It feels like it was made for your Mac — because it was.&lt;/p&gt;




&lt;h2&gt;
  
  
  Apps That Prove Native Still Wins
&lt;/h2&gt;

&lt;p&gt;Beyond replacements for Electron apps, there are apps that never touched Electron in the first place and are better for it. These are the apps I point people to when they ask what good Mac software looks like.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rectangle&lt;/strong&gt; — Window management via keyboard shortcuts. Free, open source, 40MB, works every time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IINA&lt;/strong&gt; — Video player. Handles MKV, AVI, HEVC, everything. Beautiful native UI. Under 50MB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Maccy&lt;/strong&gt; — Clipboard manager. Menu bar. Open source. Uses almost no memory. Does exactly one thing and does it perfectly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Proxyman&lt;/strong&gt; — If you do web development, Proxyman is a native HTTP debugging proxy that makes Charles Proxy look ancient. It's fast, it's beautiful, and it's genuinely useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reeder&lt;/strong&gt; — RSS reader that respects your eyes and your RAM. One of the best-designed Mac apps available.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tot&lt;/strong&gt; — A scratchpad that lives in your menu bar. Seven slots, each a different color. It's tiny, instant, and I use it every day.&lt;/p&gt;




&lt;h2&gt;
  
  
  When Electron Is Actually Fine
&lt;/h2&gt;

&lt;p&gt;I want to be fair here, because the "Electron bad" take can become its own kind of dogma.&lt;/p&gt;

&lt;p&gt;VS Code is Electron and it's transformed how millions of people write code. The extension ecosystem is unmatched. For many developers, no native alternative comes close in breadth of features.&lt;/p&gt;

&lt;p&gt;Figma is Electron (and now web-first), and it changed the design industry. Nothing native competes with it at scale.&lt;/p&gt;

&lt;p&gt;Linear — the project management tool — is Electron, and it's one of the best-designed apps I've ever used, native or otherwise. The team has clearly worked hard to make it feel fast despite the underlying framework.&lt;/p&gt;

&lt;p&gt;The problem isn't Electron itself. The problem is teams that use Electron as a shortcut to avoid caring about performance. The best Electron apps are built by teams that fight against the framework's defaults. The worst ones just ship whatever Chrome renders and call it done.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Matters More Now
&lt;/h2&gt;

&lt;p&gt;On Apple Silicon Macs, native apps have never been better or more differentiated. The frameworks — SwiftUI, AppKit, Metal — are mature and powerful. Apps that are built natively can use the efficiency cores, integrate with Continuity features, respond to system-level events, and generally behave like they belong on the platform.&lt;/p&gt;

&lt;p&gt;Electron apps run through Rosetta or via x86 compatibility layers, or they get compiled to Apple Silicon but still carry all the overhead of Chromium's rendering engine. The gap in battery life and responsiveness between a well-built native app and its Electron equivalent is larger on Apple Silicon than it was on Intel. The bar has moved, and Electron apps haven't kept up.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Full List
&lt;/h2&gt;

&lt;p&gt;If you want to explore more native macOS apps — across every category, with new additions regularly — I maintain an open list on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/open-saas-directory/awesome-native-macosx-apps" rel="noopener noreferrer"&gt;awesome-native-macosx-apps&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It covers everything from developer tools to video players to window managers, with a focus on apps that feel like they belong on macOS.&lt;/p&gt;

&lt;p&gt;670+ developers have starred it. Pull requests welcome.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What's an Electron app you've successfully replaced? I'd genuinely like to know — drop it in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>macosx</category>
      <category>macapps</category>
      <category>nativemacapps</category>
      <category>desktopapps</category>
    </item>
  </channel>
</rss>
