HiMe

agent
Security Audit
Pass
Health Pass
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 26 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool is a self-hosted, open-source personal health AI agent platform. It ingests real-time wearable data from Apple devices to provide proactive health insights, digital twin interactions, and chat capabilities via Telegram or Feishu.

Security Assessment
The overall risk is rated as Low, but with important context regarding data privacy. As a health-focused agent, the platform inherently ingests and processes highly sensitive personal data (heart rate, sleep stages, HRV, SpO2, etc.). The automated code scan found no dangerous patterns, hardcoded secrets, or requests for dangerous system permissions. While no dangerous execution patterns were found locally, running this tool requires configuring chat gateways (Telegram/Feishu), which involves network requests and passing sensitive API tokens. Developers must ensure they secure their deployment environment and handle their health data responsibly.

Quality Assessment
The project demonstrates strong maintenance and active development, with its most recent push occurring just today. It has earned a respectable level of community trust for a niche tool, currently sitting at 26 GitHub stars. The automated CI pipeline and clear developer documentation further reflect a solid foundation. It is worth noting that while an automated health check returned "NOASSERTION", the README explicitly states the project uses the "PolyForm Noncommercial 1.0.0" license. This is a source-available license that explicitly prohibits commercial use, meaning it is not technically an Open Source Initiative (OSI) approved license.

Verdict
Safe to use for personal, non-commercial purposes, provided you securely self-host the tool to protect your sensitive medical data.
SUMMARY

One-Stop Personal Health AI Agent "Say Hi to Healthy Me"

README.md

HiMe Logo

English | 简体中文

Download on the App Store Developer docs Telegram Support Feishu Support

License: PolyForm Noncommercial 1.0.0 CI Latest release Last commit Python Platform iOS Docker


HiMe (Health Intelligence Management Engine) is a self-hosted, fully local, secure and open-source one-stop personal health AI agent platform. It understand your wearable health data in real-time and provide you with proactive insights 7/24, and of course, a cute pixel-art cat that serves as your personal health digital twin.

Features

HiMe App — Download on the App Store


HiMe Chat


HiMe Panel

  • Real-time wearable data ingestion from Apple Watch + iPhone, including heart rate, HRV, SpO2, sleep stages, workouts, mobility, and 50+ metrics more.
  • iOS and watchOS companion apps for easy syncing health data and controlling the agent.
  • Autonomous AI analysis with scheduled checks and event triggers.
  • OpenClaw-style chat over Telegram or Feishu, with evidence-backed responses.
  • Agent-generated personalised pages on demand for repeated workflows or personalised interaction. Generate your app, not learn to use it.
  • Skills system for reusable analysis playbooks.
  • Strong self-hosted privacy posture.

Quick Start

Three steps. Total time: ~10 minutes.

1. Get IM credentials

HiMe chats with you over Telegram or Feishu. Pick one and grab the credentials before you start the server (the setup wizard will ask for them).

  • Telegram: create a bot with @BotFather → save the token. Send /start to @userinfobot → save your chat_id.
  • Feishu: create a custom app at open.feishu.cn → grab APP_ID + APP_SECRET. Invite the bot to a group → grab the open_chat_id.

Detailed walkthrough: docs/INSTALL.md#im-gateway-setup.

2. Start the server

git clone https://github.com/thinkwee/HiMe.git HiMe
cd HiMe
./setup.sh

HiMe Wizard

Don't worry, just follow the quick start wizard in setup.sh and all the steps will be done for you. ~2-5 minutes for first build.

When it's done, the dashboard is at http://localhost:5173 — but you'll do most things through the iOS app.

3. Install the iOS app

That's it. Send the bot a message and the agent will reply.

Update the HiMe

Pull the latest release and restart — your .env, data/, and memory/ are preserved:

git pull
./hime.sh restart --rebuild   # Docker mode: rebuilds images
./hime.sh restart --clean     # Native mode: clears Python/node caches

If a new release adds variables, diff .env.example against your .env and fill in any missing keys. See docs/DEPLOYMENT.md for backup guidance.


Documentation

Status

HiMe is research-grade software for personal use. It is not a medical device and does not provide diagnoses.

License

HiMe is released under the PolyForm Noncommercial License 1.0.0.

Trademark

"HiMe" and the HiMe logo are trademarks of the HiMe Organisation.

Reviews (0)

No results found