Skip to content

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 12 Aug 22:45
· 24 commits to main since this release
f7e91c6

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

macOS (Apple Silicon): CLI + daemon only (nexus, nexusd) - MCP mode and the control API work, but there's no native GUI build for macOS. On an Intel Mac, this arm64 binary runs fine under Rosetta 2. Unsigned binaries will need xattr -d com.apple.quarantine <binary> or a right-click-Open the first time, since these aren't notarized.

Windows: not yet published - tracked as a follow-up (nexusd's control API needs a platform split first; MCP mode itself has no Windows-specific blocker).

What's Changed

  • Fix 6 review findings: reindex race, config permissions, allowed_roots gap, api_key leak, unbounded responses by @AliRezaTaleghani in #7
  • Fix #8: canonicalize root_path at write time + self-imposed inotify budget with LRU eviction by @AliRezaTaleghani in #9
  • Obsidian export notes now include the actual source snippet by @AliRezaTaleghani in #12
  • Add Obsidian-style project wiki (docs/wiki/) by @AliRezaTaleghani in #13
  • Separate the landing page (site/) from the project wiki (docs/) by @AliRezaTaleghani in #14
  • Fix: pages.yml still pointed at docs/ after the site/ move (PR #14's own fix got silently dropped) by @AliRezaTaleghani in #15

New Contributors

Full Changelog: v0.1.12...v0.1.15