macOS
brew install macvimlocal Homebrew formula metadata
sudo port install MacVimMacPorts ports tree · editors/MacVim/Portfile · 来源: api.github.com
安装
brew install macvimlocal Homebrew formula metadata
sudo port install MacVimMacPorts ports tree · editors/MacVim/Portfile · 来源: api.github.com
nix profile install nixpkgs#macvimnixpkgs package indexes · macvim · 来源: raw.githubusercontent.com
sudo apk add gvimAlpine Linux edge package indexes · gvim · 来源: dl-cdn.alpinelinux.org
sudo pacman -S gvimArch Linux sync databases · gvim · 来源: geo.mirror.pkgbuild.com
sudo zypper install gvimopenSUSE Tumbleweed package metadata · gvim · 来源: download.opensuse.org
sudo dnf install vim-X11Fedora Rawhide package metadata · vim-X11 · 来源: dl.fedoraproject.org
概览
GUI for vim, made for macOS
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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~/.gvimrc可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gview | cli | 全局可执行文件 | |
gvim | cli | 全局可执行文件 | |
gvimdiff | cli | 全局可执行文件 | |
gvimex | cli | 全局可执行文件 | |
gvimtutor | cli | 全局可执行文件 | |
mview | cli | 全局可执行文件 | |
mvim | cli | 全局可执行文件 | |
mvimdiff | cli | 全局可执行文件 | |
mvimex | cli | 全局可执行文件 | |
vimex | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/macvim-dev/macvim
安装元数据
| 软件包键 | brew:macvim |
|---|---|
| 版本 | 9.2.0321 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/macvim |
| 主页 | https://macvim.org |
| 仓库 | https://github.com/macvim-dev/macvim |
| 上游文档 | https://github.com/macvim-dev/macvim#readme |
| 许可证 | Vim |
| 源码归档 | https://github.com/macvim-dev/macvim/archive/refs/tags/release-183.tar.gz |
| 最后更新 | 2026-06-22T14:05:25-07:00 |
| Pulse | updated |
| 依赖 | cscope, lua, python@3.14, ruby |
| 构建依赖 | gettext, libsodium |
| Bottle | 可用 (于 arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 gvim来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.