百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

dekit

> 开发工具
开源

并行运行多个命令

2.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

并行运行多个命令

dekit

Process runner and scripting toolkit with CLI and TUI

**dekit** is the next evolution of **mprocs**, a TUI tool for running multiple commands, viewing their output separately, and interacting with each process. The project continues in this repository under its new name. While **mprocs** is a foreground TUI app, **dekit** uses client-server architecture, similar to tmux. This allows dekit to be controlled via TUI, CLI, or by agents. > **In development:** the first dekit release is not available yet. The CLI, > configuration format, and scripting API are still being designed and may change. > Published mprocs releases remain available for use today. ## What dekit adds mprocs brings your project's commands into one terminal interface. dekit builds on that foundation with a broader process runner and scripting toolkit: - Keep processes running independently of the terminal, and reconnect when needed. - Coordinate services and tasks through dependencies and readiness checks. - Automate workflows with scripts, alongside interactive control through a CLI and TUI. ## TODOs before first dekit release - [ ] Finalize the CLI, config format, and JavaScript API. - [ ] Live upgrade. - [ ] Finalize per-project dekit versioning. - [ ] Fix Windows bugs and missing features. ## Use mprocs for now Before dekit is released you can still use mprocs. Development builds of dekit support (and will support after release) mprocs CLI via: ```sh dekit mprocs ... ``` - [mprocs v0.9.6 release and binaries](https://github.com/pvolok/dekit/releases/tag/v0.9.6) - [mprocs installation and usage](README-mprocs.md) - [Release history](CHANGELOG.md)

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustclilinuxmacosrust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具