macOS
brew install amplocal Homebrew formula metadata
sudo port install ampMacPorts ports tree · editors/amp/Portfile · source: api.github.com
brew
Text editor for your terminal. Version 0.7.1 via Homebrew; verified from local package data.
install
brew install amplocal Homebrew formula metadata
sudo port install ampMacPorts ports tree · editors/amp/Portfile · source: api.github.com
nix profile install nixpkgs#ampnixpkgs package indexes · pkgs/by-name/am/amp/package.nix · source: api.github.com
sudo zypper install ampopenSUSE Tumbleweed package metadata · amp · source: download.opensuse.org
overview
Text editor for your terminal
history
Amp is a Rust terminal text editor inspired by Vi and Vim. Its README says it aims to keep Vim's core interaction model, simplify it, and bundle the essential features expected from a modern terminal editor.
The public GitHub repository was created in February 2015. The project is written in Rust and separates substantial editor internals, including data structures, syntax highlighting, and workspace management, into the related `scribe` crate.
Amp's documentation presents the editor as a terminal-native application with modal editing, file finding, system clipboard support, preferences, keymaps, and syntax configuration. The latest GitHub release observed for this batch is 0.7.1, published in September 2024.
Amp's adoption has been niche rather than mass-market: it is a package-manager-distributed editor for users interested in Rust command-line software and Vim-like interaction without carrying Vim's full compatibility surface.
The supplied package facts show availability through Homebrew, MacPorts, Nix, and zypper, which is the typical adoption path for a small terminal editor: easy enough to install from a package manager, but still mostly discovered by users looking for lightweight editor experiments.
Users run the `amp` executable in a terminal. The official docs describe preferences as a YAML file in a platform-dependent configuration folder and recommend using the built-in `preferences::edit` command to open it and reveal its path.
The practical use case is quick terminal editing with modal commands, file navigation, syntax highlighting, and configurable keymaps. It is not presented as an IDE; it is a compact editor with enough modern conveniences to stand on its own.
Amp is interesting to package nerds as an example of the mid-2010s Rust CLI wave: a familiar Unix tool category rebuilt as a single cargo-built binary, then surfaced through multiple OS package sets.
Its split between the editor and the `scribe` crate is also notable because it turns editor infrastructure into reusable Rust components rather than burying all of it in one executable.
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
amp | 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/jmacdonald/amp
install metadata
| Package key | brew:amp |
|---|---|
| Version | 0.7.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/amp |
| Homepage | https://amp.rs |
| Repository | https://github.com/jmacdonald/amp |
| Upstream docs | https://amp.rs/docs |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/jmacdonald/amp/archive/refs/tags/0.7.1.tar.gz |
| Build dependencies | cmake, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | amp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
amp
nix profile install nixpkgs#ampamp 0.7.1-2.3
A modal text editor for the terminal
https://github.com/jmacdonald/amp
sudo zypper install ampamp
sudo port install ampsource 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.