Overview of the @open-design/packaged runtime
mainThe @open-design/packaged package provides a thin Electron runtime entry point for Open Design. It is responsible for orchestrating the core components of the application by:
- Starting the packaged daemon.
- Starting the web sidecars.
- Registering the
od://entry protocol. - Delegating host window management to
@open-design/desktop/main.
Note that the primary product logic is not contained within this package; it resides in apps/daemon, apps/web, and apps/desktop.