# Install openapi-tui with Homebrew, apk, Nix, pacman

TUI to list, browse and run APIs defined with openapi spec. Version 0.10.2 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:openapi-tui
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install openapi-tui
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add openapi-tui
```

  Evidence: Alpine Linux edge package indexes: openapi-tui from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#openapi-tui
```

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

- pacman (92%):

```sh
sudo pacman -S openapi-tui
```

  Evidence: Arch Linux sync databases: openapi-tui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:openapi-tui
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/openapi-tui>
- **Version:** 0.10.2
- **Source summary:** TUI to list, browse and run APIs defined with openapi spec
- **Homepage:** <https://github.com/zaghaghi/openapi-tui>
- **Repository:** <https://github.com/zaghaghi/openapi-tui>
- **Upstream docs:** <https://github.com/zaghaghi/openapi-tui#readme>
- **License:** MIT
- **Source archive:** <https://github.com/zaghaghi/openapi-tui/archive/refs/tags/0.10.2.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- openapi-tui (cli)
- openapi-tui (alias)

## Build dependencies

- pkgconf
- rust

## Install behavior

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

## Freshness

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

openapi-tui is a Rust terminal UI for loading OpenAPI 3.0 and 3.1 specifications, browsing their operations, and making requests from the terminal. It targets developers who want a keyboard-driven OpenAPI explorer without opening a browser-based documentation UI.

### Project history

The GitHub repository was created on March 2, 2024. The project README presents it as a TUI for listing, browsing, and running APIs from local JSON/YAML files or remote OpenAPI URLs.

### Adoption history

The project is distributed through Cargo, Docker, Homebrew, Arch Linux, Nix/NixOS, Alpine testing packages, and prebuilt GitHub release artifacts. That distribution pattern matches Rust CLI/TUI tools: source installation with `cargo install`, binary packages for users, and Docker for quick isolated execution.

### How it is used

Users run `openapi-tui --input <PATH>` with a local or remote OpenAPI document. The CLI supports repeated global headers, multiple servers, filtering, nested component browsing, request history, response saving, jq filtering, and copying requests as curl or httpie commands.

### Why package nerds care

openapi-tui is notable as a small, terminal-native alternative to Swagger UI-style browsing. It shows the OpenAPI tooling ecosystem expanding beyond generators and validators into lightweight interactive clients.

### Timeline

- March 2, 2024: the GitHub repository was created. July 27, 2024: GitHub releases list 0.9.4. March 7, 2025: GitHub releases list 0.10.2.

### Related projects

- The project sits beside browser-based OpenAPI viewers, API clients, and Rust TUI tooling such as Ratatui, which appears in the repository topics.

### Sources

- <https://api.github.com/repos/zaghaghi/openapi-tui>
- <https://archlinux.org/packages/extra/x86_64/openapi-tui/>
- <https://crates.io/crates/openapi-tui>
- <https://formulae.brew.sh/formula/openapi-tui>
- <https://github.com/zaghaghi/openapi-tui>
- <https://pkgs.alpinelinux.org/package/edge/testing/x86/openapi-tui>


## 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:** openapi-tui
- **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 - openapi-tui: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openapi-tui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - openapi-tui - 0.9.4-r1: normalized package name match | Alpine Linux edge package indexes: openapi-tui from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Terminal UI to list, browse and run APIs defined with openapi spec | https://github.com/zaghaghi/openapi-tui
- pacman - openapi-tui - 0.10.2-1: normalized package name match | Arch Linux sync databases: openapi-tui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal UI to list, browse and run APIs defined with OpenAPI spec | https://github.com/zaghaghi/openapi-tui


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [openapi-diff](https://www.automicvault.com/pkg/brew/openapi-diff/) - Shares av.db curated category or tags: api-development, cli, developer-tools, openapi.
- [openapi-generator](https://www.automicvault.com/pkg/brew/openapi-generator/) - Shares av.db curated category or tags: api-development, cli, developer-tools, openapi.
- [kubebuilder](https://www.automicvault.com/pkg/brew/kubebuilder/) - Shares av.db curated category or tags: api-development, cli, developer-tools.
- [create-api](https://www.automicvault.com/pkg/brew/create-api/) - Shares av.db curated category or tags: api-client, cli, developer-tools, openapi.
- [restish](https://www.automicvault.com/pkg/brew/restish/) - Shares av.db curated category or tags: api-client, cli, developer-tools, openapi.
- [swagger-codegen](https://www.automicvault.com/pkg/brew/swagger-codegen/) - Shares av.db curated category or tags: api-client, cli, developer-tools, openapi.
- [ain](https://www.automicvault.com/pkg/brew/ain/) - Shares av.db curated category or tags: api-client, cli, developer-tools.
- [beads_viewer](https://www.automicvault.com/pkg/brew/beads-viewer/) - Shares av.db curated category or tags: cli, developer-tools, terminal-ui.

## Combined YAML source

View the package source record on GitHub. [combined/openapi-tui.yml](https://github.com/automic-vault/db/blob/main/combined/openapi-tui.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
