macOS
brew install haplesslocal Homebrew formula metadata
brew / rang 6859
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hapless pour les workflows d'agents IA.
installation
brew install haplesslocal Homebrew formula metadata
aperçu
Run and manage background processes
historique
hapless is a small Python CLI for launching and tracking background processes. It wraps the common shell need to detach long-running jobs, keep logs, and check status later.
The author introduced hapless in a 2022-11-13 post as a Python project for running and tracking background processes more conveniently than raw shell job-control patterns. The README defines the tool as the simplest way of running and tracking processes in the background.
The official README documents installation with uv, pipx, pip, and Homebrew. That is a narrow but useful adoption surface for Python-oriented command-line users who want a lightweight process runner rather than a full supervisor.
The main command pattern is `hap run -- <command>`, followed by `hap`, `hap status`, `hap logs`, `hap pause`, `hap resume`, `hap signal`, and `hap clean` for monitoring and lifecycle actions. The blog post emphasizes detached execution, output redirection, generated IDs, custom names, and later log inspection.
hapless occupies the gap between ad hoc `nohup`/shell job control and full process managers such as Supervisor. It is package-manager-interesting mostly because it gives a short, memorable executable, `hap`, to a common local-automation task without requiring a service manager.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
hap | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:hapless |
|---|---|
| Version | 0.15.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://bmwant.link/hapless-easily-run-and-manage-background-processes/ |
| Dépôt | https://github.com/bmwant/hapless |
| Dernière mise à jour | 2026-07-13T10:46:08Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.