Haoleme
Monitor commands on your computer or server from your phone.
Website · Download APK · Quick Start · PyPI
Official Links
- Website: https://haolemeapp.github.io/
- GitHub: https://github.com/HaolemeApp/Haoleme
What Is It
Haoleme is a command monitoring tool.
Start a command with hao, then watch its status, console output, device online state, and finish notification in the mobile app. It is useful for training jobs, remote scripts, batch tasks, crawlers, long SSH sessions, and anything you do not want to babysit in a terminal.
Preview
The home screen shows active and completed runs in one place. Settings covers pairing, shared spaces, appearance, and security options.
![]() | ![]() |
Quick Start
1. Download the App
2. Install the CLI
pip install -U haoleme3. Pair a Device
hao loginOpen the app, then scan the QR code or enter the 6-digit pairing code.
4. Run a Command
Prefix your original command with hao:
hao python train.py
hao bash script.sh
hao echo helloThe app will show status and console output automatically.
Features
- running / succeeded / failed status
- console output and search
- finish notifications
- multiple devices and online status
- device rename
- project grouping
- GPU / CPU monitoring
- QR code and 6-digit pairing
- end-to-end encryption for sensitive run content
Source
- CLI and cloud protocol:
src/haoleme - Android app:
android-core
Security
The public source tree does not include official signing keys, private production deployment config, personal donation QR codes, or access tokens.
The app and CLI connect to the official service by default. You can also self-host from source. Do not commit your own keys, tokens, databases, signing files, or server passwords to a public repository.
License
Haoleme is licensed under AGPL-3.0-or-later.

