# 使用 Homebrew, Nix 安装 jobber

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

## 安装

```sh
sudo av install brew:jobber
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jobber
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#jobber
```

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

## 软件包事实

- **软件包键:** brew:jobber
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/jobber>
- **版本:** 1.4.4
- **来源摘要:** Alternative to cron, with better status-reporting and error-handling
- **主页:** <https://dshearer.github.io/jobber/>
- **仓库:** <https://github.com/dshearer/jobber>
- **上游文档:** <https://dshearer.github.io/jobber/>
- **许可证:** MIT
- **源码归档:** <https://github.com/dshearer/jobber/archive/refs/tags/v1.4.4.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- jobber (cli)
- jobber (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- 服务: declared
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.4.4
- 本地数据: OK
- 上游仓库: https://github.com/dshearer/jobber
- 检测到的最新版本: v1.4.4 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

Jobber is a Go-based Unix job scheduler positioned as a better-behaved alternative to cron. Its project site emphasizes scheduled command execution plus job execution history, error handling, retry/backoff behavior, and failure reporting.

### 项目历史

The GitHub repository was created in September 2014, and the release sequence shows a beta in January 2015 followed by v1.0.0 in January 2016. The project then moved through 1.1, 1.2, 1.3, and 1.4 lines, with v1.4.4 published in June 2020.

Jobber's documentation settled around a per-user jobfile model: each user defines jobs in ~/.jobber, while jobbermaster and jobberrunner coordinate execution. The README later notes that the project is stable but not actively maintained due to lack of maintainer time.

### 采用历史

Jobber reached package-manager users through Homebrew and Nix, but its adoption stayed narrower than cron itself because it asks users to install a daemonized scheduler rather than rely on the base system. Its strongest niche is where operators want cron-like scheduling plus visible run history and more explicit failure behavior.

### 使用方式

Users define YAML jobs with commands, schedules, onError behavior, result sinks, and optional run logs. The command-line interface supports loading jobs, listing jobs and recent runs, testing a job, pausing and resuming jobs, and printing a job command.

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

Jobber is interesting as a packaged cron alternative that tried to make failure semantics part of the job definition. For package maintainers and ops-minded users, it shows the tradeoff between richer scheduler behavior and the extra service-management surface of replacing a ubiquitous system tool.

### 时间线

- 2014: GitHub repository created.
- 2015: v0.1.0 beta release published.
- 2016: v1.0.0 and early 1.x releases published.
- 2018: v1.3.x releases published.
- 2019: v1.4.0 release published.
- 2020: v1.4.4 release published.

### Related projects

- cron is the direct point of comparison and replacement target.
- systemd timers, anacron, and language-level job schedulers occupy adjacent scheduling territory, but Jobber's own documentation frames cron as the main comparison.

### 来源

- The GitHub release API supplies the release timeline.
- The project site and README supply the cron-alternative positioning, project status, and feature set.
- The v1.4 documentation supplies the jobfile, daemon, CLI, error-handling, and run-log behavior.


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- formula declares a Homebrew service


## 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

- Unix: ~/.jobber
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jobber
- **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

## 其他软件包管理器记录

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


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [gogcli](https://pkg.so/zh-hans/brew/gogcli/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [googleworkspace-cli](https://pkg.so/zh-hans/brew/googleworkspace-cli/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [tmuxinator](https://pkg.so/zh-hans/brew/tmuxinator/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [superfile](https://pkg.so/zh-hans/brew/superfile/) - Shares pkgdb curated category or tags: cli, go, productivity.
- [lf](https://pkg.so/zh-hans/brew/lf/) - Shares pkgdb curated category or tags: cli, go, productivity.
- [dockutil](https://pkg.so/zh-hans/brew/dockutil/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [flexget](https://pkg.so/zh-hans/brew/flexget/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [tuios](https://pkg.so/zh-hans/brew/tuios/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [smug](https://pkg.so/zh-hans/brew/smug/) - Both packages touch the same language runtime or ecosystem. Shared terms: automation, cli, go, productivity.
- [cloudpan189-go](https://pkg.so/zh-hans/brew/cloudpan189-go/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, productivity.
- [countdown](https://pkg.so/zh-hans/brew/countdown/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, productivity.

## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
