loopyard

SSH into any container

A real shared terminal in a real container. Your favorite editor still works.

The same Loopyard session on a phone: SSH into any container

The workspace terminal in the browser. The SSH button in the header copies the command that lands your real terminal in the identical session.

Sometimes the browser is the wrong tool. You want your own prompt, your shell history, your tmux config, your editor with your bindings. Or you need to grep a half-gigabyte log without watching it scroll past in a web page.

Every workspace container in Loopyard listens on a local SSH port. From your own terminal:

ssh -p 2222 container-name@localhost

That lands you in the same session the agent is in. If it is running a command when you connect, you watch it run. If you tail a file and the agent writes to it, you see the writes as they happen.

Edit a file from your shell and the agent sees your edit. Have the agent edit a file and you see it in your shell. People work in terminals and so do agents, so they may as well share one.

Run it on your machine

git clone github.com/loopyard/loopyard.git
cd loopyard
mix loopyard.setup

Free and open source on GitHub. Follow @loopyardai.