Open source

AgentVerse OS bundles VS Code, Claude Code and Codex with 944 self-hosted apps on a single Ubuntu box, reached over Tailscale

September 14, 2026 at 4:40 PM PT

GitHub social card for the agentverse-os/AgentVerse-OS repository

Image: GitHub

Why it mattersA single-server desktop that pairs coding agents with a curated 944-app store and hides the whole thing behind Tailscale is the sort of self-hosted setup that keeps agent-driven work off vendor clouds without a per-service scavenger hunt.

AgentVerse OS, a personal cloud operating system for a developer and their AI agents, has picked up 268 stars in the two days since the Apache-2.0 repository was created on 12 September. The GitHub description calls it "your own cloud running on a single server, used from any device through the browser".

The project ships as a release package for a clean Ubuntu 22.04 or newer, with 8 GB of RAM and a separate ZFS disk. One installer script provisions ZFS, Docker, Incus containers, Tailscale, the Coder workspace control plane, Komodo for compose stacks, a Caddy edge proxy, and the AgentVerse core in Rust, with the Svelte 5 desktop embedded into that core binary.

What one workspace holds

Every project gets its own network, its own Caddy gate, and an isolated Incus container with Docker inside. The README lists what runs in that container: VS Code in the browser, a terminal, and the coding agents Claude Code and Codex, both signing in with the developer's existing subscriptions rather than a new account. Stopping and starting a project keeps the same instance, and resources are set from the project card.

The store is the other half of the pitch. AgentVerse OS merges the app catalogues from Runtipi, Coolify and Umbrel into one list of 944 apps, badged by source, and adds a guided install per app with credentials on the card, logs, permission repair for the app's data directory, per-app ZFS snapshots and one-click rollback. The README also names a "capabilities" abstraction: a project asks for storage.s3, llm or notify, and the core wires that project's gate to the provider's network and drops the environment variables into the workspace, so swapping one S3 back-end for another does not touch the project.

The network shape

Nothing is exposed on the public internet. The first-run wizard joins the machine to a Tailscale tailnet through a link or QR code, Caddy takes its TLS certificates from tailscaled, and the desktop is served on https://<node>.<tailnet>.ts.net/. That is the same trust boundary as Tailscale itself, and it takes the place of a router port forward, a Cloudflare tunnel or an exposed reverse proxy. Updates and rollbacks run from the desktop's Updates window or the agentverse-update command, with the release channel served from the repository's GitHub Releases.

What is honest about the state of it

The README calls the project alpha 0.2 and states out loud that it runs on a single test box and that a second user cannot yet be added. It records what is done, what is partial and what is missing in a three-column table: core, projects, workspaces and Store are marked done; backups have no remote repository and no full-system restore; a voice assistant talks but cannot yet control the system; and the from-scratch install has been verified step by step rather than in one uninterrupted run.

For a team building software, the interesting shape here is a self-hosted developer environment that treats coding agents as first-class citizens on the same box as the tools they need to reach, and hides the whole thing behind a private network rather than putting each service on a public domain. The traction number is real (268 stars, 3 forks in two days on an alpha 0.2 release), the licence is Apache-2.0, and the current limits are stated in the README rather than buried in an issue.

Source

Primary source: agentverse-os/AgentVerse-OS on GitHub, licence Apache-2.0, created 12 September 2026.

Source: GitHub

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

OtoDock ships a self-hosted agent platform that runs Claude Code and Codex on the user's own subscription

OtoDock is a self-hosted multi-tenant platform for running Claude Code and Codex as long-lived agents in sandboxed departments. Version 1.6.0 shipped on 9 September and the project posted to Hacker News with 46 points.

Source: Hacker NewsDev tools

OKF Agent Memory gives coding agents a searchable memory with no embedding API

OKF Agent Memory stores agent memory as plain Markdown files in your repository and searches them with BM25 in under 300 microseconds, so there is no vector database and no embedding API to pay for.

Source: Hacker NewsOpen source

Hugging Face open-sources Funes, an agent memory layer that beat a written handoff by 8x on its own benchmark

Hugging Face has published Funes, an Apache 2.0 memory layer for coding agents that indexes past sessions locally and lets a new session recall passages from them, and reports it was 8x cheaper than a written handoff on one of its own benchmark tasks.

Source: Vendor blogOpen source