# Installer historian avec Homebrew, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de historian pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:historian
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install historian
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hist
```

  Preuve: MacPorts ports tree: math/hist/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:historian
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.0.2
- **Résumé source:** Command-line utility for managing shell history in a SQLite database
- **Page d'accueil:** <https://github.com/jcsalterego/historian>
- **Dépôt:** <https://github.com/jcsalterego/historian>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- hist (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.0.2
## Historique du projet et usages

historian is a small shell-history utility that imports `~/.bash_history` into SQLite and exposes a `hist` command for config, import, search, and log viewing. It is a niche predecessor to later shell-history database tools.

### Historique du projet

The repository begins on 2017-04-10 with an initial commit. Tags 0.0.1 and 0.0.2 followed within days, and the README documents the utility as a command-line manager for shell history in a SQLite database.

The project is intentionally narrow: dedupe and import Bash history, store it in `~/.historian.db`, search it, and optionally run `hist import` from a shell profile.

### Historique d'adoption

Official adoption evidence is thin. Homebrew and MacPorts package records in the batch input indicate that the tool crossed from a personal script-style repository into package-manager distribution, but the official README does not describe a wider community.

### Modes d'utilisation

A user places the script directory on PATH or aliases `hist`, runs `hist import`, and searches with `hist search term` or shorthand `hist /term`. `hist config` prints paths for Bash history, the SQLite database, and sqlite3.

### Pourquoi les passionnés de paquets s'y intéressent

historian is package-nerd-interesting mainly because it captures the minimal SQLite shell-history idea in a tiny package: no daemon, no sync, no terminal UI, just import and query. That simplicity makes it a useful contrast with later tools such as hiSHtory and Atuin.

### Chronologie

- 2017-04-10: Initial commit.
- 2017-04-11: 0.0.1 is tagged.
- 2017-04-14: 0.0.2 is tagged.
- 2017: README documents import, config, search, and log workflows.

### Related projects

- hiSHtory and Atuin are later, larger shell-history tools with contextual search and sync.
- SQLite is the core storage dependency documented by historian.

### Sources

- Official Git repository tags and commits for timeline dates.
- Official README for feature scope, install, usage, and database paths.


## Notes de sécurité

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- MacPorts - hist: installed executable or alias match | MacPorts ports tree: math/hist/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
