ClaudeMap

AgentVerse OS

A personal cloud OS for a developer and their AI agents — one Ubuntu server, browser desktop, Claude Code workspaces, 944-app self-hosted store.

Plugins & Agentsself-hostedpersonal-cloudclaude-codeworkspacestailscaleserver

An open-source personal cloud operating system: one command installs it on a clean Ubuntu 22.04+ server, then everything happens in the browser — a windowed desktop, isolated workspaces with VS Code and agents (Claude Code, Codex), a store of 944 self-hosted apps, backups and updates. The same desktop opens from laptop, tablet or phone while the workspace and its agents stay on the server. Nothing is exposed to the internet: access goes through Tailscale with real certificates. Rust core (cloudd), Svelte 5 desktop, Apache-2.0.

What it does

  • One-command install on clean Ubuntu 22.04+ (tested on 26.04); 8 GB+ RAM, ZFS on a dedicated disk recommended
  • Cross-device vibe-coding flow: the same windowed desktop and open workspaces from laptop, tablet or phone; work continues where you left it
  • Isolated workspaces with VS Code and agents (Claude Code, Codex) that live on the server, not the client
  • Store of 944 self-hosted apps plus backups and updates, all managed from the browser
  • Zero internet exposure by design — Tailscale tailnet with real certificates, no root CAs to install on devices

When to use it

For a solo developer who wants their own cloud: your agents keep running on the server while you drop in from any device. An alternative to juggling a VPS by hand when your "workstation" is really a fleet of AI agents.

Getting started

From the release package (needs Ubuntu 22.04+, 8 GB+ RAM, a Tailscale account):

curl -LO https://github.com/agentverse-os/AgentVerse-OS/releases/download/v0.2.0/agentverse-os-0.2.0-x86_64.tar.gz
mkdir agentverse-os && tar xzf agentverse-os-0.2.0-x86_64.tar.gz -C agentverse-os && cd agentverse-os
sudo DISKS="/dev/disk/by-id/<disk for ZFS>" bootstrap/install.sh

Things to know

Alpha 0.2 living on a single test box: single user, no user accounts or permissions yet — read the Status section before trusting it with real data. Installs to a whole disk (ZFS); use a dedicated machine or disk.

Repository

agentverse-os/AgentVerse-OS

Charted

Related on the map

  • CometixCode

    Plugin / Agent

    An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.

    • terminal-ui
    • rust
    • reimplementation
    • unofficial
  • Abide

    Plugin / Agent

    Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.

    • hooks
    • code-review
    • rules
    • agents-md
  • fast-jev-compaction

    Plugin / Agent

    A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.

    • plugin
    • context-management
    • compaction
    • function-hooks