The AgentEye collector is a small, per-machine daemon that ships your local OpenAI Codex sessions — CLI, IDE, and desktop — to your AgentEye deployment. This repository hosts the installer and the release binaries.
curl -fsSL https://raw.githubusercontent.com/FailproofAI/agenteye-collector/main/install.sh | shOr set it up as a background service in one step by passing your AgentEye ingest URL and an
events:add API key:
curl -fsSL https://raw.githubusercontent.com/FailproofAI/agenteye-collector/main/install.sh \
| sh -s -- --url https://ingest.example.com/events --key sk-… --codex-enabledThe installer detects your OS/arch, verifies the binary's SHA-256 checksum, installs it on your
PATH, and (when given a URL + key) installs a systemd (Linux) or launchd (macOS) service.
agenteye-collector update # fetch the latest release, verify, swap, restart
agenteye-collector update --check # only report whether an update is availableagenteye-collector healthLinux and macOS (x86_64 and arm64). Windows binaries are attached to each release for manual use;
the curl | sh installer and the managed service cover Linux and macOS.
Binaries and their SHA256SUMS are published on the Releases page.
MIT — see LICENSE.