Skip to content

v0.1.17

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 20:25
· 3 commits to main since this release
663485e

Linux (x86_64, arm64): full parity - daemon (mcp + serve), CLI, GUI, GNOME extension support, systemd packaging. Choose .deb, .rpm, or the plain tarball depending on your distro.

macOS (Apple Silicon): CLI + full daemon (nexus, nexusd - both mcp and serve/control API work, Unix domain sockets are native here) - no GUI build for macOS. Intel Macs run this fine under Rosetta 2 - a native x86_64 build was attempted for this release but dropped after GitHub's own Intel-macOS runner class never assigned a runner (~50+ min queued, zero assignment - a real capacity constraint on that runner class, not a workflow bug). Unsigned binaries will need xattr -d com.apple.quarantine <binary> or a right-click-Open the first time, since these aren't notarized.

Windows (x86_64, arm64): new this release. nexus CLI + nexusd mcp only - every MCP tool works fully. nexusd serve (the control API, background watcher, GUI target) isn't supported yet on Windows; running it prints a clear error instead of failing to start. See issue #16 for why, and what a future serve port would need.

What's Changed

Full Changelog: v0.1.16...v0.1.17