opentray 3 Beiträge
OpenTray v0.24~0.28: Multi-WebView layout in one window, the WebView-Navigation-API, kernel performance work
English v0.28.0 jixoaiOne window session now holds any number of native webviews, with a declarative layout solved natively; the navigation toolbar is its first application, and embedding-hostile sites like GitHub and Google work with it. v0.28 adds the WebView navigation surface (navigationAction events, declarative block rules, native favicon observation). In the kernel, the 16 ms event poll is retired in favor of push, and idle windows issue 121 commands every 2 seconds no more — now zero.
OpenTray v0.23.0: one command turns any web UI into a native window (command and URL modes)
English v0.23.0 jixoaicreate-opentray now takes either a command or a URL. Command mode turns a local web UI into a tray-resident desktop app; URL mode packages any page as an app window of its own. App icons are generated when you don't supply one.
-
The OpenTray repo's first GitHub Release. It gives lightweight programs such as CLI tools, AI skills, and local daemons a resident tray entry without pulling in Electron or a full desktop application framework. One `npx create-opentray` line wraps an existing command into a tray app, and one `createTray()` call is enough on the SDK side.
