# 使用 Homebrew, Nix 安装 syswatch

查看 syswatch 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:syswatch
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install syswatch
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#syswatch
```

  证据: nixpkgs package indexes: pkgs/by-name/sy/syswatch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:syswatch
- **软件包管理器:** Homebrew
- **版本:** 0.7.7
- **来源摘要:** Cross-platform system diagnostics TUI
- **主页:** <https://www.netwatchlabs.com/labs/syswatch>
- **仓库:** <https://github.com/matthart1983/syswatch>
- **最后更新:** 2026-07-26T07:01:57Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- syswatch (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.7.7
## 项目历史与用法

SysWatch is a read-only terminal system-diagnostics application for macOS and Linux. Its twelve tabs combine CPU, memory, disk, filesystem, process, GPU, power, service, network, timeline, and anomaly views in one TUI.

### 项目历史

Matthew Hart published SysWatch 0.1.0 in May 2026 and iterated rapidly through the 0.7 series. The project grew from a live single-host dashboard into a session-oriented diagnostic tool with settings, snapshots, recording and replay, historical scrubbing, and plain-English anomaly cards.

### 采用历史

The project ships through Cargo and Homebrew and publishes prebuilt release binaries; the supplied package metadata also records Nix packaging. Its official project page presents it as part of the NetWatch Labs family of focused terminal observability tools.

### 使用方式

Running syswatch starts a 1 Hz dashboard; flags select a faster tick, an initial tab, or a recorded session to replay. Single-key controls switch tabs, filter and sort processes, pause collection, change graph style and theme, capture snapshots, record sessions, and scrub backward through the session.

### 为什么软件包爱好者会关心

SysWatch packages the jobs of many classic host-inspection commands into one Rust TUI without requiring sudo or a resident daemon. It is especially useful for package users who want a portable first-response console rather than a monitoring service.

### 时间线

- 2026-05: SysWatch 0.1.0 was released.
- 2026-05: Releases through 0.7.0 added and refined the multi-tab diagnostics workflow.
- 2026-06: Version 0.7.2 expanded per-process accounting.
- 2026-07: Versions 0.7.4 and 0.7.5 were released.

### Related projects

- NetWatch is the sibling network-analysis tool, DiskWatch covers disk diagnostics, and netwatch-sdk supplies shared network and disk parsers. The README compares individual tabs with htop, iostat, nettop, powermetrics, df, ps, and systemctl.

### 来源

- <https://github.com/matthart1983/syswatch#readme>
- <https://github.com/matthart1983/syswatch/blob/main/src/config.rs>
- <https://github.com/matthart1983/syswatch/releases>
- <https://www.netwatchlabs.com/labs/syswatch>
- source_facts.package-manager


## 安全说明

没有找到 syswatch 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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/syswatch/config.toml, ~/.config/syswatch/config.toml
- macOS: ~/Library/Application Support/syswatch/config.toml
## 其他软件包管理器记录

- Nix - syswatch: normalized package name match | nixpkgs package indexes: pkgs/by-name/sy/syswatch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/syswatch.yml](https://github.com/mxcl/pkgdb/blob/main/combined/syswatch.yml)


## 来源

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
