Native Mac chat client wraps open-source LLMs in Swift
Because open-source AI chat deserves a native Mac home with a global hotkey and VSCode context awareness.

What it does
HuggingChat macOS is a native Swift 6 application that puts a chat interface for open-source language models on your desktop. It ships as a standard .app bundle via GitHub Releases and Homebrew, and answers to a global keyboard shortcut (⌘ + Shift + Return) so you can summon it without hunting through browser tabs. The README is vague on whether inference happens locally or remotely—what’s clear is that it targets macOS 14.0 and newer and is built in Xcode 16.
The interesting bit
The VSCode integration is the unusual angle. Through a separate companion extension, the app can pull context from your code editor to inform its responses, turning it into a coding assistant that actually knows what file you have open. That’s a nice touch for what otherwise looks like a standard native wrapper.
Key highlights
- Native Swift 6 codebase, requiring macOS 14.0 and Xcode 16 to build
- Distributed via Homebrew Cask and GitHub Releases as a standard macOS app
- Global summon shortcut:
⌘ + Shift + Return - Optional VSCode extension for code-aware responses (via separate install)
- Apache licensed
Caveats
- The README never clarifies whether models run locally or through a remote API, which matters for privacy and offline use.
- VSCode integration requires manually installing a separate extension from a different repository; it is not bundled.
Verdict
Worth a look if you want a native Mac chat client with a global hotkey and VSCode context awareness. Skip it if you need cross-platform support or clarity on whether your prompts stay on-device.
Frequently asked
- What is huggingface/chat-macOS?
- Because open-source AI chat deserves a native Mac home with a global hotkey and VSCode context awareness.
- Is chat-macOS open source?
- Yes — huggingface/chat-macOS is open source, released under the Apache-2.0 license.
- What language is chat-macOS written in?
- huggingface/chat-macOS is primarily written in Swift.
- How popular is chat-macOS?
- huggingface/chat-macOS has 2k stars on GitHub.
- Where can I find chat-macOS?
- huggingface/chat-macOS is on GitHub at https://github.com/huggingface/chat-macOS.