Dylan Ironside

Hacker News for macOS - A native macOS client for Hacker News, built with SwiftUI

A native macOS desktop client for Hacker News that goes beyond the website. Browse stories in a visual grid with article thumbnails, read articles side-by-side with comment threads, and use reader mode to focus on content. Built entirely with SwiftUI for a fast, native experience with full dark mode support, 15+ keyboard shortcuts, built-in ad blocking, and adjustable text scaling. Log in with your HN account to bookmark stories, hide items, and sync across sessions. Free and open-source.

Add a comment

Replies

Best
Dylan Ironside
Hey everyone! I built Hacker News for macOS because I wanted a better way to read HN than the browser tab I always had open. The website is great for what it is, but I kept wanting things it doesn't offer — a visual grid with article thumbnails, side-by-side reading with comments, reader mode to strip away clutter, and proper keyboard shortcuts that don't conflict with my browser. So I built it as a native SwiftUI app. Some highlights: Browse smarter: - Visual story grid with Open Graph thumbnails — scan headlines at a glance instead of a wall of text - Filter by feed type (All, Ask HN, Show HN, Jobs), sort by Hot or Recent, and narrow by date range - Full-text search powered by Algolia Read better - Split-pane view: article on the left, comments on the right — no more tab switching - Built-in reader mode strips ads and clutter from articles - Ad and pop-up blocking baked in - Adjustable text scaling from 75% to 150% Stay in flow - 15+ keyboard shortcuts (Cmd+1/2/3 to switch views, Cmd+F to find, Cmd+Shift+R for reader mode) - Find-in-page with match highlighting across articles and comments - HN account login with bookmark sync and item hiding - Automatic updates via Sparkle — always on the latest version No compromises - 100% native Swift + SwiftUI — not an Electron wrapper - Dark mode, light mode, or match your system - Free and open-source under MIT license - No tracking, no analytics, no accounts required I use this every day and wanted to share it with the community. Would love your feedback — feel free to open issues on GitHub!
Kimberly Ross

@ironsidexxvi Hi Dylan. Congrats on your launch! Did you face any macOS‑specific design challenges like menus, touchpad gestures, windowing?

Dylan Ironside

@kimberly_ross Hey there! Getting macOS code signing and notarization working in CI was honestly the hardest part of this project. If anyone is distributing a macOS app outside the App Store via GitHub Actions, I'm happy to answer questions — the workflow is fully open source.

Peter Shu

The HN website is known to be "minimal", to say the least. Why might that be the case for so long, when they clearly have the ability to make it look more modern? Maybe for more classic look? idk but I am very relieved to have a more modern HN.

Is this just me??

Dylan Ironside

@peterz_shu 

That’s a good question. I don’t think they’ve changed the front end once from the time they released hacker news in 2007.

Guy Antoine

Love the grid view and simple filters. Its a keeper Dylan

Guy Antoine

suggestion - for the Show HN: posts - I would love it if the first comment shows in the grid tile instead of image - so i can get the elevator-pitch for the product without having to click through... what are your thoughts?

Dylan Ironside

@zeebs Very interesting idea! Thanks for the feedback.

Guy Antoine

Haha...I just posted for the first time on HN y-day. Was a super clunky experience for a noob. I totally get it. Thanks for building. Gonna give it a spin

Piroune Balachandran

Keyboard-first Hacker News reading on macOS is a tough bar, especially in SwiftUI. I like that Hacker News for macOS is MIT licensed, ships as a simple DMG, and targets macOS 14+. That keeps the surface area sane. The make-or-break details are focus management, keeping scroll position when you bounce between story and comments, and a read state that never drifts. If you ever add sync, read state and saved stories across Macs is the day-two win. Nail those and it'll stick.