A curated collection of Home Assistant apps maintained by LeonCode. Each app lives in its own directory, has an independent version and changelog, and is published as a multi-architecture container image.
| App | Description | Architectures | Version |
|---|---|---|---|
| Codex CLI | Run OpenAI Codex CLI as a secure SSH-accessible workspace on Home Assistant OS. | amd64, aarch64 |
0.3.2 |
Click the button above to open your Home Assistant instance with this app repository pre-filled. If the redirect is unavailable, add it manually:
-
Open Settings → Apps → App store in Home Assistant.
-
Open the menu in the top-right corner and select Repositories.
-
Add this URL:
https://github.com/leoncode-homeassistant/apps -
Reload the app store.
-
Select and install the app you want.
Home Assistant tracks each app version independently. Updates appear in the normal app update flow after a new version has been published.
apps/
├── repository.yaml
├── codex-cli/
│ ├── config.yaml
│ ├── Dockerfile
│ ├── DOCS.md
│ ├── CHANGELOG.md
│ └── rootfs/
└── another-app/
└── ...
The GitHub Actions workflows discover app directories automatically. Pull
requests are linted and built without publishing images. Changes merged into
main publish versioned amd64 and aarch64 images to the GitHub Container
Registry.
The Codex CLI app checks weekly for stable upstream CLI releases. Updates are proposed as pull requests and receive lint plus non-publishing multi-architecture builds before they can be merged and published.
These apps can interact with sensitive Home Assistant data and services. Review an app's documentation and requested permissions before installation, keep recovery backups, and never expose management ports directly to the public internet.
This repository is licensed under the Apache License 2.0. Third-party software installed or referenced by an app remains subject to its respective license and terms.