# HtmlRunner
**Repository Path**: 9658065/html-runner
## Basic Information
- **Project Name**: HtmlRunner
- **Description**: 让Html文件EXE一样运行,将HTML应用打包为原生可执行程序的跨平台解决方案,基于Rust的wry框架实现。
- **Primary Language**: Rust
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-01-08
- **Last Updated**: 2025-03-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Colt Html Runner
#### Project Overview
Package HTML applications as native executables across platforms, powered by Rust's wry framework.
#### Key Features
- 🚀 Build native GUI with web technologies
- 🔒 Secure custom protocol handling
- 🖥️ Cross-platform support (Windows/macOS/Linux)
- ⚡ High-performance resource loading & caching
- 🛠️ Configurable window settings (size/icon/title)
#### Quick Start
```bash
# Clone repository
git clone https://gitee.com/your-repo/html-runner.git
cd html-runner
# Run demo
cargo run --release
```