
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
github.com/animationmentor/systray
Modified to directly invoke objc via cgo for darwin. This adds a tray_darwin.c source file and blends the original systray.Client standalone app functionality with that of the cgo-compiled integrated objc from github.com/cratonica/trayhost (which did a dock icon/menu for darwin and required cgo for all platforms).
This carries two important ramifications:
Also includes support for adding menu items with Go callbacks.
[================== original content below ======================]
Instead of gui program, "go-program + systray + web-console" might be a interesting choise.
Mac: avalid
Win: avalid
Linux: coming soon
Mac:
cd example
go run icons/mac systray
Win:
[your code in go] -> [systray: win32 api call in go]
Mac:
[your code in go] -> [systray.Server in go] -(tcp)-> [systray.Client in objc]
Linux:
[your code in go] -> [systray.Server in go] -(tcp)-> [systray.Client in c]
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.