Vbot banner
Vironnimo Vironnimo

Vbot

AI community

Description

Another personal AI agent. Supports your existing projects and their agents+skills, and the usual stuff.

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

vBot logo

vBot

Your Agents. Your machine. Your Models.

Run persistent AI Agents on your own hardware, connect the Providers you choose, and reach them from the WebUI, Desktop, CLI, Telegram, or Discord.

Latest release License: Apache 2.0 Status: Alpha Windows, Linux, and Raspberry Pi

Get started · User guide · Security · Extension development

vBot is a local-first, self-hosted home for personal and project Agents. An Agent can keep durable Memory and Sessions, work with files and processes through Tools, use reusable Skills, delegate to Sub-Agents, and run on a schedule. Projects can also discover an existing OpenCode or Claude Code team directly from a repository without copying it into vBot.

Get started

The public Installer selects the latest release, creates an isolated environment, downloads the prebuilt WebUI, adds the `vbot` command, enables Autostart, and starts the server. Runtime data stays separate under `~/.vbot`, and a normal release installation does not require Node.js.

Windows

Open a normal, non-elevated PowerShell and run:

irm https://raw.githubusercontent.com/Vironnimo/vbot/main/scripts/install.ps1 | iex