mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
- Bump SDK version to 0.4.0-beta.54 - Add `server.device-info` RPC endpoint and `s9pk select` CLI command - Extract `HardwareRequirements::is_compatible()` method, reuse in registry filtering - Add `AbortedError` class with `muteUnhandled` flag, replace generic abort errors - Handle unhandled promise rejections in container-runtime with mute support - Improve `InputSpec.filter()` with `keepByDefault` param and boolean filter values - Accept readonly tuples in `CommandType` and `splitCommand` - Remove `sync_host` calls from host API handlers (binding/address changes) - Filter mDNS hostnames by secure gateway availability - Derive mDNS enabled state from LAN IPs in web UI - Add "Open UI" action to address table, disable mDNS toggle - Hide debug details in service error component - Update rpc-toolkit docs for no-params handlers
StartOS Web
Angular + TypeScript workspace using the Taiga UI component library.
Applications
StartOS serves one of these UIs depending on the state of the system:
- ui — Primary admin interface for managing StartOS, served on hosts unique to the instance.
- setup-wizard — Initial setup UI, served on
start.local. - start-tunnel — VPN/tunnel management UI.
Libraries
- shared — Common code shared between all web UIs (API clients, components, i18n).
- marketplace — Library code for service discovery, shared between the StartOS UI and the marketplace.
Contributing
See CONTRIBUTING.md for environment setup, development server instructions, and translation guides.