agenter is distributed as a host-native Bun-compiled CLI.
npm install -g agenterThe public agenter package is a thin wrapper. Normal installs resolve one host-native @jixoai/cli-* platform package and run that compiled executable directly.
brew tap jixoai/agenter
brew install agenterThe Homebrew formula installs the same canonical release archive used by npm projections. It does not bootstrap Bun as a separate runtime dependency.
Phase-1 native CLI support:
darwin-arm64darwin-x64linux-arm64-gnulinux-arm64-musllinux-x64-gnulinux-x64-muslwin32-arm64win32-x64
GitHub release archives are the canonical binary truth for Agenter.
agenteron npm is a wrapper projection over those archives@jixoai/cli-*packages are thin per-target binary atoms- the Homebrew tap is a generated projection from the same release manifest
Canonical archive naming:
- macOS and Linux:
agenter-<target>.tar.gz - Windows:
agenter-<target>.zip
Each release also ships:
- per-target
sha256files agenter-release-archives.json, the machine-readable manifest that maps targets to archive files, checksums, URLs, npm package names, and Homebrew selectors
Useful release commands:
bun run release:prepare-native-cli-packages
bun run release:prepare-packages
bun run release:publish-bundles --dry-run