fauxnix

20000419/fauxnix
★ 1 stars TypeScript Code/Dev Tools Updated today
Run Linux-style commands on Windows via deterministic bash→PowerShell translation. No VM, no WSL. MCP server + CLI built for AI agents (Claude Code, Codex, OpenCode...). GNU-style output, bash-style errors, UTF-8/GBK handled.
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": {
    "fauxnix": {
      "command": "npx",
      "args": [
        "-y",
        "20000419/fauxnix"
      ]
    }
  }
}

README Excerpt

**Run Linux-style commands on Windows — natively, deterministically, with no VM and no WSL.** fauxnix is a bash→PowerShell translation layer built for AI agents. Your agent keeps writing the bash it already knows (`ls -la | grep foo`, `find . -name '*.ts' | wc -l`, `kill -9 1234`), and fauxnix deterministically translates each command into PowerShell, executes it natively, and hands

Topics

ai-agentsbashclaude-codeclicodexcoreutilsmcpmcp-serveropencodepowershellshelltranslatorwindows