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
- Rebuild the landing page from scratch by @AliRezaTaleghani in #49
- Fix #16: Windows support (mcp+CLI tier) + full x86_64/arm64 release matrix by @AliRezaTaleghani in #50
- Bump version to 0.1.17 by @AliRezaTaleghani in #51
- ci: add a Windows job to the regular per-PR pipeline by @AliRezaTaleghani in #52
- docs: landing page platform/SEO update + favicon + full docs/ADR sweep by @AliRezaTaleghani in #53
- fix: drop macOS x86_64 from release matrix (reproduced runner-queue issue) by @AliRezaTaleghani in #54
Full Changelog: v0.1.16...v0.1.17