Are you the author? Sign in to claim
One-Stop Personal Health AI Agent "Say Hi to Healthy Me"
English | 简体中文
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.
Three steps. Total time: ~10 minutes.
Skip this if you'll use the built-in in-app chat — the iOS app talks to the agent directly, no bot needed. If you'd rather chat over an IM app, HiMe also supports Telegram, Feishu, or WeChat. Pick one and grab the credentials before you start the server (the setup wizard will ask for them).
/start to @userinfobot → save your chat_id.WEIXIN_GATEWAY_ENABLED=true in .env, then run python -m backend.weixin.qr_login (or docker exec -it hime-backend python -m backend.weixin.qr_login) and scan the QR with WeChat → Settings → Plugins → ClawBot.Detailed walkthrough: docs/INSTALL.md#im-gateway-setup.
git clone https://github.com/thinkwee/HiMe.git HiMe
cd HiMe
./setup.sh
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.
localhost, your Mac's LAN IP, or homelab.local).docs/INSTALL.md#ios-app.That's it. Open the Chat tab in the app and message Hime — or message your IM bot if you set one up — and the agent will reply.
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.
docs/INSTALL.md — manual setup, native dev install, public deployment, customization.docs/DEPLOYMENT.md — LAN, public-internet, and Compose production patterns.docs/DEVELOPMENT.md — architecture, adding tools/providers, code style.CONTRIBUTING.md — contribution process.SECURITY.md — security disclosure.PRIVACY.md — privacy policy.HiMe is research-grade software for personal use. It is not a medical device and does not provide diagnoses.
HiMe is released under the PolyForm Noncommercial License 1.0.0.
"HiMe" and the HiMe logo are trademarks of the HiMe Organisation.
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
Coding agent session manager supporting Claude Code, Gemini CLI, Codex, and more
Manage multiple Claude Code instances in separate git worktrees simultaneously