# Install amp with Homebrew, MacPorts, Nix, zypper

Text editor for your terminal. Version 0.7.1 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:amp
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install amp
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install amp
```

  Evidence: MacPorts ports tree: editors/amp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#amp
```

  Evidence: nixpkgs package indexes: pkgs/by-name/am/amp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install amp
```

  Evidence: openSUSE Tumbleweed package metadata: amp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:amp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/amp>
- **Version:** 0.7.1
- **Source summary:** Text editor for your terminal
- **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>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- amp (cli)
- amp (alias)

## Build dependencies

- cmake
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.7.1
- Local data: ok
- Upstream repository: https://github.com/jmacdonald/amp
- Upstream latest detected: 0.7.1 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2015: GitHub repository created.
- 2015 onward: Amp develops as a Rust terminal editor inspired by Vi/Vim.
- 2024: Release 0.7.1 published.

### Related projects

- Vim and Vi: the editing model Amp explicitly cites as inspiration.
- scribe: Amp's related Rust crate for editor internals.
- Rust: the implementation language and ecosystem that shaped Amp's packaging story.

### Sources

- <https://amp.rs/docs>
- <https://amp.rs/docs/configuration>
- <https://api.github.com/repos/jmacdonald/amp>
- <https://api.github.com/repos/jmacdonald/amp/releases/latest>
- <https://github.com/jmacdonald/amp>
- <https://github.com/jmacdonald/amp#readme>
- source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **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:** head, stable

## Other Package-Manager Records

- Nix - amp: normalized package name match | nixpkgs package indexes: pkgs/by-name/am/amp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - amp - 0.7.1-2.3: normalized package name match | openSUSE Tumbleweed package metadata: amp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A modal text editor for the terminal | https://github.com/jmacdonald/amp
- MacPorts - amp: normalized package name match | MacPorts ports tree: editors/amp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [kibi](https://www.automicvault.com/pkg/brew/kibi/) - Shares av.db curated category or tags: cli, productivity, rust, terminal, text-editor.
- [fresh-editor](https://www.automicvault.com/pkg/brew/fresh-editor/) - Shares av.db curated category or tags: cli, productivity, rust, text-editor.
- [joe](https://www.automicvault.com/pkg/brew/joe/) - Shares av.db curated category or tags: cli, productivity, terminal, text-editor.
- [jupp](https://www.automicvault.com/pkg/brew/jupp/) - Shares av.db curated category or tags: cli, productivity, terminal, text-editor.
- [emacs](https://www.automicvault.com/pkg/brew/emacs/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [enter-tex](https://www.automicvault.com/pkg/brew/enter-tex/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [moe](https://www.automicvault.com/pkg/brew/moe/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [openvi](https://www.automicvault.com/pkg/brew/openvi/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [ox](https://www.automicvault.com/pkg/brew/ox/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, editor, productivity, rust, terminal.

## Combined YAML source

View the package source record on GitHub. [combined/amp.yml](https://github.com/automic-vault/db/blob/main/combined/amp.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
