git404hub

what is chinvat fr?

adun-denton/chinvat — explained in plain English

Analysis updated 2026-05-18

2TypeScriptAudience · developerComplexity · 4/5Setup · moderate

tl;dr

A local Windows server that lets AI coding assistants like Claude Code delegate tasks, such as running other models or posting to WordPress, through a managed job queue with approval controls.

vibe map

mindmap
  root((Chinvat))
    What it does
      Local MCP hub
      Job queue for agents
      Bridges AI to tools
    Tech stack
      TypeScript
      Node.js
      SQLite
      React dashboard
    Use cases
      Delegate to AI models
      Post to social platforms
      Control Windows system
      Approve risky actions
    Audience
      Developers
      AI power users
    Setup
      Requires Node 20 plus
      Clone and build
      Local dashboard at 7777

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Let an AI coding assistant delegate tasks to local or remote AI models through one shared hub.

VIBE 2

Give an AI coordinator controlled access to post updates to Telegram, WordPress, or social platforms.

VIBE 3

Queue and track long running jobs with a persistent database instead of losing work if a session ends.

VIBE 4

Require human approval before an AI agent performs risky actions like writing files or publishing content.

what's the stack?

TypeScriptNode.jsSQLiteReact

how it stacks up fr

adun-denton/chinvatagbara286/saint-cmsanuj-kumary/your-github-contributions
Stars222
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-06-07
MaintenanceMaintained
Setup difficultymoderateeasymoderate
Complexity4/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Node.js 20+ and Git, some modules need extra API keys or access tokens.

in plain english

Chinvat is a local server for Windows that sits between AI coding assistants like Claude Code, Claude Desktop, Codex, and Cursor, and the outside world. It speaks the Model Context Protocol, a standard way for these AI coordinators to call outside tools, and gives them one place to send work that needs to happen outside the conversation, such as running a local AI model, calling a remote AI model, controlling Windows itself, or posting to services like Telegram, WordPress, WhatsApp, and other social platforms. Rather than just passing tool calls straight through, Chinvat treats each request as a job. Jobs are queued in a local database, tracked as they run, and can be broken into parent and child tasks whose results get combined back together. A policy system controls what is allowed to happen automatically versus what needs a human to approve first, which matters because some actions, like writing files or posting publicly, carry real risk. Setting it up requires Node.js 20 or newer and Git. After cloning the project, installing dependencies, and building it, a local hub and web dashboard start at a local address on your machine. From there you connect your AI coordinator of choice, and Chinvat can often install the needed configuration for you automatically, backing up your existing settings first. The project ships with several ready made modules, including connections to local and remote AI models, Windows system access, WordPress site management, Telegram with approval buttons, and early support for tools like Blender, GIMP, and Orca slicer software. Some modules need extra setup like API keys or access tokens. New modules can be added by developers following the project's documented adapter format. The README stresses that its safety layer reduces risk but does not make running arbitrary code fully safe, so admin access and untrusted content should be handled carefully.

prompts (copy fr)

prompt 1
Help me install Chinvat and connect it to Claude Code on Windows.
prompt 2
Explain how the job queue and policy tiers in Chinvat control what an AI agent can do.
prompt 3
Walk me through connecting the WordPress module so my AI assistant can manage my site.
prompt 4
Show me how to write a new adapter module for Chinvat.
prompt 5
Explain the safety risks I should understand before enabling autonomous mode.

Frequently asked questions

what is chinvat fr?

A local Windows server that lets AI coding assistants like Claude Code delegate tasks, such as running other models or posting to WordPress, through a managed job queue with approval controls.

What language is chinvat written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, SQLite.

How hard is chinvat to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is chinvat for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.