Analysis updated 2026-05-18
Let an AI coding assistant delegate tasks to local or remote AI models through one shared hub.
Give an AI coordinator controlled access to post updates to Telegram, WordPress, or social platforms.
Queue and track long running jobs with a persistent database instead of losing work if a session ends.
Require human approval before an AI agent performs risky actions like writing files or publishing content.
| adun-denton/chinvat | agbara286/saint-cms | anuj-kumary/your-github-contributions | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | — | 2026-06-07 |
| Maintenance | — | — | Maintained |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 20+ and Git, some modules need extra API keys or access tokens.
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.
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.
Mainly TypeScript. The stack also includes TypeScript, Node.js, SQLite.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.