Deploy locally. Automate around the clock. AI Digital Humans work while you make the calls.
Halo is an AI workstation powered by frontier Agent with a pluggable engine architecture — supporting Claude Code, Codex, and more. With a complete product layer totaling over 300,000 lines of code, validated by tens of thousands of users, and running stably in enterprise environments, Halo delivers:
| What Halo delivers |
|---|
| Your Daily AI Partner — coding, product design, operations, writing, research — your everyday work companion |
| 100% Local, Zero Cloud Dependency — data never leaves your machine, meets enterprise compliance requirements |
| AI Digital Humans — AI workers running autonomously 7x24, handling monitoring, reports, and routine operations |
| AI Browser — embedded browser directly controlled by AI, automate any web-based system |
| WeCom / WeChat Native Control — manage AI agents from enterprise IM, zero training cost |
| Remote Access — control from phone / H5 / WeChat / Android, managers review progress on the go |
| Download and Go — zero configuration, no backend required, IT deploys in minutes |
100% compatible with Claude Code's Agent capabilities, MCP, and Skills.
Traditional RPA follows rigid scripts and breaks when anything changes. Halo takes a different approach: AI makes the decisions, Halo Browser Skills handle the operations. The result is automation that understands context, adapts to changes, and executes with precision.
Create an AI Digital Human, give it a task and an execution frequency, and it runs autonomously on schedule. No screen to watch, no scripts to babysit.
Social & Content Platform Automation:
- Auto-reply to comments and DMs on Xiaohongshu, Bilibili, Zhihu
- Publish scheduled content across Twitter / X, WeChat Official Accounts
- Monitor brand mentions and competitor activity, generate daily digests
- Track trending topics and automatically draft content suggestions
Enterprise Internal Automation:
- Patrol internal OA / CRM / ERP systems, flag overdue tickets and anomalies
- Generate daily standup reports from Jira / GitLab / GitHub activity
- Monitor CI/CD pipelines, notify on build failures, auto-create incident tickets
- Run scheduled compliance checks on internal dashboards
- Collect cross-department data and assemble weekly executive summaries
Install with one click from the AI Digital Human Store, deploy a private store for your organization, or create your own using natural language.
Think of it as cron + RPA + AI Agent in one — except you just describe what you want in plain language.
AI Digital Humans have the exact same Agent capabilities as conversation mode — the same Claude engine, MCP toolchain, and AI Browser — they just trigger automatically on schedule without needing you at the computer.
WeChat / WeCom is your control panel. AI Digital Humans support two-way conversational control via personal WeChat / WeCom (Enterprise WeChat) — not just receiving notifications, you can give instructions, check progress, and request reports directly in your enterprise IM.
This is what separates Halo from "AI browser agents" that fumble around clicking randomly.
Halo Browser Skill takes the RPA approach to reliability: pre-write reusable scripts for common operations on each platform. The AI only decides what to do and when — the script already knows how.
Scripts run directly in a real browser via Halo's browser_run — with full access to the page DOM, cookies, and internal APIs, just like the Chrome DevTools Console. This works for public platforms and private enterprise systems alike.
Example: Reading Bilibili notifications
// .claude/skills/bili-get-messages/index.js
async (params) => {
const resp = await fetch('https://api.bilibili.com/x/msgfeed/reply?platform=web', {
credentials: 'include' // cookies automatically included, no extra auth
}).then(r => r.json())
return {
success: true,
notifications: resp.data.items.map(item => ({
user: item.user.nickname,
comment: item.item.source_content,
video_title: item.item.title
}))
}
}AI calls it with: browser_run({ file: ".claude/skills/bili-get-messages/index.js" })
Example: Enterprise workflow — a Xiaohongshu content operations Digital Human:
- AI decides: time to check for new comments on today's posts
- Calls
xhs-get-commentsSkill → script fetches comment list via platform API - AI judges: these 5 comments need replies, drafts personalized responses
- Calls
xhs-reply-commentSkill → script submits each reply
Example: Enterprise internal — a DevOps monitoring Digital Human:
- AI decides: time for the hourly infra check
- Calls
check-grafana-alertsSkill → script reads alert dashboard via internal API - AI judges: 2 alerts are critical, composes an incident summary
- Calls
create-jira-ticketSkill → script creates a P1 ticket with full context - Calls
notify-oncallSkill → pushes alert to WeCom on-call group
AI decides. Skills execute. Stable, repeatable, auditable.
Ready-made Skills are available for Xiaohongshu, Bilibili, Zhihu, Twitter / X, WeChat, and more. Enterprise teams can write private Skills for internal systems. The community can contribute and share their own.
Once Remote Access is enabled, your phone / H5 / WeChat / Android client can control Halo on your desktop. During meetings, commuting, or on the road — check Digital Human outputs, approve decisions, and issue new instructions without being at your desk.
Get started in 30 seconds:
- Download and install, launch Halo
- Enter your API Key (Anthropic recommended)
- Start chatting — try
Build a todo app with ReactorHelp me analyze the code structure of this project - Watch files appear in the Artifact Rail, click to preview, request changes
Recommended models: Claude Sonnet / Opus series
| Platform | Download | Requirements |
|---|---|---|
| macOS (Apple Silicon) | .dmg | macOS 11+ |
| macOS (Intel) | .dmg | macOS 11+ |
| Windows | .exe | Windows 10+ |
| Linux | .AppImage | Ubuntu 20.04+ |
| Android | .apk | Android 8+ |
| iOS | Build from source | iOS 15+ |
Download, install, run. No Node.js, no npm, no terminal needed. IT can distribute across the organization with zero server-side dependencies.
git clone https://github.com/openkursar/hello-halo.git
cd hello-halo
npm install
npm run prepare
npm run dev|
Open the AI Digital Human Store, pick one, fill in a few configuration fields, and it starts running automatically. No coding required, no prompts to write. |
Write a You can also write Halo Browser Skills ( |
Remote Access: Control Halo from anywhere
AI Browser
ai_brower_480.mp4
┌──────────────────────────────────────────────────┐
│ Halo Desktop │
│ │
│ React UI <─IPC─> Main Process <──> Claude │
│ (Renderer) ┌───────────┐ Code SDK │
│ │ Digital │ (Agent │
│ │ Humans │ Loop) │
│ │ Scheduler │ │
│ └───────────┘ │
│ │ │
│ ~/.halo/ (local) │
└──────────────────────────────────────────────────┘
- 100% Local — Your data never leaves your machine, meets enterprise compliance requirements
- No Backend Required — Pure desktop client, deploy to every workstation with zero server infrastructure
- Agent Loop — Tool execution, not just text generation
- Space System — Isolated workspaces, projects don't interfere with each other
- Skills — Install skill packs to extend Agent capabilities
- AI Browser — Embedded CDP browser, AI directly controls web pages
- Multi-Model Support — Anthropic, OpenAI, DeepSeek, and any OpenAI-compatible API (connect to your enterprise LLM gateway)
- Dark/Light Themes — Follows system preference
- Multi-Language — Chinese, English, Spanish, and more
- Claude Code SDK Agent Loop
- Space and Conversation Management
- Artifact Preview (Code, HTML, Images, Markdown)
- Remote Access
- AI Browser (CDP)
- MCP Server Support
- Skills System
- AI Digital Humans and AI Digital Human Store
- Third-party Ecosystem Plugin Compatibility
- Enhanced Code Editing Experience
- Visual Git + AI-Assisted Code Review
- AI-Powered File Search
- Low-Cost Digital Human Recording — auto-record and replay AI workflows as reusable Digital Humans
git clone https://github.com/openkursar/hello-halo.git
cd hello-halo
npm install
npm run prepare
npm run dev- Translations —
src/renderer/i18n/ - Bug Reports — Issues
- Feature Suggestions — Discussions
- Code Contributions — PRs welcome
See CONTRIBUTING.md for details.
For any feedback or discussion, add WeChat: go2halo with the note "Halo"
In October 2025, a simple frustration: I wanted to use Claude Code, but I was stuck in meetings all day.
During a boring meeting, I thought: What if I could control Claude Code on my home computer from my phone?
Then came the second problem — non-technical colleagues wanted to use it too, but got stuck at installation. "What's npm?"
So I built Halo: a visual interface, one-click install, remote access. The first version took a few hours. Everything after that? 100% built by Halo itself.
Now, we believe the next step is the AI Workstation: AI no longer needs someone watching to get work done. You set the goals, AI Digital Humans push forward autonomously 7x24. Writing code, running tests, monitoring deployments, generating reports — running continuously, with you only making decisions at key checkpoints.
That's what Halo is building.
MIT — LICENSE
If Halo inspired your project or you built something on top of it, a mention would mean a lot.
| Your company uses Halo? | Let us know — we'd love to feature you here. |
|---|
Polar (International) · 爱发电 (Alipay / WeChat)








