tangOS

tangosdev/tangOS
★ 5 stars TypeScript Code/Dev Tools Updated today
tangOS - unified toolkit for decompilation projects. Desktop Console (MCP server + live viewer); source + Windows/macOS releases.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tangos": {
      "command": "npx",
      "args": [
        "-y",
        "tangosdev/tangOS"
      ]
    }
  }
}

README Excerpt

A unified brand and toolkit for reverse-engineering / decompilation projects. Everything reads **one file per repo** - `tangos.json` - a descriptor that normalizes any decomp repo (whatever its layout) into a single vocabulary. Point a tangOS app at a repo, and it knows the repo's tools, compiler, data source, and rules.