# Install ec with Homebrew, Nix, pacman, zypper

TUI 3-way git mergetool. Version 0.3.3 via Homebrew; verified 2026-06-17.

## Install

```sh
sudo av install brew:ec
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ec
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ec
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ec/ec/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S editorconfig-checker
```

  Evidence: Arch Linux sync databases: editorconfig-checker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install editorconfig-checker
```

  Evidence: openSUSE Tumbleweed package metadata: editorconfig-checker from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:ec
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ec>
- **Version:** 0.3.3
- **Source summary:** TUI 3-way git mergetool
- **Homepage:** <https://github.com/chojs23/ec>
- **Repository:** <https://github.com/chojs23/ec>
- **Upstream docs:** <https://github.com/chojs23/ec#readme>
- **License:** MIT
- **Source archive:** <https://github.com/chojs23/ec/archive/refs/tags/v0.3.3.tar.gz>
- **Last updated:** 2026-06-17T14:40:49Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- ec (cli)
- ec (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.3.3
- Package-manager updated: 2026-06-17
- Local data: ok
- Upstream repository: https://github.com/chojs23/ec
- Upstream latest detected: v0.3.3 (current)
## Project history and usage

ec, short for easy-conflict, is a young terminal-native Git merge conflict resolver. Its history is short but package-relevant: it packages a familiar three-pane merge workflow as a small CLI/TUI that can be installed from Homebrew, npm, Nix, Go, or release binaries.

### Project history

The public repository was created in January 2026 and describes ec as a 3-way terminal Git mergetool with optional Neovim integration. The README emphasizes diff3 base comparison, a no-argument conflicted-file picker, non-interactive modes for scripts or CI, and configuration as a Git mergetool.

Early releases moved quickly through the 0.1, 0.2, and 0.3 series in February-March 2026, with v0.3.3 published in June 2026.

### Adoption history

The upstream README documents Homebrew, npm, Nix, Go install, shell installer, AUR, and Windows binary installation paths. That is the adoption story so far: a new developer tool trying to meet users through common workstation package channels rather than only source builds.

### How it is used

Typical usage is to run ec inside a Git repository with conflicts, or configure Git's mergetool command so Git passes BASE, LOCAL, REMOTE, and MERGED paths to ec. The README also documents Jujutsu merge-editor integration and non-interactive modes such as --check and --apply-all.

### Why package nerds care

ec is interesting to package nerds because it is a modern, single-purpose terminal UI for an old Git pain point. It sits near lazygit, Neovim, Git mergetool, and Jujutsu workflows, so package availability matters more than a library API.

### Timeline

- 2026: Public GitHub repository created.
- 2026: v0.1.x, v0.2.x, and v0.3.x releases published in the first half of the year.
- 2026: README documents Homebrew, npm, Nix, Go, AUR, and Windows install routes.

### Related projects

- Git mergetool, Jujutsu merge-editor, Neovim terminal buffers, and lazygit are the workflows ec explicitly targets or demonstrates.
- Other terminal diff and merge tools occupy the same packaging neighborhood, but ec's README focuses on the Git/Jujutsu conflict-resolution path.

### Sources

- <https://github.com/chojs23/ec>
- <https://github.com/chojs23/ec/releases>
- <https://raw.githubusercontent.com/chojs23/ec/main/README.md>
- <https://api.github.com/repos/chojs23/ec>


## Security Notes

No matching local secret-handling manifest was found for ec. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ec
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - ec: normalized package name match | nixpkgs package indexes: pkgs/by-name/ec/ec/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - editorconfig-checker - 3.7.0-1: normalized package name match | Arch Linux sync databases: editorconfig-checker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool to verify that your files are in harmony with your .editorconfig | https://github.com/editorconfig-checker/editorconfig-checker
- zypper - editorconfig-checker - 3.7.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: editorconfig-checker from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Tool to verify that your files are in harmony with your .editorconfig | https://github.com/editorconfig-checker/editorconfig-checker


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [editorconfig-checker](https://www.automicvault.com/pkg/npm/editorconfig-checker/) - Executable or command metadata overlaps with this package. Shared terms: ec.
- [diffnav](https://www.automicvault.com/pkg/brew/diffnav/) - Local package facts share a topical domain. Shared terms: git, tui.
- [git-get](https://www.automicvault.com/pkg/brew/git-get/) - Local package facts share a topical domain. Shared terms: git, way.

## Combined YAML source

View the package source record on GitHub. [combined/ec.yml](https://github.com/automic-vault/db/blob/main/combined/ec.yml)


## Sources

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
