Apollo operator console — CLI + interactive TUI
On installation, the package persists a guarded Apollo eval hook in user shell RC files. It also conditionally repairs package-local OpenTUI dependencies with npm.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgpostinstall runs a shell setup script that appends an eval hook to user shell startup files.
package.jsonView on unpkg · L27Package source references dynamic require/import behavior.
bin/apollo.jsView on unpkg · L10The hook is applied automatically to existing .zshrc, .bashrc, and .bash_profile files unless opted out.
scripts/setup-shell.mjsView on unpkg · L17A second postinstall script can delete its package-local @opentui directory and invoke npm install.
scripts/ensure-opentui.mjsView on unpkg · L31Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L29Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L29postinstall runs a shell setup script that appends an eval hook to user shell startup files.
package.jsonView on unpkg · L27Package source references dynamic require/import behavior.
bin/apollo.jsView on unpkg · L10The hook is applied automatically to existing .zshrc, .bashrc, and .bash_profile files unless opted out.
scripts/setup-shell.mjsView on unpkg · L17A second postinstall script can delete its package-local @opentui directory and invoke npm install.
scripts/ensure-opentui.mjsView on unpkg · L31