README.en.md

January 14, 2026 · View on GitHub

An instant messaging system built with Tauri, Vite 7, Vue 3, and TypeScript

HuLaSpark%2FHuLa | Trendshift Featured|HelloGitHub

Gitee Stars GitHub Stars GitCode Stars 2025 Top 100 Open Source Projects


DeepWiki FOSSA Status CII Best Practices HuLaSpark Discord



🔗 Quick Links

💻 Website:HuLaSpark | 📝 document:Configuration and Tutorials | ☕️ Server:GitHub / Gitee | 💬 WeChat:cy2439646234

中文 | English | Deutsch | Español | français | 日本語 | 한국어 | Português | Русский

🌐 Supported Platforms

PlatformSupported Versions
WindowsWindows 10, Windows 11
macOSmacOS 10.5+ Mac26 has supported
LinuxUbuntu 22.0+
iOSiOS 9.0+ (iOS26 Real machine is supported. Tauri does not support Intel chips running on ios26 emulators)
AndroidAndroid 12+ (SDK30+)
Web⚠️Not currently supported (custom removal required)

📝 Project Introduction

HuLa is an instant messaging system built with Tauri, Vite 7, Vue 3, and TypeScript. It leverages Tauri's cross-platform capabilities and Vue 3's reactive design, combined with TypeScript's type safety features and Vite 7's fast build process, providing users with an efficient, secure, and user-friendly communication solution.

🛠️ Tech Stack

  • Tauri: Provides a lightweight, high-performance desktop application container for this project, enabling us to develop cross-platform desktop applications using frontend technology stack. Tauri's design philosophy is to minimize resource consumption while ensuring security.
  • Vite 7: Vite is a modern frontend build tool that leverages native ES module imports to provide a fast development server, while also offering powerful support for production environment packaging. Vite 7 is its latest version, bringing more optimizations and features.
  • Vue 3: Vue 3 is a progressive JavaScript framework for building user interfaces. Its Composition API, better TypeScript integration, and mobile optimization make developing complex single-page applications simpler and more efficient.
  • TypeScript: TypeScript is a superset of JavaScript that adds a type system on top of JavaScript. This allows us to catch more errors during development and provides better editor support.

🖼️ Project Preview

🎨 Interface Showcase

PC interface display, there are other functions not in the introduction screenshot, please download your own experience

img2-1 img2-2 img2-3 img2-4 img2-5 img2-6 img2-7 img2-8 img2-9 img2-10 img2-11 img2-12 img2-13 img2-14 img2-15

img-main img-conversation img-contacts img-settings Message Features Theme Switching Emojis Group Management Personal Settings File Transfer

Mobile interface display

img3-1 img3-2 img3-3 img3-4 img3-5 img3-6 img3-6

✨ Features

🎯 Development Progress Overview

🔐 User Authentication System

FeatureDescriptionStatus
🔑Username/Password LoginCompleted
📱QR Code Scan LoginCompleted
💻Multi-device Login ManagementCompleted

💬 Message Communication

FeatureDescriptionStatus
👤One-on-one Private ChatCompleted
👥Group ChatCompleted
↩️Message RecallCompleted
📢@Mention & Reply FeaturesCompleted
👁️Message Read StatusCompleted
😊Emoji FeaturesCompleted
🖱️Message Right-click MenuCompleted
🔗Link Preview CardsCompleted
👍Message Like InteractionCompleted
📔Chat History ManagementCompleted

🤝 Social Management

FeatureDescriptionStatus
Add & Remove FriendsCompleted
🔍Friend SearchCompleted
🏢Group Creation & ManagementCompleted
🟢Friend Online StatusCompleted
🎖️Friend Badge SystemCompleted
🚫Block & Do Not DisturbCompleted
📤Message ForwardingCompleted
📋Group AnnouncementsCompleted
🏷️Nickname & Remark ManagementCompleted
📍Get and Send LocationCompleted
🔥Scan code to log in and join the groupCompleted

🎨 User Experience

FeatureDescriptionStatus
🖼️Modern UI DesignCompleted
🌙Dark & Light ThemeCompleted
🎭Skin Theme SwitchingCompleted

🛠️ System Features

FeatureDescriptionStatus
🪟Multi-window ManagementCompleted
🔔System Tray NotificationsCompleted
📷Image ViewerCompleted
✂️Screenshot FeatureIn Progress
🎙️Voice CallingCompleted
🎥Video CallingCompleted
⌨️Global Shortcut ControlCompleted
📺Dedicated Media ViewerCompleted
📁File Upload (Qiniu Cloud)Completed
🔄Auto-update SystemCompleted
🌍i18n supportIn Progress

🌐 Cross-platform Support

FeatureDescriptionStatus
💻Windows/macOS/LinuxCompleted
📱iOS/Android AdaptationCompleted

🤖 AI Integration

FeatureDescriptionStatus
🧠AI Chat AssistantCompleted
🔌Multi-platform AI SupportCompleted

App Upgrade Sponsor

UpgradeLink

👏 Thanks to all Contributors!

Contribution Leaderboard
Contribution Leaderboard
Contribution Leaderboard

Note

Special thanks to @dennis9486 for delivering the initial screenshot feature implementation located at src/components/common/Screenshot.vue, which laid the groundwork for the desktop capture experience.

📥 Installation & Running

# Clone the project
git clone https://gitee.com/HulaSpark/HuLa.git
# or
git clone https://github.com/HulaSpark/HuLa.git

# Enter project directory
cd HuLa

# Install dependencies
pnpm install

# Run development server
pnpm run tauri:dev

# Build for production
pnpm run tauri:build

⚠️ Important Notes (macOS Users)

Downloading installation packages from the web may show a damaged package prompt, possibly encountering certificate issues due to macOS security mechanisms. Please follow these steps to resolve:

1. Open "System Settings" - "Security & Privacy", check as shown: Allow apps downloaded from "Anywhere" to run:

img_10.png

2. If errors persist, execute the following commands in Terminal:

## Execute before installation
sudo xattr -rd com.apple.quarantine path/to/your/downloaded/package
## If already installed, execute the following
sudo xattr -r -d com.apple.quarantine /Applications/ApplicationName.app

📋 Commit Guidelines

Execute pnpm run commit to invoke git commit interaction, complete information input and selection according to prompts.

⚖️ Disclaimer

  1. This project is provided as an open-source project. Developers do not provide any form of explicit or implicit warranties for the functionality, security, or applicability of the software within the scope permitted by law.
  2. Users clearly understand and agree that the risk of using this software is entirely borne by the user. The software is provided on an "as is" and "as available" basis. Developers do not provide any form of warranty, whether explicit or implicit, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement.
  3. Under no circumstances shall developers or their suppliers be liable for any direct, indirect, incidental, special, punitive, or consequential damages, including but not limited to profit loss, business interruption, personal information leakage, or other commercial damages or losses arising from the use of this software.
  4. All users conducting secondary development on this project must commit to using this software for legal purposes and are responsible for complying with local laws and regulations.
  5. Developers have the right to modify the software's functions or features at any time, as well as any part of this disclaimer, and these modifications may be reflected in the form of software updates.

The final interpretation of this disclaimer belongs to the developers

🎁 Support the Project

💝 Sponsor Support

If you find HuLa helpful, welcome to sponsor and support us. Your support is our motivation to keep moving forward!

WeChat Code Alipay Code


💬 Join Community

🤝 HuLa Community Discussion Group

Join developers and users for discussions, get the latest news and technical support

Use the HuLa mobile app to scan the Issues group QR code below and share feedback anytime.

WeChat Group QR Code QQ Group QR Code HuLa Issues Group QR Code

🙏 Thanks to Sponsors

💎 Contributors Hall of Fame

Thanks to the following friends for their generous support of the HuLa project!

💎 Diamond Sponsors (¥1000+)

💝 Date👤 Sponsor💰 Amount🏷️ Platform
2025-09-12翟可¥1688WeChat

🏆 Gold Sponsors ($15+)

💝 Date👤 Sponsor💰 Amount🏷️ Platform
2025-12-13M(PiDAOLab)¥500WeChat
2025-11-12¥500WeChat
2025-09-03烛火¥500WeChat
2025-09-05Orion¥200WeChat
2025-10-24唐勇(伏威)¥400WeChat
2025-08-26唐勇¥200WeChat
2025-04-25上官俊斌¥200WeChat
2025-05-27临安居士¥188WeChat
2025-04-20姜兴(Simon)¥188WeChat
2025-02-17禾硕¥168Alipay
2025-10-16xx豪¥101Alipay
2025-12-25三愿¥100WeChat
2025-10-15¥100WeChat
2025-08-13zhongjing¥100WeChat
2025-07-15粉兔¥100WeChat
2025-02-8Boom....¥100WeChat

🥈 Silver Sponsors ($8-14)

💝 Date👤 Sponsor💰 Amount🏷️ Platform
2025-11-29Sven¥66WeChat
2025-06-26m udDy🐖¥88WeChat
2025-05-09犹豫,就会败北。¥88WeChat
2025-04-01¥88.88WeChat
2025-02-8邓伟¥88WeChat
2025-02-7dennis¥40Gitee
2025-11-5匿名用户¥66WeChat
2025-02-6小二¥62WeChat
2025-05-15孤鸿影¥56WeChat
2026-01-14赵赫¥50WeChat
2026-01-05Dumbness¥50WeChat

🥉 Bronze Sponsors ($3-7)

💝 Date👤 Sponsor💰 Amount🏷️ Platform
2025-08-12云鹏¥20WeChat
2025-08-12*¥20Alipay
2025-06-03洪流¥20WeChat
2025-05-27刘启成¥20WeChat
2025-05-20匿名赞助者¥20WeChat

📝 Friendly Reminder This list is manually updated. If you have sponsored but are not listed, please contact us: 🐛 GitHub Issue | 📧 Email: 2439646234@qq.com | 💬 WeChat: cy2439646234



📄 Open Source License

⚖️ License Information

FOSSA Status

This project follows open source license agreements. For detailed information, please check the license report above


🌟 Thank You for Your Attention

If you find HuLa valuable, please give us a ⭐ Star, which is the greatest encouragement for us!

Let's build a better instant messaging experience together 🚀