Netclode
Description
Self hosted cloud coding agent with k3s + kata containers + cloud hypervisor microVMs + tailscale + any harness + a nice iOS app
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Netclode
Self-hosted coding agent with microVM sandboxes and a native iOS and macOS app.
Why I built this
I wanted a self-hosted Claude Code environment I can use from my phone, with the UX I actually want. The existing cloud coding agents were a bit underwhelming when I tried them, so I built my own!
I wrote a blog post about how it works: [Building a self-hosted cloud coding agent](https://stanislas.blog/2026/02/netclode-self-hosted-cloud-coding-agent/).
What makes it nice
- Full yolo mode - Docker, root access, install anything. The microVM handles isolation
- Local inference with Ollama - Run models on your own GPU, nothing leaves your machine
- Tailnet integration - Preview URLs, port forwarding, access to my infra through Tailscale
- JuiceFS for storage - Storage offloaded to S3. Paused sessions cost nothing but storage
- Live terminal access - Drop into the sandbox shell from the app
- Session history - Auto-snapshots after each turn. Roll back workspace and chat to any previous point
- GitHub integration - Clone private repos, push commits, create PRs. Per-repo scoped tokens generated on demand via a GitHub App
- GitHub Bot - @mention on PRs/issues to spin up a sandbox and get a response as a comment. Auto-reviews dependency update PRs from Dependabot/Renovate
- Multiple SDKs & providers - Claude Code, OpenCode, Copilot, Codex SDKs with Anthropic, OpenAI, Mistral, Ollama, and more
- Secrets can't be stolen - API keys never enter the sandbox. A proxy injects them on the fly for allowed hosts
How it works
flowchart LR
subgraph
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development