# Install viddy with Homebrew, apk, MacPorts, Nix, scoop, zypper

Modern watch command. Version 1.3.1 via Homebrew; verified 2026-06-14.

## Install

```sh
sudo av install brew:viddy
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install viddy
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install viddy
```

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

### Linux

- apk (92%):

```sh
sudo apk add viddy
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#viddy
```

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

- zypper (92%):

```sh
sudo zypper install viddy
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/viddy
```

  Evidence: Scoop official bucket manifest trees: bucket/viddy.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:viddy
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/viddy>
- **Version:** 1.3.1
- **Source summary:** Modern watch command
- **Homepage:** <https://github.com/sachaos/viddy>
- **Repository:** <https://github.com/sachaos/viddy>
- **Upstream docs:** <https://github.com/sachaos/viddy#readme>
- **License:** MIT
- **Source archive:** <https://github.com/sachaos/viddy/archive/refs/tags/v1.3.1.tar.gz>
- **Last updated:** 2026-06-14T16:01:28Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- viddy (cli)
- viddy (alias)

## Build dependencies

- 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: 1.3.1
- Package-manager updated: 2026-06-14
- Local data: ok
- Upstream repository: https://github.com/sachaos/viddy
- Upstream latest detected: v1.3.1 (current)
## Project history and usage

Viddy is a modern, interactive replacement for the Unix-like `watch` command. Its niche is terminal monitoring: repeatedly run a command, keep the latest output visible, highlight differences, retain past snapshots, and let the user move around output with pager and Vim-like controls.

### Project history

The first tagged public release, v0.1.0, was published on August 17, 2021, after an initial Go implementation that already included search, diff viewing, and the early time-machine concept. The project was framed from the start as a richer `watch`, not as a general terminal multiplexer or log viewer.

In 2024, maintainer Takumasa Sakao released Viddy 1.0.0 after reimplementing the project in Rust. In his migration write-up, he described the Go version as a proof-of-concept that had become harder to fix and extend, while also noting that Rust had been the original target language. A later community fork, `viddy-go`, explicitly preserves the last Go implementation for users who prefer the Go toolchain or particular Go-era behavior.

### How it is used

Viddy is used where a user would normally run `watch`, but wants better interaction: color-preserving command output, diff highlighting, output search, scrollback-like paging, and the ability to rewind through previous command results. The history and time-machine features make it useful for observing changing state such as service health, queues, deployments, or command output that briefly shows important differences.

### Why package nerds care

For package curators, Viddy is a neat example of the wave of Rust-era rewrites of small Unix command-line utilities: it keeps the Unix tool shape while adding TUI ergonomics, persisted history, and cross-platform binary releases. Its package footprint across Homebrew, MacPorts, Scoop, Alpine, Nix, and other ecosystems reflects a tool aimed at people who live in terminals rather than at a single platform community.

### Timeline

- 2021-08-17: Viddy v0.1.0 is published, with release notes showing the initial implementation, diff support, search, key binding work, and time-machine naming.
- 2024-08-22: The maintainer publishes a Viddy 1.0.0 migration article describing the Rust reimplementation from the earlier Go codebase.
- 2026-06-14: Viddy v1.3.1 is published, showing the Rust line still under active release.

### Sources

- <https://dev.to/sachaos/release-of-viddy-v100-migration-from-go-to-rust-2g41>
- <https://github.com/dbohdan/viddy-go>
- <https://github.com/sachaos/viddy>
- <https://github.com/sachaos/viddy/releases/tag/v0.1.0>
- <https://github.com/sachaos/viddy/releases/tag/v1.3.1>


## Security Notes

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

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.


## Configuration files

- Linux: $XDG_CONFIG_HOME/viddy.toml
- macOS: ~/Library/Application Support/viddy.toml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** viddy
- **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 - viddy: normalized package name match | nixpkgs package indexes: pkgs/by-name/vi/viddy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - viddy - 0.4.0-r21: normalized package name match | Alpine Linux edge package indexes: viddy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Modern watch command, time machine and pager | https://github.com/sachaos/viddy
- apk - viddy-doc - 0.4.0-r21: normalized package name match | Alpine Linux edge package indexes: viddy-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Modern watch command, time machine and pager (documentation) | https://github.com/sachaos/viddy
- zypper - viddy - 1.3.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: viddy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A modern watch command | https://github.com/sachaos/viddy
- MacPorts - viddy: normalized package name match | MacPorts ports tree: sysutils/viddy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/viddy: normalized package name match | Scoop official bucket manifest trees: bucket/viddy.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## 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.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [hwatch](https://www.automicvault.com/pkg/brew/hwatch/) - Shares av.db curated category or tags: cli, monitoring, system, terminal, watch.
- [gotop](https://www.automicvault.com/pkg/brew/gotop/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [htop](https://www.automicvault.com/pkg/brew/htop/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [pv](https://www.automicvault.com/pkg/brew/pv/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [ansiweather](https://www.automicvault.com/pkg/brew/ansiweather/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [asitop](https://www.automicvault.com/pkg/brew/asitop/) - Shares av.db curated category or tags: cli, monitoring, system.
- [bottom](https://www.automicvault.com/pkg/brew/bottom/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [collectd](https://www.automicvault.com/pkg/brew/collectd/) - Shares av.db curated category or tags: cli, monitoring, system.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
