🐤 I built an all-in-one Android toolkit for Mac — HiyokoKit

rust dev.to

A few days ago I released HiyokoLogcat,
a free AI-powered logcat viewer for Mac. The response was great, so I kept going
and built something much bigger: HiyokoKit.

What is HiyokoKit?

HiyokoKit is an all-in-one Android toolkit for Mac, built with Rust + Tauri v2.
It combines everything you need to manage Android devices — without ever opening
a terminal or installing Android Studio.

Features

📁 Blazing Fast File Management

  • Up to 6 parallel transfer lanes
  • Quick Look: preview Android files with just the Space key
  • Smart conflict resolution

⚡ ADB Toolbox

  • One-click Wi-Fi ADB connection
  • App manager (uninstall, force-stop, clear cache)
  • APK installation via drag & drop
  • Screenshot capture
  • Device remote control (Home / Back / Power / Volume)
  • Clipboard sync (Mac → Android)

🧠 AI-Powered Logcat (from HiyokoLogcat)

  • Press 🐤 on any log line
  • Gemini AI analyzes surrounding 50 lines of context
  • Instantly get root cause analysis and fix suggestions

📺 Screen Mirroring

  • One-click scrcpy integration
  • Control your Android device directly from Mac

🔬 Pro Diagnostics

  • Cable Quality Analyzer
  • Thermal Predictor
  • Transfer Health monitor

Tech Stack

  • Rust + Tauri v2 — native Mac performance
  • React + TypeScript — UI
  • Google Gemini API — AI diagnosis
  • react-virtuoso — handles thousands of log lines smoothly

Why I built this

Android File Transfer on Mac is notoriously unreliable.
I wanted something that "just works" — fast, native, and beautiful.

HiyokoLogcat was the starting point. Then I realized:
why not put everything in one place?

HiyokoKit is the result.

Links

Would love feedback from anyone who works with Android on Mac! 🐤

Source: dev.to

arrow_back Back to Tutorials