Remote coding agents
Leave the desk. Keep the session.
The coding agent continues on your own machine. tlbx lets another browser reconnect to that terminal, inspect its state and steer the next action.
Short answer
How do I keep a coding agent running when I close my laptop?
Run the agent inside a tlbx session on a machine that stays online. The native host owns the PTY and scrollback. Your laptop, tablet or phone is only a client, so closing that browser does not stop the process.
Install on the host
Install tlbx on the workstation or server where the repository, credentials and tools already live.
Keep routing private
Use a trusted LAN or a point-to-point VPN such as Tailscale. Do not publish an administrative terminal directly to the internet.
Reconnect in a browser
Open the same workspace from another device. The terminal and process remain on the host.
What follows you
State stays with the session.
- Terminal
- The real PTY, full-screen application state and server-side scrollback remain on the machine.
- Work context
- Repository status, files, prompt history, pasted images and attention signals stay associated with the session.
- Screen size
- One leading browser owns canonical PTY geometry; phones and secondary browsers follow without reflowing the running application.
- Runtime
- Model calls, credentials, tools and source files do not move into a tlbx cloud. The provider CLI still runs locally.
From a phone
Use touch scrolling, soft-keyboard-aware terminal sizing, modifier controls and screenshot paste from the camera roll.
From another desktop
Open the full terminal, file, Git and browser workspace while the original browser can remain connected as a follower.
After a disconnect
Reconnect to the same session. The host can replay retained terminal output and restore the current application state.
Common questions
Remote coding-agent FAQ
Does tlbx upload my repository?
No. Repositories, credentials, tools and processes stay on the host machine unless you separately configure another service to move them.
Do I need an SSH client on the phone?
No. The client is a modern web browser. Network routing to the host should still remain private.
What happens if the browser loses connection?
The host keeps the PTY running. When the browser reconnects, tlbx restores the session from retained state and output.
Should I expose port 2000 publicly?
No. Use authentication on a trusted LAN or route privately through a VPN such as Tailscale.