
Grass
Gives your coding agent a dedicated VM that's ready 24/7
231 followers
Gives your coding agent a dedicated VM that's ready 24/7
231 followers
Grass gives your coding agent a dedicated VM that's always ready. No setup, no config, no burning your laptop. Point Claude Code or OpenCode at it and run. Monitor progress from your phone, steer mid-session, push changes, all without touching your machine. Every new account gets 10 hours free. No credit card needed.










SaveMRR
The environment setup tax on coding agents is real. I waste so much time getting the right dependencies installed before the agent can actually do anything. How fast is the cold start?
Grass
@kailesk_khumar We see cold starts in the ~10–20 second range right now.
The goal is to keep it fast enough that you don’t feel the setup tax. Spin up, connect your agent, and get straight to work without dealing with dependencies. Auth for Claude code takes another 20-30 seconds 😅 (it's a one time thing).
The "no burning your laptop" part sold me haha. Being able to just point Claude Code at a remote VM and watch it work from my phone sounds like the dream setup. How does the git integration work -- does it push directly to my repo or do I review a PR first?
Grass
@antoninkus Right now, we don’t enforce a specific Git workflow. Once you connect your GitHub account, the agent can use git directly via bash. So it can commit, push, or open PRs depending on how you want to structure things.
We’re thinking about adding more opinionated flows (like PR-first by default), but for now it’s fully flexible.
What’s your preferred workflow with agents? Direct pushes or PR review first?
The BYOK architecture is the detail that matters most to me. I've avoided cloud agent tools specifically because I didn't want my API key sitting on someone's server. Good to see this addressed upfront rather than buried in the docs.
Grass
@jay_morzaria This is exactly why we built it that way. Your key, your model access, your bill. We never see it, never store it. Felt like the only honest way to build something in this space.
Cool idea but whats the plan when a session just keeps going and burns through hours? Some kind of cap would be nice. Also what specs do the VMs have, Claude Code gets pretty hungry on larger projects ...
Grass
@daniel_punke Thanks! For the managed version, we currently offer ~10 hours free as a trial, and we’re planning to introduce usage caps + controls so sessions don’t accidentally run forever.
On specs: each workspace runs in a container with a couple of GB of RAM and ~5GB of storage right now—we’re still tuning this based on real workloads (especially for heavier agents like Claude Code). Not sure what we'll land on just yet.
Also, the Grass server is open source, so you can run it on your own VM with whatever specs you need, no limits.
Hello!
Does this work if I'm not on wifi? Like can I actually check in on my agent from anywhere?
Grass
@shubham_mandge Yep, works over mobile data too!! The VM runs on our end so your phone just needs any internet connection. No laptop, no wifi dependency
Hi, I'm an OpenClaw user and it looks like a very convenient version of OpenClaw to me.
BTW how can I transfer files to and from the VM?
Grass
@seunghoon_lee4 Nice, love OpenClaw :)
Right now, the main way to move files is via Git. Since your repo is connected, the agent can pull/push changes directly as part of its workflow.
You can also use standard tools inside the VM (like curl, wget, etc.) if needed.
Product Hunt
Congrats on the launch @sunnyjoshi + team! Looking forward to trying this. Any hints as when the App Store version is shipping?
Grass
@gabe Thanks! The App Store version is currently under review, we’ll share the link as soon as it’s approved.
We’re opening up TestFlight and the PWA version over the weekend. The GitHub repo is already live if you want to try it today.