Run Claude Code, Anthropic's AI coding assistant, directly inside Home Assistant. Build automations, debug your config, and manage your smart home from a browser-based terminal in the HA sidebar.
| App | Description |
|---|---|
| Claude Code | AI assistant for automations, debugging, and smart home management |
Or manually: Settings → Apps → App Store → ⋮ → Repositories → Add https://github.com/sproft/hass-claude
Then install Claude Code from the app store and start it.
Home Assistant renamed "Add-ons" to "Apps" some months ago. The Supervisor URL slug
supervisor_add_addon_repositoryabove is the legacy identifier and still works; it has not been renamed upstream.
This repository is a focused fork of robsonfelix/robsonfelix-hass-addons, built around a single idea:
People who just want Claude Code inside Home Assistant should be able to install it and have it work — even on small Proxmox HAOS VMs, even on first-time OAuth, even when a new Claude Code release ships.
Several recurring problems were reported on the Home Assistant Community thread:
- The app getting
Killedrepeatedly on startup on Proxmox / small-VM setups (community thread posts 74, 75, 77) - Auto-update never picking up new Claude Code versions (posts 11, 26, 33)
- OAuth auth-code paste flow being miserable — tmux intercepting paste, URLs wrapping across lines,
400errors (posts 3, 4, 17, 19, 56, 61, 62, 65, 71)
This fork:
- Strips the repo down to the Claude Code app only (the original
auto-monocleAlexa camera bridge and the standaloneplaywright-browserapp are not included here). They are great in their own right, but they are unrelated to running Claude Code in Home Assistant, and removing them shrinks the maintenance surface and the install footprint. - Ships targeted fixes for the issues above (defaults flipped to fast-startup-friendly values, npm runs in the background with a timeout, healthcheck
start-periodraised, tmux paste-friendly config). Seeclaudecode/CHANGELOG.mdfor the full list.
If you want the Monocle bridge or the separate Playwright Browser app, they remain available in the upstream repository.
Huge thanks to Robson Felix. The original Claude Code app is the foundation of everything in this repo, and this fork exists only because his work made the integration possible in the first place. The MIT LICENSE and copyright notice in this repo are his, preserved as required and as deserved.
MIT License — see LICENSE.