# HuLa
**Repository Path**: coder1493/HuLa
## Basic Information
- **Project Name**: HuLa
- **Description**: ๐ ไธๆฌพๅบไบRust+Vue3 ๆ่ดๆง่ฝ็่ทจๅนณๅฐๅณๆถ้่ฎฏๆก้ขๅบ็จ๏ผๅ
ผๅฎนWindowsใMacOSใLinuxใAndroidใIOS
๐ 10ๆ20ๅท 3.0็ๆฌ้็ฃ
ๅๅธ๏ผๆฌ่ฏทๆๅพ
๐
- **Primary Language**: Rust
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://hulaspark.com
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 395
- **Created**: 2025-10-15
- **Last Updated**: 2025-10-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
An instant messaging system built with Tauri, Vite 7, Vue 3, and TypeScript
ไธญๆ |
English |
Deutsch |
Espaรฑol |
franรงais |
ๆฅๆฌ่ช |
ํ๊ตญ์ด |
Portuguรชs |
ะ ัััะบะธะน
## ๐ Supported Platforms
| Platform | Supported Versions |
|----------|-------------------|
| Windows | Windows 10, Windows 11 |
| macOS | macOS 10.5+ |
| Linux | Ubuntu 22.0+ |
| iOS/iPadOS | iOS 9.0+, iPadOS 9.0+ |
| Android | Android 8.0+ |
## ๐ 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
๐ฌ Main Chat Interface
|
๐จ๏ธ Chat Conversation Interface
|
๐ Emoji Selection
|
โ๏ธ System Settings
|
๐ Feature Highlights
๐ฑ Diverse Messaging
|
๐จ Status Toggle
|
๐ท Image Viewer
|
๐ฅ Group Management
|
๐ค ChatBot Plugin Features
|
๐ค ChatBot Settings Page
|
## โจ Features
๐ฏ Development Progress Overview
### ๐ User Authentication System
| Feature | Description | Status |
|---------|-------------|--------|
| ๐ | Username/Password Login |  |
| ๐ฑ | QR Code Scan Login |  |
| ๐ป | Multi-device Login Management |  |
### ๐ฌ Message Communication
| Feature | Description | Status |
|---------|-------------|--------|
| ๐ค | One-on-one Private Chat |  |
| ๐ฅ | Group Chat |  |
| โฉ๏ธ | Message Recall |  |
| ๐ข | @Mention & Reply Features |  |
| ๐๏ธ | Message Read Status |  |
| ๐ | Emoji Features |  |
| ๐ฑ๏ธ | Message Right-click Menu |  |
| ๐ | Link Preview Cards |  |
| ๐ | Message Like Interaction |  |
| ๐ | Chat History Management |  |
### ๐ค Social Management
| Feature | Description | Status |
|---------|-------------|--------|
| โ | Add & Remove Friends |  |
| ๐ | Friend Search |  |
| ๐ข | Group Creation & Management |  |
| ๐ข | Friend Online Status |  |
| ๐๏ธ | Friend Badge System |  |
| ๐ซ | Block & Do Not Disturb |  |
| ๐ค | Message Forwarding |  |
| ๐ | Group Announcements |  |
| ๐ท๏ธ | Nickname & Remark Management |  |
| ๐ | Get and Send Location |  |
| ๐ฅ | Scan code to log in and join the group |  |
### ๐จ User Experience
| Feature | Description | Status |
|---------|-------------|--------|
| ๐ผ๏ธ | Modern UI Design |  |
| ๐ | Dark & Light Theme |  |
| ๐ญ | Skin Theme Switching |  |
### ๐ ๏ธ System Features
| Feature | Description | Status |
|---------|-------------|--------|
| ๐ช | Multi-window Management |  |
| ๐ | System Tray Notifications |  |
| ๐ท | Image Viewer |  |
| โ๏ธ | Screenshot Feature |  |
| ๐ | File Upload (Qiniu Cloud) |  |
| ๐ | Auto-update System |  |
### ๐ Cross-platform Support
| Feature | Description | Status |
|---------|-------------|--------|
| ๐ป | Windows/macOS/Linux |  |
| ๐ฑ | iOS/Android Adaptation |  |
### ๐ค AI Integration
| Feature | Description | Status |
|---------|-------------|--------|
| ๐ง | AI Chat Assistant |  |
| ๐ | Multi-platform AI Support |  |
## ๐ Thanks to all Contributors!
## ๐ฅ Installation & Running
```bash
# 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:
```bash
## Execute before installation
sudo xattr -rd com.apple.quarantine path/to/your/downloaded/package
```
```bash
## 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!
---
## ๐ฌ Join Community
๐ค HuLa Community Discussion Group
Join developers and users for discussions, get the latest news and technical support
## ๐ 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+)
| ๐ Date | ๐ค Sponsor | ๐ฐ Amount | ๐ท๏ธ Platform |
|---------|----------|--------|---------|
| 2025-09-03 | **็็ซ** | `ยฅ500` |  |
| 2025-09-05 | **Orion** | `ยฅ200` |  |
| 2025-08-26 | **ๅๅ** | `ยฅ200` |  |
| 2025-04-25 | **ไธๅฎไฟๆ** | `ยฅ200` |  |
| 2025-05-27 | **ไธดๅฎๅฑ
ๅฃซ** | `ยฅ188` |  |
| 2025-04-20 | **ๅงๅ
ด(Simon)** | `ยฅ188` |  |
| 2025-02-17 | **็ฆพ็ก** | `ยฅ168` |  |
| 2025-08-13 | **zhongjing** | `ยฅ100` |  |
| 2025-07-15 | **็ฒๅ
** | `ยฅ100` |  |
| 2025-02-8 | **Boom....** | `ยฅ100` |  |
### ๐ฅ Silver Sponsors ($8-14)
| ๐ Date | ๐ค Sponsor | ๐ฐ Amount | ๐ท๏ธ Platform |
|---------|----------|--------|---------|
| 2025-06-26 | **m udDy๐** | `ยฅ88` |  |
| 2025-05-09 | **็น่ฑซ๏ผๅฐฑไผ่ดฅๅใ** | `ยฅ88` |  |
| 2025-04-01 | **ๅขจ** | `ยฅ88.88` |  |
| 2025-02-8 | **้ไผ** | `ยฅ88` |  |
| 2025-02-7 | **dennis** | `ยฅ80` |  |
| 2025-02-6 | **ๅฐไบ** | `ยฅ62` |  |
| 2025-05-15 | **ๅญค้ธฟๅฝฑ** | `ยฅ56` |  |
### ๐ฅ Bronze Sponsors ($3-7)
| ๐ Date | ๐ค Sponsor | ๐ฐ Amount | ๐ท๏ธ Platform |
|---------|----------|--------|---------|
| 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](https://github.com/HuLaSpark/HuLa/issues) | ๐ง 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 ๐