Package Details: gitnexus 1.6.9-1

Git Clone URL: https://aur.archlinux.org/gitnexus.git (read-only, click to copy)
Package Base: gitnexus
Description: Zero-server code intelligence engine for exploring repositories as a knowledge graph
Upstream URL: https://github.com/abhigyanpatwari/GitNexus
Licenses: PolyForm-Noncommercial-1.0.0
Submitter: IuseAURBTW
Maintainer: IuseAURBTW
Last Packager: IuseAURBTW
Votes: 1
Popularity: 0.27
First Submitted: 2026-05-14 14:17 (UTC)
Last Updated: 2026-07-10 19:12 (UTC)

Latest Comments

IuseAURBTW commented on 2026-06-15 05:34 (UTC) (edited on 2026-06-15 05:37 (UTC) by IuseAURBTW)

@enihcam Hi. Sorry I failed to reproduce. It works on my machine.

The PKGBUILD uses npm to install dep and builds stuff mentioned in gitnexus/package.json. This should behave the same with the officially recommended npm install.

Can you provide more info?

  1. Are you on x86_64 or aarch64? I only have x64, I did not test on arm64
  2. The exact commands you ran to produce the error
  3. Build logs. Did the build log show any failed optional installs?
  4. ls /usr/lib/node_modules/gitnexus/node_modules/@ladybugdb/core
  5. gitnexus doctor
  6. Any related docs or github issues you can find
  7. Also try gitnexus analyze --force

enihcam commented on 2026-06-15 04:57 (UTC)

Please enable FTS extension, or

$ gitnexus analyze --repair-fts

  GitNexus Analyzer

  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░   0% | Initializing...{"level":40,"time":1781499303409,"name":"gitnexus","msg":"GitNexus: FTS extension unavailable; continuing without FTS features. load-only polic}
  ██████████████████████████████████░░░░░░  85% | Repairing search indexes...

  Analysis failed: FTS extension unavailable - cannot create FTS index File.file_fts. Run `gitnexus doctor` and ensure the LadybugDB FTS extension is installed and loadable on this machine.
Error: FTS extension unavailable - cannot create FTS index File.file_fts. Run `gitnexus doctor` and ensure the LadybugDB FTS extension is installed and loadable on this machine.
    at createFTSIndex (file:///usr/lib/node_modules/gitnexus/dist/core/lbug/lbug-adapter.js:1694:15)
    at async createSearchFTSIndexes (file:///usr/lib/node_modules/gitnexus/dist/core/search/fts-indexes.js:6:9)
    at async runFullAnalysis (file:///usr/lib/node_modules/gitnexus/dist/core/run-analyze.js:126:13)
    at async analyzeCommandImpl (file:///usr/lib/node_modules/gitnexus/dist/cli/analyze.js:816:24)
    at async analyzeCommand (file:///usr/lib/node_modules/gitnexus/dist/cli/analyze.js:500:9)
    at async Command.<anonymous> (file:///usr/lib/node_modules/gitnexus/dist/cli/lazy-action.js:33:9)

IuseAURBTW commented on 2026-06-10 09:31 (UTC)

Optional lang (Dart, Proto, Swift, Kotlin) included (unset GITNEXUS_SKIP_OPTIONAL_GRAMMARS). The installation should complete within five minutes even with optional lang.