-
Release v0.9.3-dev
Pre-releaseSome checks failedBuild and Test / build (push) Failing after 16sBuild Container / Build and Push Container (push) Failing after 10sBuild Container / Create Release (push) Has been skippedBuild Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 23sBuild Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 25sreleased this
2026-04-13 15:19:52 +00:00 | 8 commits to development since this releaseChanges
- Per-domain OSIS split integrated (lhumina_code/home#117)
- 17 per-domain OServer binaries replace monolithic hero_osis_server
- Each domain gets its own socket: hero_osis_{domain}/rpc.sock
- OSIS UI routes RPC to correct domain socket based on method name
- hero_sockets compliant: /health, /.well-known/heroservice.json, /openrpc.json
- ~282MB total memory for all 17 domain processes
Repos
- hero_zero:
2e665c4 - hero_osis: c4a2630
Deploy
TAG=0.9.3-dev make pack scp to herozero, docker load, heroos-run.shDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Per-domain OSIS split integrated (lhumina_code/home#117)
-
v0.9.0-dev — Native Dioxus Islands + New URL Routing
Pre-releaseSome checks failedBuild and Test / build (push) Failing after 19sBuild Container / Build and Push Container (push) Failing after 12sBuild Container / Create Release (push) Has been skippedBuild Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 18sBuild Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 54sreleased this
2026-04-12 14:08:17 +00:00 | 14 commits to development since this releaseHighlights
- 18 native dioxus-bootstrap-css islands — all admin UIs now have native Dioxus
_appcrates with ConnectionStatusIndicator widget. Iframe fallback viaWASM_FEATURES=webstill works. - New URL routing model — proxy forwards to hero_router:
/<service>/<socket_type>/<path>(replaces old/<service>_ui/<path>) - OSIS auth dispatch fix —
OsisAppWrapper::handle_customoverride fixes login flow - Socket convention migration — 4 services migrated to per-service socket directories
- Build parallelism limits — prevents thermal crashes on desktop hardware (kernel 6.17.0-20 was the root cause, now pinned to 6.14.0-37)
- hero_services → hero_zero rename — full refactor across all repos
Deploy
TAG=0.9.0-dev make pack docker save forge.ourworld.tf/lhumina_code/hero_zero:0.9.0-dev | gzip > /tmp/hero.tar.gz scp /tmp/hero.tar.gz root@185.69.166.147:/data/hero.tar.gzKnown Issues
- #108 — Voice transcription returns wrong text
- #109 — AI Assistant not executing tools
- hero_compute pending — PR #91
Repos Updated (21)
hero_os, hero_zero, hero_archipelagos, hero_osis, hero_db, hero_embedder, hero_books, hero_whiteboard, hero_collab, hero_auth, hero_voice, hero_browser_mcp, hero_proxy, hero_aibroker, hero_foundry_ui, hero_proc, hero_biz, hero_indexer_ui, hero_foundry, hero_agent, hero_router
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- 18 native dioxus-bootstrap-css islands — all admin UIs now have native Dioxus