An open API service indexing awesome lists of open source software.

https://github.com/hulaspark/hula

🍀 HuLa是一款基于Tauri v2+Vue3的桌面即时通讯应用程序(不仅仅是即时通讯),兼容Win、MacOS、Linux、Android、IOS
https://github.com/hulaspark/hula

chatbot macos rust tauri tsx vue3 webview windows windows-10 windows-11

Last synced: 18 days ago
JSON representation

🍀 HuLa是一款基于Tauri v2+Vue3的桌面即时通讯应用程序(不仅仅是即时通讯),兼容Win、MacOS、Linux、Android、IOS

Awesome Lists containing this project

README

        



An Instant Messaging System Built with Tauri, Vite 6, Vue 3, and TypeScript



CI










gitee:star
github:star
gitcode:star



WeChat:


💻 Official Website:HuLaSpark


☕️ server:github HuLa-Server | gitee HuLa-Server

中文 | English

## 🌐 Support platform

| Platform | Supported version |
|------|---------|
| 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 developed with Tauri, Vite 6, Vue 3, and TypeScript. It leverages the cross-platform capabilities of Tauri and the reactive design of Vue 3, combined with TypeScript's type safety features and the fast build system of Vite 6, to provide users with an efficient, secure, and easy-to-use communication solution.

## 🛠️ Technology Stack

- **Tauri**: Provides a lightweight, high-performance desktop application container, enabling the development of cross-platform desktop applications with a web technology stack. Tauri's design philosophy aims to minimize resource consumption while ensuring security.
- **Vite 6**: A modern front-end build tool that uses native ES module import to offer a fast development server. At the same time, it provides robust support for production builds. Vite 6 is its latest version, bringing more optimizations and features.
- **Vue 3**: A progressive JavaScript framework for building user interfaces. Its Composition API, improved TypeScript integration, and optimizations for mobile platforms make developing complex single-page applications simpler and more efficient.
- **TypeScript**: A superset of JavaScript that adds a type system to the language. It enables catching more errors during development and provides better support from editors.

## 🖼️ Project PreView

![img.png](preview/img.png)

![img_1.png](preview/img_1.png)

![img_2.png](preview/img_2.png)

![img_3.png](preview/img_3.png)


img_4.png


img_5.png


img_6.png


img_7.png


img_8.png

## ✨ Completed Features

| Feature Category | Feature Description | Status |
|-----------------|---------------------|--------|
| 🔐 **User Authentication** | Username/Password Login | ✅ Completed |
| | QR Code Scan Login | ✅ Completed |
| | Multi-device Login Management | ✅ Completed |
| 💬 **Messaging** | One-on-one Private Chat | ✅ Completed |
| | Group Chat | ✅ Completed |
| | Message Recall | ✅ Completed |
| | @Mention, Reply Function | ✅ Completed |
| | Message Read Status | ✅ Completed |
| | Emoji Function | ✅ Completed |
| | Context Menu Based on Message Type | ✅ Completed |
| | Support parsing links as preview cards | ✅ Completed |
| | Message likes and dissatisfaction status | ✅ Completed |
| 👥 **Contact & Group Management** | Friend Add/Remove | ✅ Completed |
| | Friend Search | ✅ Completed |
| | Group Creation and Management | ✅ Completed |
| | Friend Online Status | ✅ Completed |
| | Friend Badges | ✅ Completed |
| | Block, Blacklist, Do Not Disturb | ✅ Completed |
| | Message by message merging and forwarding | 🚧 In Progress |
| | Group Announcement | ✅ 已完成 |
| | Group chat、individual chat notes, nicknames, etc | ✅ 已完成 |
| 🎨 **UI Interface** | Modern Interface Design | ✅ Completed |
| | Dark/Light Theme Support | ✅ Completed |
| | Skin Theme Switching | ✅ Completed |
| 🛠️ **System Functions** | Multi-window Management | ✅ Completed |
| | System Tray, Tray Flash Notifications | ✅ Completed |
| | Message Notifications | ✅ Completed |
| | Image Viewer | ✅ Completed |
| | Screenshot Function | 🚧 In Progress |
| | Support automatic/forced updates | ✅ Completed |
| | Customize update page | ✅ Completed |
| 🌐 **Cross-platform Support** | Win10, Win11/macOS/Linux | ✅ Completed |
| | iOS/Android Adaptation | 🚧 In Progress |
| 🤖 **AI** | DeepSeek, ChatGPT, Claude, Qwen, Custom | 🚧 In Progress |

## 👏 Thanks to the following contributors!



## 📥 Installation and Running

```bash
# Clone the project
git clone https://gitee.com/HuLaSpark/HuLa.git
or
git clone https://github.com/HuLaSpark/HuLa.git

# Enter the project directory
cd HuLa

# Install dependencies
pnpm install

# Run the development server
pnpm run tauri:dev

# Build for production
pnpm run tauri:build
```

## ⚠️ Precautions(macOS Users)

Downloading the installation package on the web page will indicate that the installation package is corrupted, and you may encounter a certificate issue, which is caused by the security mechanism of the macOS system. Follow these steps to solve:

#### 1. Open "System Settings" - "Security & Privacy", as shown in the figure, check the box: Allow apps downloaded from "Any Source" to run:


img_9.png

#### 2. If an error is reported, run the following command in the terminal to resolve the problem:

```bash
## Execute before installation
sudo xattr -rd com.apple.quarantine the Path To Install The Package/Download installation package name
```
```bash
## If it has already been installed, proceed as follows
sudo xattr -r -d com.apple.quarantine /Applications/apply name.app
```

## 📋 SubmissionSpecification

use **pnpm run commit** to invoke the _git commit_ interaction and follow the prompts to complete the input and selection of information

## ⚖️ Disclaimer

1. This project is provided as an open source project, and the developer does not provide any express or implied warranty of any kind as to the functionality, security, or suitability of the software to the extent permitted by law
2. The User expressly understands and agrees that the use of the Software is entirely at the User's own risk and that the Software is provided on an "as is" and "as available" basis. The developer disclaims all warranties of any kind, whether express or implied, including, but not limited to, warranties of merchantability, fitness for a particular purpose, and non-infringement
3. In no event shall Developer or its suppliers be liable for any direct, indirect, incidental, special, punitive, or consequential damages, including, but not limited to, lost profits, business interruption, disclosure of personal information, or other commercial damages or losses arising from the use of the Software
4. All users who carry out secondary development on this project shall undertake to use this software for legitimate purposes and shall be responsible for complying with local laws and regulations
5. Developer reserves the right to modify the functionality or features of the Software, as well as any part of this Disclaimer, at any time, and these modifications may be reflected in software updates

**The final interpretation of this disclaimer belongs to the developer**

## 🎁 Sponsor HuLa
If you think HuLa is helpful to you, welcome to sponsor HuLa. Your support is our motivation to keep moving forward.


Sponsorship Code

Sponsorship Code

## 💬 HuLa Community discussion groups
微信群二维码

## 🙏 List of sponsors
Thanks to the following sponsors for their support!

| Date | Sponsor | Sum | Platform |
|------|--------|------|------|
| 2025-04-25 | 上官俊斌 | ¥200 | 微信赞赏码 |
| 2025-04-20 | 姜兴(Simon) | ¥188 | 微信赞赏码 |
| 2025-02-17 | 禾硕 | ¥168 | 支付宝赞赏 |
| 2025-02-8 | Boom.... | ¥100 | 微信赞赏码 |
| 2025-04-01 | 墨 | ¥88.88 | 微信转账 |
| 2025-02-8 | 邓伟 | ¥88 | 微信赞赏码 |
| 2025-02-7 | dennis | ¥80 | gitee码云赞赏 |
| 2025-02-6 | 小二 | ¥62 | 微信转账 |

> Note: This list is manually updated. If you have sponsored but are not displayed in the list, please contact us by:
1. Submit Issue on GitHub
2. Send an email to: [email protected]
3. Contact via WeChat: cy2439646234

## 📄 License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHuLaSpark%2FHuLa.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FHuLaSpark%2FHuLa?ref=badge_large)