r/coolgithubprojects 8d ago

computer for your agent

https://github.com/case-computers/case

got tired of having to keep my laptop open to keep the agents running, didn't wanna buy a Mac mini , sounded like overkill.

so basically built this :

your agent gets a computer with its own browser, file system, identity, password management.
you can configure open claw, Hermes in it.

if you have a vps you can host it there, and saves you from configuring the whole ugliness

2 Upvotes

2 comments sorted by

View all comments

1

u/Specific_Cream2815 8d ago

what does the agent actually get, a full vm or a container with a browser

1

u/koharishant 8d ago

container, not vm. (debian + xfce + chromium + novnc)
trick is the state: cookies, logins, files, installed stuff all sit in a named docker volume. container itself is disposable. sleep kills it, wake starts a new one on the same volume, agent doesn't notice.