-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
gh503 edited this page Mar 5, 2026
·
1 revision
# 克隆项目
git clone https://github.com/gh503/tuiworker
cd tuiworker
# 编译 Release 版本
cargo build --release
# 运行
./target/release/tuiworker从 Releases 页面下载对应平台的二进制文件:
-
Linux:
tuiworker-glibc2.35(Ubuntu 22.04+),tuiworker-glibc2.39(Ubuntu 24.04+) -
macOS:
tuiworker-macos-x86_64(Intel),tuiworker-macos-arm64(Apple Silicon) -
Windows:
tuiworker-windows.exe
wget https://github.com/gh503/tuiworker/releases/download/v0.1.0-alpha/tuiworker_0.1.0-alpha_amd64.deb
sudo dpkg -i tuiworker_0.1.0-alpha_amd64.debwget https://github.com/gh503/tuiworker/releases/download/v0.1.0-alpha/tuiworker.rpm
sudo rpm -i tuiworker.rpm- Linux: GLIBC 2.35+ (Ubuntu 22.04+, Debian 12+)
- macOS: 10.15+ (Catalina)
- Windows: Windows 10+
# Clone the project
git clone https://github.com/gh503/tuiworker
cd tuiworker
# Build release version
cargo build --release
# Run
./target/release/tuiworkerDownload the pre-built binary for your platform from the Releases page:
-
Linux:
tuiworker-glibc2.35(Ubuntu 22.04+),tuiworker-glibc2.39(Ubuntu 24.04+) -
macOS:
tuiworker-macos-x86_64(Intel),tuiworker-macos-arm64(Apple Silicon) -
Windows:
tuiworker-windows.exe
wget https://github.com/gh503/tuiworker/releases/download/v0.1.0-alpha/tuiworker_0.1.0-alpha_amd64.deb
sudo dpkg -i tuiworker_0.1.0-alpha_amd64.debwget https://github.com/gh503/tuiworker/releases/download/v0.1.0-alpha/tuiworker.rpm
sudo rpm -i tuiworker.rpm- Linux: GLIBC 2.35+ (Ubuntu 22.04+, Debian 12+)
- macOS: 10.15+ (Catalina)
- Windows: Windows 10+