CometixCode
Plugin / AgentAn 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
A personal cloud OS for a developer and their AI agents — one Ubuntu server, browser desktop, Claude Code workspaces, 944-app self-hosted store.
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.
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.
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
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-OSCharted
An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.
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.
A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.