# Install le with Homebrew, apt, MacPorts

Text editor with block and binary operations. Version 1.16.7 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:le
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install le
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install le
```

  Evidence: MacPorts ports tree: editors/le/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install le
```

  Evidence: Debian stable package indexes: le from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Package facts

- **Package key:** brew:le
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/le>
- **Version:** 1.16.7
- **Source summary:** Text editor with block and binary operations
- **Homepage:** <https://github.com/lavv17/le>
- **Repository:** <https://github.com/lavv17/le>
- **Upstream docs:** <https://github.com/lavv17/le#readme>
- **License:** GPL-3.0-or-later AND GPL-2.0-or-later
- **Source archive:** <https://github.com/lavv17/le/releases/download/v1.16.7/le-1.16.7.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- le (cli)
- le (alias)

## Uses from macOS

- ncurses

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.16.7
- Local data: ok
- Upstream repository: https://github.com/lavv17/le
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

LE is Alexander V. Lukyanov's terminal text editor, notable for block operations, binary-safe editing, hex mode, mmap-based large-file/device editing, syntax highlighting, and configurable keymaps and colors.

### Project history

The upstream HISTORY file says Lukyanov started LE in 1993 as first-year laboratory work at Yaroslavl State University while using a BESTA Unix machine with 8 MB of memory and fourteen terminals. The first version could load, browse, insert, delete, and save files.

After that first version, the editor was almost completely rewritten in C++. Lukyanov published it under the GPL in early 1997 after deciding it had become powerful enough to share. The NEWS file marks version 1.2.0 as the first public release.

LE's development history is a long record of terminal-editor pragmatism: regular-expression search, tunable syntax highlighting, rectangular blocks, mmap editing for large files and devices, mouse support, multibyte/UTF-8 support, full undo/redo, many syntax definitions, ncurses portability fixes, and build fixes for Unix-like systems.

### Adoption history

LE never became a mainstream editor on the scale of vi, Emacs, nano, or joe, but it persisted in Unix package collections because it occupies a useful niche: a small terminal editor with Norton Editor-like ergonomics plus block, binary, and hex-oriented features.

Package availability in Homebrew, Debian, Ubuntu, and MacPorts shows the usual long-tail survival path for mature terminal tools: stable enough to keep packaging, specialized enough that users seek it by name.

### How it is used

LE is used as an interactive terminal editor for text files, DOS/Unix line-ending files, binary-clean editing, hexadecimal viewing/editing, syntax-highlighted source/config editing, rectangular and stream block operations, and cautious mmap replace-mode edits of large files or devices.

Its configuration model is file-based and terminal-oriented: syntax rules can live in package data, ~/.le/syntax, or ./.le.syntax; keymaps and colors can be dumped and customized in ~/.le or package data locations.

### Why package nerds care

LE is significant as a survivor from the 1990s Unix editor ecology. It is small, C++/ncurses-based, GPL-licensed, and full of features that matter to terminal users who edit awkward files: rectangular blocks, binary mode, hex mode, mmap editing, and configurable keymaps.

For package maintainers, LE is a good example of a stable but actively patched classic utility whose changelog is dominated by portability, terminal behavior, syntax updates, and correctness fixes rather than product churn.

### Timeline

- 1993: Alexander V. Lukyanov starts LE as student laboratory work on a BESTA Unix machine.
- Early 1997: LE is published under the GPL after a substantial C++ rewrite.
- Version 1.2.0: NEWS marks the first public release.
- 2001: Version 1.9.0 adds bookmark support and syntax improvements.
- 2004: Version 1.10.0 adds multibyte encoding support; version 1.11.0 adds full undo/redo.
- 2010: Version 1.14.5 changes licensing to GNU GPL v3 because regex.c already used it.
- 2015: Version 1.16.0 integrates the default menu and improves keymap implementation.
- 2021: Version 1.16.8 records macOS build changes, performance optimizations, and syntax improvements.

### Related projects

- Related editor traditions include vi, Emacs, Norton Editor, Turbo C's file selector style, ncurses-based terminal editors, and hex/binary editors.

### Sources

- <https://github.com/lavv17/le>
- <https://raw.githubusercontent.com/lavv17/le/master/FEATURES>
- <https://raw.githubusercontent.com/lavv17/le/master/HISTORY>
- <https://raw.githubusercontent.com/lavv17/le/master/NEWS>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** le
- **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

- Debian apt - le - 1.16.8-1: normalized package name match | Debian stable package indexes: le from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Text editor with block and binary operations | http://lav.yar.ru/programs.html
- Ubuntu apt - le - 1.16.8-0.1: normalized package name match | Ubuntu 24.04 LTS package indexes: le from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Text editor with block and binary operations | http://lav.yar.ru/programs.html
- MacPorts - le: normalized package name match | MacPorts ports tree: editors/le/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 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.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [ne](https://www.automicvault.com/pkg/brew/ne/) - Shares av.db curated category or tags: cli, productivity, terminal, text-editor, text-editors.
- [ox](https://www.automicvault.com/pkg/brew/ox/) - Shares av.db curated category or tags: cli, productivity, terminal, text-editor, text-editors.
- [ad](https://www.automicvault.com/pkg/brew/ad/) - Shares av.db curated category or tags: cli, productivity, text-editor, text-editors.
- [aoeui](https://www.automicvault.com/pkg/brew/aoeui/) - Shares av.db curated category or tags: cli, productivity, text-editor, text-editors.
- [gedit](https://www.automicvault.com/pkg/brew/gedit/) - Shares av.db curated category or tags: cli, productivity, text-editor, text-editors.
- [jove](https://www.automicvault.com/pkg/brew/jove/) - Shares av.db curated category or tags: cli, productivity, text-editor, text-editors.
- [mg](https://www.automicvault.com/pkg/brew/mg/) - Shares av.db curated category or tags: cli, productivity, text-editor, text-editors.
- [neatvi](https://www.automicvault.com/pkg/brew/neatvi/) - Shares av.db curated category or tags: cli, productivity, text-editor, text-editors.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
