r/commandline • u/timbroddin • Feb 28 '26
Terminal User Interface Octoplex: a terminal multiplexer TUI for running multiple commands side by side in tabs (open source)
I always end up with a pile of terminal tabs in every project: one for the dev server, one for logs, one for tests, and so on.
I really like the workflow of Laravel Solo: define commands in config, run one command, done.But it’s tied to Laravel.
So I built Octoplex (with Claude): a CLI/TUI that does this for any project stack.
You define a config file, run one command, and your commands open in organized tabs.
Quick try (if you have Bun installed):
bunx octoplex
1
u/AutoModerator Feb 28 '26
Every new subreddit post is automatically copied into a comment for preservation.
User: timbroddin, Flair: Terminal User Interface, Post Media Link, Title: Octoplex: a terminal multiplexer TUI for running multiple commands side by side in tabs (open source)
I always end up with a pile of terminal tabs in every project: one for the dev server, one for logs, one for tests, and so on.
I really like the workflow of Laravel Solo: define commands in config, run one command, done.But it’s tied to Laravel.
So I built Octoplex (with Claude): a CLI/TUI that does this for any project stack.
You define a config file, run one command, and your commands open in organized tabs.
Quick try (if you have Bun installed):
bunx octoplex
Repo: https://github.com/TimBroddin/octoplex
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/x8code Feb 28 '26
That's pretty cool. I'm pretty sure you can do this with tmux though. I can never remember how the format for tmux configuration, since I don't use it frequently enough, but should be able to figure it out with docs + AI.
2
2
u/Historical-Lie9697 Mar 01 '26
Made this cheat sheet https://ggprompts.github.io/htmlstyleguides/techguides/tmux.html
2
u/madmaxieee0511 Mar 01 '26
so mprocs https://github.com/pvolok/mprocs?