git404hub

what is misanthropic fr?

b1anyu/misanthropic — explained in plain English

Analysis updated 2026-05-18

27JavaScriptAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A local command line tool that scans your own computer for configuration traces that could theoretically reveal a China based origin, without any network requests.

vibe map

mindmap
  root((misAnthropic))
    What it does
      Local trace scanning
      Severity grading
      No network calls
    Tech stack
      Node.js
      JavaScript
    Use cases
      Self audit
      AI tool config check
    Audience
      Privacy conscious developers

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

Audit your own machine for leftover configuration traces before a sensitive task

VIBE 2

Check which AI tool configs point at China based backends

VIBE 3

Get a severity graded report instead of one flat pass or fail result

VIBE 4

Run a quick summary only check via the command line

what's the stack?

JavaScriptNode.js

how it stacks up fr

b1anyu/misanthropicandyhuo520/tang-changanemirsametguzel/escape-from-mz
Stars272727
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedevelopergeneralgeneral

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

how do i run it?

Difficulty · easy time til it works · 5min

Some checks depend on external commands like npm, go, or docker being installed to run.

AGPL 3.0 requires that if you run a modified version of this tool as a network service, you must also share your changes' source code.

in plain english

MisAnthropic is a local command line tool that scans your own computer for configuration traces that could theoretically be used to guess whether the machine belongs to someone in China. It checks things like your system timezone, language settings, leftover Chinese software, package manager mirror settings, and configuration files pointing to Chinese AI service providers. The tool is explicit that it does not make any network requests and does not upload any of its results anywhere. Every check reads local files or environment variables on your own machine, such as timezone files, shell history, package manager configuration files, and settings for tools like Claude Code or CC Switch. Nothing is sent out, and the author states the tool does not claim that any specific product or service actually performs this kind of detection, only that these traces could theoretically be read by something that wanted to. There are twelve separate checks in total, and each is graded by severity from most serious to weakest. Some checks use a graduated scale, so finding a small number of Chinese software traces is treated as a weaker signal than finding many of them at once, which helps avoid a false alarm from a single unrelated file. The tool runs on Windows, inside Windows Subsystem for Linux, and on plain Linux, though the amount it can check varies depending on which of those it detects it is running on. Usage is through a simple command line interface with options for colored output, JSON output, a short summary only, a fix suggestions mode, and a debug mode that shows checks that did not find anything. Installing it requires Node.js version 14 or newer, and it can be run directly or installed globally. The project is released under the AGPL 3.0 license.

prompts (copy fr)

prompt 1
Show me how to run misAnthropic with the --json flag and interpret the severity levels.
prompt 2
Explain what the WSL specific checks in misAnthropic look for.
prompt 3
Help me understand why a check would be silently skipped according to --debug output.
prompt 4
Walk me through building the obfuscated and self extracting bundles with build.js.

Frequently asked questions

what is misanthropic fr?

A local command line tool that scans your own computer for configuration traces that could theoretically reveal a China based origin, without any network requests.

What language is misanthropic written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js.

What license does misanthropic use?

AGPL 3.0 requires that if you run a modified version of this tool as a network service, you must also share your changes' source code.

How hard is misanthropic to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is misanthropic for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.