An instant messaging system built with Tauri, Vite 7, Vue 3, and TypeScript
🔗 Quick Links
💻 Website:HuLaSpark |
📝 document:Configuration and Tutorials |
☕️ Server:GitHub / Gitee |
💬 WeChat:cy2439646234
中文 | English | Deutsch | Español | français | 日本語 | 한국어 | Português | Русский
🌐 Supported Platforms
| Platform | Supported Versions |
|---|---|
| Windows | Windows 10, Windows 11 |
| macOS | macOS 10.5+ Mac26 has supported |
| Linux | Ubuntu 22.0+ |
| iOS | iOS 9.0+ (iOS26 Real machine is supported. Tauri does not support Intel chips running on ios26 emulators) |
| Android | Android 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
Mobile interface display
✨ Features
🎯 Development Progress Overview
🔐 User Authentication System
| Feature | Description | Status |
|---|---|---|
| 🔑 | Username/Password Login | |
| 📱 | QR Code Scan Login | |
| 💻 | Multi-device Login Management |
💬 Message Communication
🤝 Social Management
🎨 User Experience
| Feature | Description | Status |
|---|---|---|
| 🖼️ | Modern UI Design | |
| 🌙 | Dark & Light Theme | |
| 🎭 | Skin Theme Switching |
🛠️ System Features
🌐 Cross-platform Support
| Feature | Description | Status |
|---|---|---|
| 💻 | Windows/macOS/Linux | |
| 📱 | iOS/Android Adaptation |
🤖 AI Integration
| Feature | Description | Status |
|---|---|---|
| 🧠 | AI Chat Assistant | |
| 🔌 | Multi-platform AI Support |
App Upgrade Sponsor
👏 Thanks to all Contributors!
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:
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
- 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.
- 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.
- 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.
- 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.
- 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!
💬 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.
🙏 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 | 翟可 | ¥1688 |
🏆 Gold Sponsors ($15+)
🥈 Silver Sponsors ($8-14)
🥉 Bronze Sponsors ($3-7)
| 💝 Date | 👤 Sponsor | 💰 Amount | 🏷️ Platform |
|---|---|---|---|
| 2025-08-12 | 云鹏 | ¥20 |
|
| 2025-08-12 | *持 | ¥20 |
|
| 2025-06-03 | 洪流 | ¥20 |
|
| 2025-05-27 | 刘启成 | ¥20 |
|
| 2025-05-20 | 匿名赞助者 | ¥20 |
📝 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
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 🚀






































