macOS
brew install vislocal Homebrew formula metadata
sudo port install visMacPorts ports tree · editors/vis/Portfile · ソース: api.github.com
brew
vis のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install vislocal Homebrew formula metadata
sudo port install visMacPorts ports tree · editors/vis/Portfile · ソース: api.github.com
sudo apk add visAlpine Linux edge package indexes · vis · ソース: dl-cdn.alpinelinux.org
sudo dnf install visFedora Rawhide package metadata · vis · ソース: dl.fedoraproject.org
nix profile install nixpkgs#visnixpkgs package indexes · pkgs/by-name/vi/vis/package.nix · ソース: api.github.com
sudo pacman -S visArch Linux sync databases · vis · ソース: geo.mirror.pkgbuild.com
sudo zypper install visopenSUSE Tumbleweed package metadata · vis · ソース: download.opensuse.org
概要
Vim-like text editor
履歴
vis is a small, Unix-oriented text editor that deliberately combines vi-style modal editing with the structural regular-expression command language associated with Plan 9's sam editor. Its upstream README presents the project as a modern, legacy-free editor with multiple selections, Lua extension hooks, Unicode support, and tolerance for large, binary, and single-line files.
The public GitHub repository was created in November 2014, and the project has remained under the stewardship of Marc Andre Tanner's martanne namespace while also advertising development discussion on SourceHut and IRC. Its development history is unusually explicit about editor-design boundaries: the README says vis is not intended to be bug-for-bug compatible with vi or Vim, and its non-goals reject VimL, GUI front ends, built-in archive/network support, spell checking, and advanced window management.
The project moved through a long pre-1.0 release line rather than a compatibility-breaking stable major. GitHub releases show v0.3 in March 2017, v0.5 in March 2018, v0.7 in December 2020, v0.8 in November 2022, and v0.9 in May 2024. The v0.9 changelog describes years of accumulated fixes and extension work, especially Lua API changes intended to make vis easier to extend.
vis occupies a niche among terminal editor users who like vi's modal vocabulary but want sam-style structural editing and a smaller codebase than Vim. The upstream wiki links distribution packages, and the project is packaged across common Unix-like systems, reflecting adoption primarily through source builds and operating-system package collections rather than a single vendor distribution.
The adoption story is less about replacing Vim in the mainstream and more about keeping Plan 9 editing ideas alive in package-manager culture. The README points users to differences from sam and vi/Vim, making the tool understandable as a deliberate bridge between older research-editor ideas and daily Unix editing.
vis is normally launched as a terminal editor for local files. Users get vi-like normal, insert, and visual workflows, then use structural regular-expression commands for selections and transformations that can span arbitrary text structure rather than only line-oriented ranges.
The project also exposes small companion utilities such as vis-open, vis-menu, vis-complete, vis-clipboard, and vis-digraph, keeping the editor core narrow while delegating picker, completion, clipboard, and digraph work to separate commands.
For package nerds, vis is the rare editor package whose identity is a design argument: small C core, POSIX-flavored build, Lua scripting instead of VimL, and structural regular expressions as a first-class interaction model. It is often evaluated by people who want a hackable editor without the size and historical compatibility load of Vim.
Its release cadence also makes it a familiar kind of ports-tree package: slow-moving, conservative, and useful to users who knowingly opt into a pre-1.0 but long-lived tool.
セキュリティ状態
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.
$XDG_CONFIG_HOME/vis/visrc.lua~/.config/vis/visrc.lua/etc/vis/visrc.lua実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
vis | cli | グローバル実行可能ファイル | |
vis-clipboard | cli | グローバル実行可能ファイル | |
vis-complete | cli | グローバル実行可能ファイル | |
vis-digraph | cli | グローバル実行可能ファイル | |
vis-menu | cli | グローバル実行可能ファイル | |
vis-open | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/martanne/vis
インストールメタデータ
| パッケージキー | brew:vis |
|---|---|
| バージョン | 0.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/vis |
| ホームページ | https://github.com/martanne/vis |
| リポジトリ | https://github.com/martanne/vis |
| 上流ドキュメント | https://github.com/martanne/vis#readme |
| ライセンス | ISC |
| ソースアーカイブ | https://github.com/martanne/vis/archive/refs/tags/v0.9.tar.gz |
| 依存関係 | libtermkey, lpeg, lua@5.4, tre |
| ビルド依存関係 | pkgconf |
| macOS 提供ライブラリ | ncurses |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | To avoid a name conflict with the macOS system utility /usr/bin/vis, this text editor must be invoked by calling `vise` ("vis-editor"). |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vis |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
vis 0.9-1
Modern, legacy free, simple yet efficient vim-like editor
https://github.com/martanne/vis
sudo apt install visvis
nix profile install nixpkgs#visvis 0.8-1
Modern, legacy free, simple yet efficient vim-like editor
https://github.com/martanne/vis
sudo apt install visvis 0.9-r0
Modern, legacy free, simple yet efficient vim-like editor
https://github.com/martanne/vis
sudo apk add visvis-doc 0.9-r0
Modern, legacy free, simple yet efficient vim-like editor (documentation)
https://github.com/martanne/vis
sudo apk add vis-docvis 0.9-6.fc45
A vim-like editor with structural regex from plan9
https://git.sr.ht/~martanne/vis
sudo dnf install visvis-doc 0.9-6.fc45
Docs for the Lua API of Vis
https://git.sr.ht/~martanne/vis
sudo dnf install vis-docvis 0.9.r463.ge9791c2c-1
modern, legacy free, simple yet efficient vim-like editor
https://github.com/martanne/vis#vis-a-vim-like-text-editor
sudo pacman -S visvis 0.9-1.6
An editor combining the strengths of both vi(m) and sam
sudo zypper install visvis
sudo port install visソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.