# Installer mprocs avec Homebrew, apk, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:mprocs
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mprocs
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add mprocs
```

  Preuve: Alpine Linux edge package indexes: mprocs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#mprocs
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/mprocs
```

  Preuve: Scoop official bucket manifest trees: bucket/mprocs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id pvolok.mprocs -e
```

  Preuve: Windows Package Manager source index: pvolok.mprocs from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:mprocs
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/mprocs>
- **Version:** 0.9.6
- **Résumé source:** Run multiple commands in parallel
- **Page d'accueil:** <https://github.com/pvolok/dekit>
- **Dépôt:** <https://github.com/pvolok/dekit>
- **Docs amont:** <https://github.com/pvolok/mprocs#readme>
- **Licence:** MIT
- **Archive source:** <https://github.com/pvolok/dekit/archive/refs/tags/v0.9.6.tar.gz>
- **Dernière mise à jour:** 2026-07-04T16:53:44+09:00
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- dk (cli)
- mprocs (cli)
- dk (alias)
- mprocs (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.9.6
- gestionnaire mis à jour: 2026-07-04
- données locales: OK
- dépôt amont: https://github.com/pvolok/dekit
- dernière version détectée: v0.9.6 (à jour)
## Historique du projet et usages

mprocs is a terminal UI for running a project's repeated background commands side by side. The upstream repository redirects from pvolok/mprocs to pvolok/dekit, but the README still describes the packaged tool as mprocs: it runs multiple commands in parallel, keeps each output separate, and lets the user switch to and interact with each process. The README positions it near parallel command runners, but with separate panes and terminal interaction deep enough to work inside programs such as vim.

### Historique du projet

The changelog records a 0.1.0 Rust rewrite on 2022-04-05 that compiled on Windows, followed by a fast build-out of developer-workflow features: CLI commands and environment variables in May 2022, YAML config parsing, remote control, named processes, cwd and stop settings, keymaps, mouse support, copy mode, npm script loading, and global/local configuration. The 2024 and 2025 entries added terminal parser work and input fixes; the 0.9.0 release in 2026 added Procfile support, quit-on-finish, process log configuration, an on-init command, OSC window-title handling, and a broad terminal/pty rewrite.

### Modes d'utilisation

In practice mprocs is used as a lightweight project cockpit for things like a web server, watcher, test runner, bundler, database, and editor helper. A user can pass commands directly, define them in mprocs.yaml, load package.json scripts, or load a Procfile, then restart, stop, rename, add, and inspect processes from the TUI or remote-control socket. Its own FAQ draws the boundary with tmux and screen: mprocs is aimed at finite project commands that end when mprocs exits, not long-lived detachable shell sessions.

### Sources

- <https://github.com/pvolok/dekit/releases>
- <https://github.com/pvolok/mprocs>
- <https://raw.githubusercontent.com/pvolok/dekit/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/pvolok/dekit/master/README.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour mprocs. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: ~/.config/mprocs/mprocs.yaml, ./mprocs.yaml
- Windows: %APPDATA%\mprocs\mprocs.yaml, .\mprocs.yaml
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - mprocs: normalized package name match | nixpkgs package indexes: pkgs/by-name/mp/mprocs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mprocs - 0.6.4-r1: normalized package name match | Alpine Linux edge package indexes: mprocs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Run multiple commands in parallel | https://github.com/pvolok/mprocs
- Scoop - main/mprocs: normalized package name match | Scoop official bucket manifest trees: bucket/mprocs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - pvolok.mprocs: normalized package name match | Windows Package Manager source index: pvolok.mprocs from https://cdn.winget.microsoft.com/cache/source.msix
- Nix - dk: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/dk/dk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dk - 2.3-r2: installed executable or alias match | Alpine Linux edge package indexes: dk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tiling window manager taking inspiration from dwm, bspwm, and xmonad | https://bitbucket.org/natemaia/dk
- apk - dk-doc - 2.3-r2: installed executable or alias match | Alpine Linux edge package indexes: dk-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tiling window manager taking inspiration from dwm, bspwm, and xmonad (documentation) | https://bitbucket.org/natemaia/dk
- winget - Diskuv.dk: installed executable or alias match | Windows Package Manager source index: Diskuv.dk from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/fr/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [rust](https://www.automicvault.com/fr/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [bagels](https://www.automicvault.com/fr/pkg/brew/bagels/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [circumflex](https://www.automicvault.com/fr/pkg/brew/circumflex/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [dooit](https://www.automicvault.com/fr/pkg/brew/dooit/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [jiratui](https://www.automicvault.com/fr/pkg/brew/jiratui/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [lf](https://www.automicvault.com/fr/pkg/brew/lf/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [midnight-commander](https://www.automicvault.com/fr/pkg/brew/midnight-commander/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [newsboat](https://www.automicvault.com/fr/pkg/brew/newsboat/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [nom](https://www.automicvault.com/fr/pkg/brew/nom/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [mprocs](https://www.automicvault.com/fr/pkg/npm/mprocs/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, management, mprocs, multiple, parallel.
- [vit](https://www.automicvault.com/fr/pkg/brew/vit/) - Local package facts share a topical domain. Shared terms: cli, management, productivity, terminal, tui.
- [mprocs](https://www.automicvault.com/fr/pkg/npm/mprocs/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
