Download

Get the agent binary, companion apps, and source code.

Agent Binary

Pre-built aarch64 binary for the ZTE U60 Pro. Ready to deploy.

Latest Release

Source Code

Full source for zte-agent, mobile apps, and web tools. MIT licensed.

View on GitHub

iOS App

Native SwiftUI companion app for iPhone and iPad.

Coming Soon

Android App

Native Jetpack Compose companion app for Android phones.

Coming Soon

Build from Source

bash
# Clone the repo
git clone https://github.com/jesther-ai/open-u60-pro.git
cd open-u60-pro

# Build the agent
cargo build --release --target aarch64-unknown-linux-musl -p zte-agent

# Deploy to device
./setup.sh <router-password> <agent-password>