Get BloatwareHatao
Choose your preferred installation method. Both TUI and GUI share the same powerful core.
HomebrewComing Soon
Easiest way to install on macOS & Linux
TUI (Terminal Interface)
brew install bloatware-hataoGUI (Desktop App)
brew install --cask bloatware-hatao-guiGitHub Releases
Download pre-built binaries for all platforms
Download the latest release for your operating system. Both TUI binaries and GUI installers are available.
TUI Binaries
- • Windows (x64):
bloatware-hatao-windows-x64.exe - • macOS (Intel):
bloatware-hatao-darwin-x64 - • macOS (Apple Silicon):
bloatware-hatao-darwin-arm64 - • Linux (x64):
bloatware-hatao-linux-x64
GUI Installers
- • Windows:
BloatwareHatao_x64.msi - • macOS:
BloatwareHatao.dmg - • Linux:
BloatwareHatao.AppImage - • Debian:
bloatware-hatao.deb
Build from Source
For developers and contributors
Prerequisites
- • Rust 1.75+
- • ADB (Android Debug Bridge)
- • Node.js/Bun (for GUI only)
Clone & Build TUI
# Clone the repository
git clone https://github.com/ImKKingshuk/BloatwareHatao.git
cd BloatwareHatao
# Build and run TUI
cargo run --bin bloatware-hatao
# Or build release binary
cargo build --releaseBuild GUI (Tauri)
# Navigate to GUI crate
cd crates/bh-gui
# Install dependencies
bun install
# Run in development mode
bun run tauri dev
# Or build for production
bun run tauri build