# bartib mit Homebrew, apk, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bartib in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install bartib
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bartib
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:bartib
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/bartib>
- **Version:** 1.1.0
- **Quellzusammenfassung:** Simple timetracker for the command-line
- **Homepage:** <https://github.com/nikolassv/bartib>
- **Repository:** <https://github.com/nikolassv/bartib>
- **Upstream-Dokumentation:** <https://github.com/nikolassv/bartib#readme>
- **Lizenz:** GPL-3.0-only
- **Quellarchiv:** <https://github.com/nikolassv/bartib/archive/refs/tags/v1.1.0.tar.gz>
- **Generiert:** 2026-07-25T07:20:51+00:00

## Executables

- bartib (cli)
- bartib (Alias)

## Build-Abhängigkeiten

- rust

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-25
- Manager-Version: 1.1.0
- lokale Daten: OK
- Upstream-Repository: https://github.com/nikolassv/bartib
- neueste erkannte Version: v1.1.0 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

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


## Quellen

- 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
