macOS
brew install pyvimlocal Homebrew formula metadata
brew / rank 4257
Pure Python Vim clone. Version 3.0.3 via Homebrew; verified from local package data.
install
brew install pyvimlocal Homebrew formula metadata
overview
Pure Python Vim clone
history
pyvim is an experimental, pure-Python Vim-like terminal editor built on prompt-toolkit.
Jonathan Slenders created pyvim after developing prompt-toolkit. Once prompt-toolkit had enough primitives for full-screen terminal interfaces, a small editor prototype became a way to test the toolkit's architecture and demonstrate its flexibility.
The project implemented Vim-like modes, windows, tabs, search and editor settings while integrating Python-oriented features such as Pygments highlighting, Jedi completion, and asynchronous Pyflakes checking. The official README also records performance and feature limitations relative to Vim.
pyvim was published as a Python package and later entered Homebrew. Its repository attracted substantial interest as both an editor experiment and a demonstration of prompt-toolkit, although the official documentation continues to describe important limitations compared with Vim.
Users launch `pyvim` as a terminal editor and can alias `vi` or set the `EDITOR` environment variable to it. A `.pyvimrc` file can provide Python-based customization.
The official README cautions that pyvim remains less capable than Vim, particularly for large files and features such as folding and macros. It is therefore especially useful for experimentation with Python terminal UI and editor extensions.
pyvim is notable less as a drop-in Vim replacement than as a proof that a full-screen, modal terminal editor could be built in pure Python on prompt-toolkit. It exposed editor requirements that could feed improvements back into the underlying toolkit and related Python terminal applications.
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.
.pyvimrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
pyvim | 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/prompt-toolkit/pyvim
install metadata
| Package key | brew:pyvim |
|---|---|
| Version | 3.0.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/pyvim |
| Homepage | https://github.com/prompt-toolkit/pyvim |
| Repository | https://github.com/prompt-toolkit/pyvim |
| License | BSD-3-Clause |
| Source archive | https://files.pythonhosted.org/packages/c3/31/04e144ec3a3a0303e3ef1ef9c6c1ec8a3b5ba9e88b98d21442d9152783c1/pyvim-3.0.3.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pyvim |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source 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.