Skip to main content

System Requirements

  • Operating System: macOS, Linux, Windows
  • Git: Version 2.25 or later
  • Shell: Bash or Zsh (for hook installation)

Installation Methods

Entire currently ships two release channels:
  • stable: recommended for most users. This is the default channel for Homebrew, Scoop, and install.sh.
  • nightly: prerelease builds for users who want the latest changes earlier.
Entire uses Homebrew casks so the CLI can be installed from the same signed release artifacts used by other install methods.
The easiest way to install on macOS is via Homebrew.First, tap and trust the Entire tap. This is a one-time setup:
brew tap entireio/tap
brew trust entireio/tap
Homebrew 5.2.0 and 6.0.0 and later require trusting a third-party tap with brew trust before installing its casks. See Tap Trust.
Then install the stable channel:
brew install --cask entire
Or install the nightly channel:
brew install --cask entire@nightly
To upgrade the stable channel:
brew upgrade --cask entire
To upgrade the nightly channel:
brew upgrade --cask entire@nightly

Verify Installation

After installation, verify that Entire is working:
entire version
You should see output like:
entire version 1.0.0 (abc1234)
The entire binary needs to be on your $PATH for agent hooks and Git hooks to work.

Shell Completion

Entire supports shell completion for Bash and Zsh.
Add to your ~/.bashrc:
source <(entire completion bash)

Uninstalling

brew uninstall --cask entire

Next Steps

Quickstart

Get started with your first session

Updating

Update the Entire CLI.

CLI Commands

Learn all available commands