macOS
brew install macvimlocal Homebrew formula metadata
sudo port install MacVimMacPorts ports tree · editors/MacVim/Portfile · source: api.github.com
brew
GUI for vim, made for macOS. Version 9.2.0321 via Homebrew; verified 2026-06-22.
install
brew install macvimlocal Homebrew formula metadata
sudo port install MacVimMacPorts ports tree · editors/MacVim/Portfile · source: api.github.com
nix profile install nixpkgs#macvimnixpkgs package indexes · macvim · source: raw.githubusercontent.com
sudo apk add gvimAlpine Linux edge package indexes · gvim · source: dl-cdn.alpinelinux.org
sudo dnf install vim-X11Fedora Rawhide package metadata · vim-X11 · source: dl.fedoraproject.org
sudo pacman -S gvimArch Linux sync databases · gvim · source: geo.mirror.pkgbuild.com
sudo zypper install gvimopenSUSE Tumbleweed package metadata · gvim · source: download.opensuse.org
overview
GUI for vim, made for macOS
history
MacVim is the macOS GUI distribution of Vim. The project describes it as a macOS version of Vim with a graphical interface, tight platform integration, menus, dialogs, toolbars, scroll bars, full-screen modes, trackpad gestures, Touch Bar support, Command-key mappings, system services, and Mac-specific text rendering.
MacVim is maintained as a downstream fork of Vim rather than a thin wrapper. The official README says it routinely merges upstream Vim, while the maintainer wiki explains that MacVim is an intrusive fork because Vim was not designed as an embeddable editor engine and because native macOS GUI behavior requires code, runtime, and documentation changes throughout the tree.
The project’s current documentation lives on macvim.org and in the GitHub wiki. The MacVim help site is generated from the MacVim source repository and presents the bundled Vim help files plus MacVim-specific help such as `gui_mac.txt`.
MacVim has long been the package-manager answer for developers who want Vim as a native macOS app rather than only inside Terminal. The official README documents both `brew install macvim` and the Homebrew cask `macvim-app`, and the installing wiki distinguishes the official binary release from Homebrew-managed updates.
The GitHub repository shows a large public history, many releases, thousands of stars, hundreds of forks, and a wiki, which reflects MacVim’s role as a durable macOS developer tool rather than a one-off GUI port.
After installation, MacVim can be launched from the Dock or from the terminal with `mvim`. Homebrew’s formula installs CLI entry points such as `mvim`, `gvim`, `gview`, and diff variants, letting users keep Vim workflows while opening files in a native GUI bundle.
Configuration follows Vim conventions. The official help lists Unix personal initialization files such as `$HOME/.vimrc`, `$HOME/.vim/vimrc`, and `$XDG_CONFIG_HOME/vim/vimrc`; MacVim-specific help recommends keeping GUI customizations in `~/.gvimrc` rather than editing the system `gvimrc` that is overwritten on update.
MacVim is significant because it sits at the intersection of Unix editor culture and native Mac application packaging. It gives package managers a concrete artifact that is both a terminal-oriented Vim build and a macOS app bundle, with the classic tension between fast upstream Vim updates and platform-specific GUI release quality.
For Homebrew users, `macvim` versus `vim` is a meaningful package distinction: the upstream Vim package generally tracks core Vim more directly, while MacVim bundles a GUI app and Mac-specific behavior. That distinction is explicitly called out in the official README.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.vimrc~/.vim/vimrc$XDG_CONFIG_HOME/vim/vimrc~/.gvimrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gview | cli | global executable | |
gvim | cli | global executable | |
gvimdiff | cli | global executable | |
gvimex | cli | global executable | |
gvimtutor | cli | global executable | |
mview | cli | global executable | |
mvim | cli | global executable | |
mvimdiff | cli | global executable | |
mvimex | cli | global executable | |
vimex | cli | global executable |
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.
https://github.com/macvim-dev/macvim
install metadata
| Package key | brew:macvim |
|---|---|
| Version | 9.2.0321 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/macvim |
| Homepage | https://macvim.org |
| Repository | https://github.com/macvim-dev/macvim |
| Upstream docs | https://github.com/macvim-dev/macvim#readme |
| License | Vim |
| Source archive | https://github.com/macvim-dev/macvim/archive/refs/tags/release-183.tar.gz |
| Last updated | 2026-06-22T14:05:25-07:00 |
| Pulse | updated |
| Dependencies | cscope, lua, python@3.14, ruby |
| Build dependencies | gettext, libsodium |
| Bottle | available (on arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | macvim |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
macvim
nix profile install nixpkgs#macvimMacVim
sudo port install MacVimgvim 9.2.0602-r0
Improved vi-style text editor (GTK3 GUI)
sudo apk add gvimvim-X11 9.2.597-1.fc45
The VIM version of the vi editor for the X Window System - GVim
sudo dnf install vim-X11gvim 9.2.0600-1
Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)
sudo pacman -S gvimgvim 9.2.0398-1.3
A GUI for Vi
sudo zypper install gvimsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.