Skip to content
ev ev docs

EV DOCUMENTATION

Install EV

View Markdown

EV is currently available for Apple Silicon Macs. EV Desktop includes the command-line tool, so the app and CLI always use the same version.

Download the stable EV disk image, then open it and drag EV into your Applications folder.

Open EV from Applications. macOS may ask you to confirm the first launch.

On first launch, EV installs a link to its bundled CLI at:

~/.fiberplane/bin/ev

Add EV’s bin directory to your shell PATH. macOS uses zsh by default, so add this line to ~/.zshrc:

Terminal window
export PATH="$HOME/.fiberplane/bin:$PATH"

Then open a new terminal, or reload your current one:

Terminal window
source ~/.zshrc

EV repeats the installation check when it starts. Updating Desktop therefore updates the CLI behind the same command.

Run:

Terminal window
ev --version

If your shell prints an EV version, you are ready to start a review.

Open EV and choose Help → Install CLI…. If EV finds a different or older command at the install path, the menu item reads Update CLI… instead. After it succeeds, make sure ~/.fiberplane/bin is in your PATH and open a new terminal.

You can check what your shell resolves with:

Terminal window
command -v ev

The result should be ~/.fiberplane/bin/ev (shown as a full path).

Continue with Run your first review.