• v0.9.3-dev 2e665c4752

    Release v0.9.3-dev
    Some checks failed
    Build and Test / build (push) Failing after 16s
    Build Container / Build and Push Container (push) Failing after 10s
    Build Container / Create Release (push) Has been skipped
    Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 23s
    Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 25s
    Pre-release

    mik-tf released this 2026-04-13 15:19:52 +00:00 | 8 commits to development since this release

    Changes

    • 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.sh
    
    Downloads
  • v0.9.0-dev 64a14eeb62

    v0.9.0-dev — Native Dioxus Islands + New URL Routing
    Some checks failed
    Build and Test / build (push) Failing after 19s
    Build Container / Build and Push Container (push) Failing after 12s
    Build Container / Create Release (push) Has been skipped
    Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 18s
    Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 54s
    Pre-release

    mik-tf released this 2026-04-12 14:08:17 +00:00 | 14 commits to development since this release

    Highlights

    • 18 native dioxus-bootstrap-css islands — all admin UIs now have native Dioxus _app crates with ConnectionStatusIndicator widget. Iframe fallback via WASM_FEATURES=web still works.
    • New URL routing model — proxy forwards to hero_router: /<service>/<socket_type>/<path> (replaces old /<service>_ui/<path>)
    • OSIS auth dispatch fixOsisAppWrapper::handle_custom override 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.gz
    

    Known 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