NaabigaCode — agentic coding en terminal (TUI style Claude Code + backend Python). Installation one-shot : backend auto-installé dans ~/.naabiga.
Installation fetches a mutable remote backend and executes its dependency installation without user interaction. This creates install-time remote code execution outside the npm tarball.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgnpm postinstall executes a remote backend installer.
package.jsonView on unpkg · L32Installer downloads the GitHub main-branch tarball, an unpinned mutable payload.
scripts/install-backend.mjsView on unpkg · L22Install copies downloaded code to ~/.naabiga/backend, then runs pip on its requirements.
scripts/install-backend.mjsView on unpkg · L57Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L33npm postinstall executes a remote backend installer.
package.jsonView on unpkg · L32Installer downloads the GitHub main-branch tarball, an unpinned mutable payload.
scripts/install-backend.mjsView on unpkg · L22Install copies downloaded code to ~/.naabiga/backend, then runs pip on its requirements.
scripts/install-backend.mjsView on unpkg · L57