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, andinstall.sh.nightly: prerelease builds for users who want the latest changes earlier.
- macOS (Homebrew)
- Linux
- Windows (Scoop)
- From Source
The easiest way to install on macOS is via Homebrew:To install the nightly channel:To upgrade the stable channel:To upgrade the nightly channel:
Verify Installation
After installation, verify that Entire is working: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.- Bash
- Zsh
Add to your
~/.bashrc:Updating
To update Entire, use the command that matches how you installed it:- Homebrew
- Scoop
- Install Script
- From Source
Stable:Nightly:
Release Channels
Choose a channel based on how much change you want to absorb:stable: default channel, recommended for most users.nightly: newer prerelease builds that may change more frequently.
- Homebrew stable:
brew tap entireio/tap && brew install --cask entire - Homebrew nightly:
brew tap entireio/tap && brew install --cask entire@nightly - Scoop stable:
scoop install entire/cli install.shstable:curl -fsSL https://entire.io/install.sh | bashinstall.shnightly:curl -fsSL https://entire.io/install.sh | bash -s -- --channel nightly- From source: manual/development flow, not a managed release channel
Uninstalling
- Homebrew
- Manual
Next Steps
Quickstart
Get started with your first session
CLI Commands
Learn all available commands