Automic VaultAutomic Vault

brew

Install bvi with Homebrew, apk, apt, dnf, MacPorts, Nix, zypper

Vi-like binary file (hex) editor. Version 1.5.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install bvi

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install bvi

MacPorts ports tree · editors/bvi/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add bvi

Alpine Linux edge package indexes · bvi · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install bvi

Debian stable package indexes · bvi · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install bvi

Fedora Rawhide package metadata · bvi · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#bvi

nixpkgs package indexes · pkgs/by-name/bv/bvi/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install bvi

openSUSE Tumbleweed package metadata · bvi · source: download.opensuse.org

overview

Package summary

Vi-like binary file (hex) editor

Commands and aliases

  • bmore
  • bvedit
  • bvi
  • bview

history

Project history and usage

bvi is a vi-style binary and hex editor by Gerhard Buergmann. It keeps the modal, command-oriented feel of vi while treating files as byte streams rather than text lines.

Project history

The official home page describes bvi as a display-oriented editor for binary files, based on the vi text editor, and notes that the package also includes the bmore viewer. The README in the official GitHub repository identifies Gerhard Buergmann as the author and states that bvi is distributed under the GPL.

The project has a long SourceForge release history: the download page lists 1.3.0 in 2001, 1.3.1 in 2002, 1.3.2 in 2004, 1.4.x releases in 2014, 2019, and 2023, and 1.5.0 as the stable release in 2025.

Adoption history

bvi spread through traditional Unix packaging channels because it solves a small but durable problem: editing binary files from a terminal with vi muscle memory. The official download page links to Debian, FreeBSD, Fedora, MacPorts, HP-UX, Solaris, Cygwin, and older static Linux executables; the supplied package facts also show Homebrew, Alpine, Nix, Ubuntu, and zypper packaging.

How it is used

bvi is used for direct inspection and patching of binary files. Its manpage explains the three-pane display with byte offsets, hex bytes, and printable characters, byte-offset ranges instead of line ranges, hex search commands, read-only mode, partial file loading, and startup commands via BVIINIT, ~/.bvirc, or ./.bvirc.

Why package nerds care

bvi is a classic small Unix utility: curses-based, vi-shaped, and useful when heavyweight GUI hex editors are unavailable. Its packaging significance comes from portability and from the fact that it preserves vi semantics in a domain where line-oriented editor assumptions break.

Timeline

  • 2001: bvi 1.3.0 source release is listed on the official download page.
  • 2004: bvi 1.3.2 source and RPM-era packages are listed.
  • 2014: bvi 1.4.0 source release is listed.
  • 2023: bvi 1.4.2 source release is listed.
  • 2025: bvi 1.5.0 is listed as the current stable release.

Related projects

  • vi is the command model bvi adapts for binary editing.
  • bmore is the binary viewer included with bvi.
  • Other hex editors occupy the same niche, but bvi is distinct for keeping vi-style modal editing.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.bvirc./.bvirc

executables

Installed executables

CommandKindExposureNote
bmorecliglobal executable
bveditcliglobal executable
bvicliglobal executable
bviewcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.5.0
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://bvi.sourceforge.net/

  • infoNo package-manager update timestamp was available.low confidence
  • infoRelease/tag comparison is only available for GitHub repositories.https://bvi.sourceforge.net/none confidence

install metadata

Package metadata

Package keybrew:bvi
Version1.5.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/bvi
Homepagehttps://bvi.sourceforge.net/
Upstream docshttps://bvi.sourceforge.net/man_bvi.html
LicenseGPL-3.0-or-later
Source archivehttps://downloads.sourceforge.net/project/bvi/bvi/1.5.0/bvi-1.5.0.src.tar.gz
Uses from macOSncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebvi
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

bvi 1.4.2-3

binary file editor

https://bvi.sourceforge.net/

sudo apt install bvi
  • Section: editors
  • Architecture: amd64
  • 3 dependencies
  • normalized package name match
  • Matched by: Bvi
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bvi from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bvi

nix profile install nixpkgs#bvi
  • normalized package name match
  • Matched by: Bvi
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bv/bvi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bvi 1.4.2-2

binary file editor

https://bvi.sourceforge.net/

sudo apt install bvi
  • Section: universe/editors
  • Architecture: amd64
  • 3 dependencies
  • normalized package name match
  • Matched by: Bvi
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bvi from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

bvi 1.5.0-r0

Display-oriented editor for binary files based on vi

https://bvi.sourceforge.net/

sudo apk add bvi
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bvi
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Bvi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bvi from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bvi-doc 1.5.0-r0

Display-oriented editor for binary files based on vi (documentation)

https://bvi.sourceforge.net/

sudo apk add bvi-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bvi
  • normalized package name match
  • Matched by: Bvi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bvi-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

bvi 1.5.0-3.fc44

Display-oriented editor for binary files

http://bvi.sourceforge.net/

sudo dnf install bvi
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bvi
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Bvi
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bvi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

bvi 1.5.0-1.3

Editor for binary files

https://bvi.sourceforge.net

sudo zypper install bvi
  • License: GPL-2.0-or-later
  • Category: Productivity/Text/Editors
  • Architecture: x86_64
  • Source Package: bvi
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Bvi
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bvi from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

bvi

sudo port install bvi
  • normalized package name match
  • Matched by: Bvi
MacPorts ports tree · api.github.com · MacPorts ports tree: editors/bvi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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