Netclode

Netclode

Self-hosted remote coding agent with microVM sandboxes and a native iOS app, built for developers who want full control and privacy.

66/100MonitorFreeFree

Netclode is a standout for developers who want to run coding agents on their own hardware with full privacy and background execution, something SaaS agents often fail at. The iOS app and voice input are genuinely useful for on-the-go coding, but the k3s learning curve and single-user focus mean it's not for everyone. If you're comfortable with self-hosting, this is a compelling alternative to cloud agents like Claude Code web; otherwise, stick with a managed service for a smoother experience.

Verified 6d ago · liveness 66/100 · cite: rightaichoice.com/tools/netclode

Best for
  • Developers who want full control over coding agent infrastructure
  • Homelab enthusiasts comfortable with Kubernetes
  • Individuals who code on the go and want mobile-friendly agent interaction
  • Privacy-conscious developers running local LLMs via Ollama
Not ideal for
  • Non-technical users seeking a plug-and-play SaaS solution
  • Teams requiring multi-user collaboration out of the box
  • Users looking for a polished, production-grade mobile app (iOS app is early-stage)
Visit Website

AdvancedFor a developer familiar with Linux, Kubernetes, and Ansible, setting up Netclode can take roughly 1-2 hours, including provisioning a VPS, running the Ansible playbook, and configuring Tailscale. If you're new to k3s or Tailscale, expect to spend a full day learning and troubleshooting.MobileNo public APIVerified 6d ago
Pricing
Free
FreeFree tier5 hidden costs
Learning curve
Advanced
For a developer familiar with Linux, Kubernetes, and Ansible, setting up Netclode can take roughly 1-2 hours, including provisioning a VPS, running the Ansible playbook, and configuring Tailscale. If you're new to k3s or Tailscale, expect to spend a full day learning and troubleshooting.
Runs on
Mobile
No public API · 11 integrations
Who it's for
A solo developer on the goA privacy-conscious engineer in a regulated environmentA homelab enthusiast with a Kubernetes setup
Live sentiment
Is Netclode actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

Skip it if

Skip Netclode if you're not comfortable self-hosting a Kubernetes cluster, need multi-user team collaboration, plan to use it commercially, or want a polished, managed service without infrastructure setup.

The 30-second take
Biggest gripe

You'll need to pay for your own VPS or server, plus S3 storage costs for JuiceFS, which can add up as your agent sessions grow.

Price reality

Netclode is free and open-source under a non-commercial license, so you only pay for your own infrastructure (VPS, S3). This makes it cost-effective for personal projects and homelab enthusiasts compared to commercial agents like Claude Code web or Copilot, which have recurring subscription fees.

In short

Netclode — Self-hosted remote coding agent with microVM sandboxes and a native iOS app, built for developers who want full control and privacy. Best for Developers who want full control over coding agent infrastructure, Homelab enthusiasts comfortable with Kubernetes, Individuals who code on the go and want mobile-friendly agent interaction. Free to use.

What people actually say about Netclode — is it worth it?

We scanned public community sources for Netclode on Sep 9, 2026 and could not establish that the discussion we found is about this tool rather than something else sharing its name. Only 3 of the posts we fetched could be positively tied to Netclode. Rather than publish a sentiment score built on the wrong subject, we publish nothing here and re-run the scan.

Viability Score

66/100
Monitor

How well maintained and how widely used is Netclode? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this

Recent activity
not measured
Traction
100
Site health
95
User sentiment
43
What the vendor publishes
20

Last calculated: September 2026

How we score →

Key Features

  • Self-hosted remote coding agent
  • MicroVM sandbox isolation via Kata Containers
  • Supports Claude Code, Codex, OpenCode, GitHub Copilot
  • Native iOS/macOS SwiftUI app
  • Voice input in iOS app
  • Streaming markdown responses
  • Git diff view in app
  • Live terminal access in app
  • GitHub integration for auto-cloning repos
  • Persistent JuiceFS storage backed by S3
  • Turn-based snapshots for state rollback
  • Pause and resume sessions with zero compute
  • Tailscale VPN-only access
  • Private web previews over Tailscale
  • Local LLM inference via Ollama

About Netclode

FreeAdvancedNo APIMobile

Netclode is a self-hosted remote coding agent that lets you run cloud coding agents like Claude Code, Codex, OpenCode, and GitHub Copilot on your own infrastructure. Built with Kubernetes (k3s), each agent session runs in an isolated microVM using Kata Containers and Cloud Hypervisor. This isolation grants the agent full sudo access and a Docker daemon without compromising the host, enabling it to execute nearly any task safely. Storage is handled by JuiceFS backed by S3, which supports pausing and resuming sessions with zero compute cost and offers turn-based snapshots for full state rollback. The project includes a native iOS and macOS SwiftUI app (iOS 26) with features like voice input, streaming markdown, a git diff view, and a live terminal, so you can drive the agent from your phone. Access to the control plane is restricted to your Tailscale VPN, and you can optionally export sandbox ports for private web previews. For privacy-focused users, local LLM inference via Ollama on NVIDIA GPUs is supported, enabling a fully air-gapped setup. Setup is automated with an Ansible playbook that provisions a Linux VPS in one command. Netclode is open-source under a non-commercial license (CC BY-NC-SA 4.0), so it's free for personal projects but not for commercial use. It's aimed at developers who want full control over their coding agent infrastructure, homelab enthusiasts with Kubernetes experience, and those who value privacy and mobile access. It requires technical expertise to deploy and manage, making it less suitable for non-technical users or teams needing multi-user collaboration.

Behind the Verdict

Netclode is a passion project turned powerful tool, and its strengths reflect that. The core value proposition is the ability to run coding agents like Claude Code, Codex, OpenCode, and Copilot on your own hardware, with each session isolated in a microVM. This is a real technical achievement. The microVM isolation via Kata Containers and Cloud Hypervisor is a genuine security feature: it grants the agent full sudo and Docker access without risking your host, which means the agent can run almost anything—build systems, test suites, even spin up services—without you worrying about it breaking your machine. The JuiceFS-backed storage with turn-based snapshots is another differentiator. You can pause a session, pay zero compute, and resume it later, or roll back the entire state to a previous point. This is far more flexible than a simple git revert, and it's a feature most SaaS agents don't offer. The native iOS and macOS app is also a highlight. It supports voice input, streaming markdown, a git diff view, and a live terminal, so you can genuinely drive an agent from your phone. For someone who thinks about code while commuting or traveling, this is a killer feature. The app also handles connection resilience and supports any backend, making it a polished front-end for your self-hosted agent. Privacy is a major plus. Because you control the infrastructure, you can optionally run local LLMs via Ollama on NVIDIA GPUs for fully air-gapped inference. This is a compelling option for developers working on proprietary code or in regulated environments. However, Netclode is not for everyone. The biggest barrier is the technical expertise required. You need to provision a Linux VPS, install k3s, set up Tailscale, configure JuiceFS with S3, and run the Ansible playbook. This is not a plug-and-play tool; it's a homelab project. The licensing is also restrictive: CC BY-NC-SA 4.0 means you can use it for personal projects but not for commercial purposes. This rules out most professional or team use cases. There's also no evidence of multi-user collaboration; the tool appears designed for a single user. Finally, while the iOS app is nice, the project is clearly early-stage—the author built it for himself—so you should expect rough edges. In summary, Netclode is a fantastic tool for the right person: a developer who is comfortable with Kubernetes, values privacy, and wants to code from their phone. For everyone else, a managed cloud agent will be simpler and more practical.

Researching Netclode? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas Netclode actually fits — and what changes day-one when you adopt it.

A solo developer on the go

You're commuting and think of a feature you want to add to a GitHub repo. You open the Netclode iOS app, speak your idea via voice input, and the agent clones the repo, runs the code, and iterates on changes.

Outcome: You arrive with a working diff ready to review and push, having used only your phone and your self-hosted infrastructure.

A privacy-conscious engineer in a regulated environment

You need to modify proprietary code but cannot send it to third-party cloud agents. You use Netclode with a local LLM via Ollama on NVIDIA GPUs, ensuring all inference happens on your own hardware.

Outcome: You get a fully air-gapped coding workflow where your code never leaves your server, meeting strict data-privacy requirements.

A homelab enthusiast with a Kubernetes setup

You want to run a coding agent on your own k3s cluster. You run the Ansible playbook, configure Tailscale, and start a session with Claude Code in a microVM. You can pause and resume sessions with zero compute cost.

Outcome: You have a fully self-contained coding agent that runs in microVMs, with snapshots and rollback capabilities, all integrated into your existing homelab.

Use Cases

Models Under the Hood

Claude CodeCodexOpenCodeGitHub CopilotOllama local inference

as of 2026-09-01

Limitations

  • Netclode requires provisioning your own server with k3s, Tailscale, and various components via Ansible.
  • It is not a managed service and demands significant technical expertise.
  • While it includes an iOS app, it is a personal tool built by the author for himself, so there is no evidence of multi-user or team support.
  • Local inference with Ollama requires NVIDIA GPUs and additional setup.
  • The license (CC BY-NC-SA 4.0) prohibits commercial use, limiting adoption for professional teams.
  • The project is single-user focused, and the mobile app is in an early stage of development.

as of 2026-09-09

Verification history

We have re-verified Netclode 6 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.

  1. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  2. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  3. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  4. re-checked, vendor evidence unchanged
  5. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  6. re-checked, vendor evidence unchanged

Free to cite with attribution — this page re-verifies continuously.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Plans compared

For each published Netclode tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.

Free

$0

Ideal for

Personal projects and homelab enthusiasts who want to self-host a coding agent at no monetary cost, provided they have the infrastructure and technical skills.

What this tier adds

This is the only and starting tier, offering the full feature set including microVM sandboxes, SDK support, and the iOS app, but restricted to non-commercial use under CC BY-NC-SA 4.0.

Hidden costs & gotchas

What the public pricing page doesn't put in bold. Captured from pricing-page footnotes, contract terms, and recurring complaints.

  • You'll need to pay for your own VPS or server, plus S3 storage costs for JuiceFS, which can add up as your agent sessions grow.
  • Local LLM inference via Ollama requires NVIDIA GPUs, which may require a more expensive server or dedicated hardware.
  • The CC BY-NC-SA 4.0 license means you can't use Netclode for any commercial purpose, so if your project is monetized, you'll need to find an alternative or build your own.
  • There's no managed support or SLA; you're on your own for troubleshooting, updates, and security patches, which can cost significant time and effort.
  • If you want to use the iOS app with more advanced features, you may need to maintain an Apple Developer account, though this is not explicitly documented.

Where the pricing makes sense

The company stage and team size where Netclode's pricing actually pencils out — and where peers do it cheaper.

Netclode is free and open-source under a non-commercial license, so you only pay for your own infrastructure (VPS, S3). This makes it cost-effective for personal projects and homelab enthusiasts compared to commercial agents like Claude Code web or Copilot, which have recurring subscription fees.

Setup time & first value

How long it actually takes to get something useful out of Netclode — broken out by persona, not the marketing-page minute.

For a developer familiar with Linux, Kubernetes, and Ansible, setting up Netclode can take roughly 1-2 hours, including provisioning a VPS, running the Ansible playbook, and configuring Tailscale. If you're new to k3s or Tailscale, expect to spend a full day learning and troubleshooting.

Switching to or from Netclode

How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.

Migrating in
  • From Claude Code web: Netclode supports the Claude Code SDK, so you can point your existing workflows to your self-hosted instance and keep using Claude Code's capabilities locally.
  • From Copilot Agent: Netclode's SDK support includes GitHub Copilot, allowing you to migrate your agent tasks to a self-hosted environment with microVM isolation.
  • From a local setup: If you're used to running scripts or agents manually, Netclode automates the infrastructure and adds mobile access, so you can move your workflows into the app.
Migrating out
  • To Claude Code web: If you find self-hosting too complex, you can keep using Claude Code web for a managed experience, though you'll lose the microVM isolation and mobile app features.
  • To a SaaS coding agent like GitHub Copilot: For teams needing collaboration and managed infrastructure, migrating to a commercial tool is easier, though you'll sacrifice the privacy and control Netclode offers.

Integrations

k3sTailscaleKata ContainersCloud HypervisorJuiceFSS3RedisGitHubOllamaNVIDIA GPU OperatorAnsible

Resources & Guides

Tutorials & Learning

YouTube returned 6 videos for “Netclode”, and we withheld 6: 6 could not be judged, because “Netclode” is a single word that other videos use for other things. We are showing none, because we could not prove any of them are about Netclode.

Official links

Tools that pair well with Netclode

Common stack mates teams adopt alongside Netclode, with the specific reason each pairing earns its keep.

Featured Head-to-Head Comparisons

Alternatives to Netclode

View all
Amazon CodeWhisperer

Amazon CodeWhisperer

AWS-native AI coding assistant with agentic automation for developers

FreemiumTry
Coder

Coder

Self-hosted cloud dev environments with governed AI agent and LLM control for enterprises.

FreemiumTry
Poolside AI

Poolside AI

Open-weight agentic coding models — Laguna XS 2.1 and Laguna S 2.1 — built for secure on-prem and air-gapped enterprise AI.

Contact SalesTry

Frequently Asked Questions

Used Netclode? Help shape our editorial sentiment research.