You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HuggingChat macOS is a native chat interface designed specifically for macOS users, leveraging the power of open-source language models. It brings the capabilities of advanced AI conversation right to your desktop, offering a seamless and intuitive experience.
Drag the HuggingChat.app to your Applications folder.
Homebrew
HuggingChat is also available via Homebrew. Simply run:
brew install --cask huggingchat
That's it! You can now launch HuggingChat from your Applications folder or using the dedicated keyboard shortcut: ⌘ + Shift + Return.
VSCode Integration
In order to use HuggingChat in VSCode, you'll need to install the HuggingChat Extension. After downloading it, add it to VSCode by navigating to the Extensions tab and selecting "Install from VSIX". Choose the downloaded file and restart VSCode. HuggingChat can now use context from your code editor to provide more accurate responses.
Development Setup
Prerequisites
Xcode 16.0 or later
macOS 14.0 or later
Building the Project
Clone the repository:
git clone https://github.com/huggingface/chat-macOS.git
cd HuggingChat-macOS
Open HuggingChat-macOS.xcodeproj in Xcode
Select your development team in the project settings if you plan to run on a physical device
Build and run the project (⌘ + R)
Making Contributions
1. Choose or Create an Issue
Check existing issues for something you'd like to work on
Create a new issue if you have a bug fix or feature proposal
Comment on the issue to let maintainers know you're working on it
2. Fork and Branch
Fork the repository to your GitHub account
Create a new branch for your work:
git checkout -b feature/your-feature-name
# or
git checkout -b fix/your-bug-fix