# bartib を Homebrew, apk, MacPorts, Nix でインストール

bartib のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:bartib
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install bartib
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bartib
```

  証拠: MacPorts ports tree: office/bartib/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add bartib
```

  証拠: Alpine Linux edge package indexes: bartib from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#bartib
```

  証拠: nixpkgs package indexes: pkgs/by-name/ba/bartib/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:bartib
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/bartib>
- **バージョン:** 1.1.0
- **ソース概要:** Simple timetracker for the command-line
- **ホームページ:** <https://github.com/nikolassv/bartib>
- **リポジトリ:** <https://github.com/nikolassv/bartib>
- **上流ドキュメント:** <https://github.com/nikolassv/bartib#readme>
- **ライセンス:** GPL-3.0-only
- **ソースアーカイブ:** <https://github.com/nikolassv/bartib/archive/refs/tags/v1.1.0.tar.gz>
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- bartib (cli)
- bartib (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 1.1.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nikolassv/bartib
- 検出された最新: v1.1.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Bartib is a Rust command-line time tracker that stores activities in a human-readable plaintext log and generates lists and reports from that file.

### プロジェクトの歴史

The upstream repository describes Bartib as an easy-to-use time tracking tool for the command line. GitHub metadata shows the repository was created in 2021, and the changelog records version 1.0.0 in November 2021 with the basic tracking, reporting, and listing features.

Bartib's design has stayed intentionally file-centered. The documented file format is one activity per line with ISO-style local timestamps, project, and optional description fields, while the CLI can start, stop, continue, list, report, edit, and check activities.

### 採用の歴史

Bartib spread through developer-oriented distribution channels: GitHub releases, cargo install from crates.io, Homebrew, Alpine testing packages, MacPorts, and Nix. Its adoption is modest but healthy for a focused terminal productivity tool.

### 使われ方

A user records work with bartib start and bartib stop, reviews recent activity with list or report, and can point Bartib at a specific log file with --file or the BARTIB_FILE environment variable. Because the log is plaintext, manual edits and version-control-friendly workflows are practical.

### パッケージ好きにとっての重要性

Bartib is package-nerd significant as a modern Rust CLI that keeps state in transparent text instead of a service or database. It is easy to package, easy to audit, and useful as a small example of terminal-first personal productivity software.

### タイムライン

- 2021-02-04: The GitHub repository is created.
- 2021-11-15: Bartib 1.0.0 is released with basic tracking, reporting, and listing features.
- 2021-11-25: Bartib 1.0.1 adds weekly report arguments and documentation fixes.
- 2024-02-29: Bartib 1.1.0 adds changelog tracking, rounding, change, sanity checks, compact project listing, and CI updates.

### Related projects

- Bartib is related to terminal time trackers such as timewarrior, watson, and ledger-style plaintext workflows, but its own format is simpler: start and stop timestamps, project, and description in a single editable text file.

### ソース

- <https://api.github.com/repos/nikolassv/bartib>
- <https://github.com/nikolassv/bartib/blob/master/CHANGELOG.md>
- <https://github.com/nikolassv/bartib/blob/master/README.md>
- <https://github.com/nikolassv/bartib/blob/master/doc/bartib-file-format.md>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bartib
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - bartib: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/bartib/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - bartib - 1.1.0-r0: normalized package name match | Alpine Linux edge package indexes: bartib from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | simple timetracker for the command line | https://github.com/nikolassv/bartib
- MacPorts - bartib: normalized package name match | MacPorts ports tree: office/bartib/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [amp](https://www.automicvault.com/ja/pkg/brew/amp/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [clock-rs](https://www.automicvault.com/ja/pkg/brew/clock-rs/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [ekphos](https://www.automicvault.com/ja/pkg/brew/ekphos/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [elio](https://www.automicvault.com/ja/pkg/brew/elio/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [eureka](https://www.automicvault.com/ja/pkg/brew/eureka/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [iamb](https://www.automicvault.com/ja/pkg/brew/iamb/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [intelli-shell](https://www.automicvault.com/ja/pkg/brew/intelli-shell/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [kibi](https://www.automicvault.com/ja/pkg/brew/kibi/) - Shares av.db curated category or tags: cli, productivity, rust, terminal.
- [tock](https://www.automicvault.com/ja/pkg/brew/tock/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, productivity, time.
- [clac](https://www.automicvault.com/ja/pkg/brew/clac/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, productivity, terminal.

## Combined YAML source

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


## ソース

- 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
