Skip to content
Discussion options

You must be logged in to vote

Yes. This is the core design decision: every session is a tmux session on the machine running the Codeman server, and your browser is just a viewer attached to it. Close the tab, close the laptop, lose signal in a tunnel: the agents never notice. Open a browser later, from any device, and you're back in the same live session with full scrollback.

Two things make the server side just as durable:

  • Run it detached: codeman web -d survives closing the terminal you started it from.
  • Or install it as a service: codeman service install (systemd user unit on Linux, LaunchAgent on macOS), which also survives reboots.

It works best with an always-on box: an old laptop, a Mac mini in a closet, a hom…

Replies: 1 comment

Comment options

Ark0N
Aug 15, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by Ark0N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant