Skip to content

The, "Because everyone is making agents with tmux and I found out someone already named something 'tmuxai' a few months into building it but I didn't want to steal it or compete so I kept making my own the way I wanted it to work and it seems to work alright,".... repo.

Notifications You must be signed in to change notification settings

tikimcfee/gomuxai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomuxai

CLI tool for orchestrating AI coding agents in tmux sessions. Agents can use the same binary to spawn and communicate with other agents.

tmux is the only required external dependency from the binary - there is no setup needed. You should be able to copy the manually built or released binaries as you'd like.

Install

make build    # builds ./agent
make install  # installs to GOPATH/bin

Usage

# Spawn an agent
agent spawn researcher --backend claude

# Send a message
agent send researcher "analyze the auth module"

# Queue a message (delivered when idle)
agent queue researcher "summarize when done"

# Check status and capture output
agent status researcher
agent capture researcher --lines 100

# Clean up
agent cleanup researcher

Backends

Built-in: claude, aider

Custom backends via JSON config:

agent spawn helper --backend-config my-backend.json

Data

All state lives in .gomuxai/ next to the binary. Delete the folder to reset.

About

The, "Because everyone is making agents with tmux and I found out someone already named something 'tmuxai' a few months into building it but I didn't want to steal it or compete so I kept making my own the way I wanted it to work and it seems to work alright,".... repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published